COLOR #A4B9CF

HEX: #A4B9CF RGB: (164,185,207)

Color info

#A4B9CF contains red, green and blue colors in about the same proportion. Web safe color of #A4B9CF is #99CCCC (or #9CC).

RGB color model

#A4B9CF color RGB value is (164,185,207).

RGB: (164,185,207) (64%, 73%, 81%)

RGB channels and saturation

R 164 of 255 = 64%
G 185 of 255 = 73%
B 207 of 255 = 81%

164
185
207

R + G + B ~ 73%. #A4B9CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 185 + 207 = 556 (100%)
R 164 of 556 ~ 29.5%
G 185 of 556 ~ 33.27%
B 207 of 556 ~ 37.23'%

%29.5
%33.27
%37.23

CMYK color model

#A4B9CF color CMYK value is (21,11,0,19).

  • cyan value is 20.77%
  • magenta value is 10.63%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (21,11,0,19)
C21M11Y0K19 (21%, 11%, 0%, 19%)
(0.21 / 0.11 / 0.00 / 0.19)

CMYK percentages

%20.77
%10.63
%0
%18.82

Codes

Color #A4B9CF in popluar color models

A4 B9 CF
RGB 164 185 207
HSL 211° 30.94% 72.75%
HSB/HSV 211° 20.77% 81.18%
CMYK 20.77% 10.63% 0.00%
18.82%

Color #A4B9CF in popluar number systems.

HEX A4 B9 CF
Decimal 164 185 207
Binary 10100100 10111001 11001111
Octal 244 271 317

Shades and tints

Shades of #A4B9CF

#A4B9CF
(164,185,207)
#96A9BD
(150,169,189)
#8899AB
(136,153,171)
#7A8999
(122,137,153)
#6C7987
(108,121,135)
#5E6975
(94,105,117)
#505963
(80,89,99)
#424951
(66,73,81)
#34393F
(52,57,63)
#26292D
(38,41,45)
#18191B
(24,25,27)
#000000
(0,0,0)

Tints of #A4B9CF

#A4B9CF
(164,185,207)
#ACBFD3
(172,191,211)
#B4C5D7
(180,197,215)
#BCCBDB
(188,203,219)
#C4D1DF
(196,209,223)
#CCD7E3
(204,215,227)
#D4DDE7
(212,221,231)
#DCE3EB
(220,227,235)
#E4E9EF
(228,233,239)
#ECEFF3
(236,239,243)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B9CF color. Also use rgb(164,185,207) instead hex code.

Text Font Color

.myTextColor { color: #A4B9CF; }

<p style="color:#A4B9CF">This sample text font color is #A4B9CF.</p>

This text font color is #A4B9CF.

Background Color

.myBgColor { background-color: #A4B9CF; }

<div style="background-color:#A4B9CF">Inner text</div>

This div background color is #A4B9CF.

Border color

.myBorderColor { border: 1px solid #A4B9CF; }

<div style="border:3px solid #A4B9CF">Div</div>

This div border color is #A4B9CF.

Opacity

.myOpacity80 { color: #A4B9CF; opacity: 0.8; }

<p style="color:#A4B9CF;opacity:0.8;">80%</p>

Text with #A4B9CF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A4B9CF;}

<p style="text-shadow: 3px 3px 1px #A4B9CF">Text here.</p>

This text has shadow with #A4B9CF color.


.textShadow {text-shadow: 3px 3px 1px #A4B9CF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A4B9CF, 5px 5px 20px red">Text here.</p>

This text has shadow with #A4B9CF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4B9CF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A4B9CF, Direction=45, Strength=4)">Text</p>

This text has shadow with #A4B9CF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A4B9CF;
-webkit-box-shadow: 1px 1px 3px 2px #A4B9CF;
box-shadow: 1px 1px 3px 2px #A4B9CF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4B9CF; -webkit-box-shadow: 1px 1px 3px 2px #A4B9CF; box-shadow:1px 1px 3px 2px #A4B9CF;">
Div content here
</div>

This div box has shadow with color #A4B9CF.

Preview

Color preview on black background

This text has color #A4B9CF on black background.


Color preview on white background

This text has color #A4B9CF on white background.


Black color preview on #A4B9CF background

This text has black color on #A4B9CF background.


White color preview on #A4B9CF background

This text has white color on #A4B9CF background.


Related colors

Complementary color

Complementary color for #hex is #5B4630.


I love getcolorcode.com

Triadic colors

1 #CFA4B9 and #B9CFA4 with #A4B9CF are triadic colors.

2 #CFB9A4 and #B9A4CF with #A4B9CF are triadic colors.