COLOR #A9B7CE

HEX: #A9B7CE RGB: (169,183,206)

Color info

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

RGB color model

#A9B7CE color RGB value is (169,183,206).

RGB: (169,183,206) (66%, 72%, 81%)

RGB channels and saturation

R 169 of 255 = 66%
G 183 of 255 = 72%
B 206 of 255 = 81%

169
183
206

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

Portions of RGB colors in percentages

R + G + B = 169 + 183 + 206 = 558 (100%)
R 169 of 558 ~ 30.29%
G 183 of 558 ~ 32.8%
B 206 of 558 ~ 36.92'%

%30.29
%32.8
%36.92

CMYK color model

#A9B7CE color CMYK value is (18,11,0,19).

  • cyan value is 17.96%
  • magenta value is 11.17%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (18,11,0,19)
C18M11Y0K19 (18%, 11%, 0%, 19%)
(0.18 / 0.11 / 0.00 / 0.19)

CMYK percentages

%17.96
%11.17
%0
%19.22

Codes

Color #A9B7CE in popluar color models

A9 B7 CE
RGB 169 183 206
HSL 217° 27.41% 73.53%
HSB/HSV 217° 17.96% 80.78%
CMYK 17.96% 11.17% 0.00%
19.22%

Color #A9B7CE in popluar number systems.

HEX A9 B7 CE
Decimal 169 183 206
Binary 10101001 10110111 11001110
Octal 251 267 316

Shades and tints

Shades of #A9B7CE

#A9B7CE
(169,183,206)
#9AA7BC
(154,167,188)
#8B97AA
(139,151,170)
#7C8798
(124,135,152)
#6D7786
(109,119,134)
#5E6774
(94,103,116)
#4F5762
(79,87,98)
#404750
(64,71,80)
#31373E
(49,55,62)
#22272C
(34,39,44)
#13171A
(19,23,26)
#000000
(0,0,0)

Tints of #A9B7CE

#A9B7CE
(169,183,206)
#B0BDD2
(176,189,210)
#B7C3D6
(183,195,214)
#BEC9DA
(190,201,218)
#C5CFDE
(197,207,222)
#CCD5E2
(204,213,226)
#D3DBE6
(211,219,230)
#DAE1EA
(218,225,234)
#E1E7EE
(225,231,238)
#E8EDF2
(232,237,242)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B7CE color. Also use rgb(169,183,206) instead hex code.

Text Font Color

.myTextColor { color: #A9B7CE; }

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

This text font color is #A9B7CE.

Background Color

.myBgColor { background-color: #A9B7CE; }

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

This div background color is #A9B7CE.

Border color

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

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

This div border color is #A9B7CE.

Opacity

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

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

Text with #A9B7CE 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 #A9B7CE;}

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

This text has shadow with #A9B7CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B7CE.

Preview

Color preview on black background

This text has color #A9B7CE on black background.


Color preview on white background

This text has color #A9B7CE on white background.


Black color preview on #A9B7CE background

This text has black color on #A9B7CE background.


White color preview on #A9B7CE background

This text has white color on #A9B7CE background.


Related colors

Complementary color

Complementary color for #hex is #564831.


I love getcolorcode.com

Triadic colors

1 #CEA9B7 and #B7CEA9 with #A9B7CE are triadic colors.

2 #CEB7A9 and #B7A9CE with #A9B7CE are triadic colors.