COLOR #A9B8CC

HEX: #A9B8CC RGB: (169,184,204)

Color info

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

RGB color model

#A9B8CC color RGB value is (169,184,204).

RGB: (169,184,204) (66%, 72%, 80%)

RGB channels and saturation

R 169 of 255 = 66%
G 184 of 255 = 72%
B 204 of 255 = 80%

169
184
204

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

Portions of RGB colors in percentages

R + G + B = 169 + 184 + 204 = 557 (100%)
R 169 of 557 ~ 30.34%
G 184 of 557 ~ 33.03%
B 204 of 557 ~ 36.62'%

%30.34
%33.03
%36.62

CMYK color model

#A9B8CC color CMYK value is (17,10,0,20).

  • cyan value is 17.16%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (17,10,0,20)
C17M10Y0K20 (17%, 10%, 0%, 20%)
(0.17 / 0.10 / 0.00 / 0.20)

CMYK percentages

%17.16
%9.8
%0
%20

Codes

Color #A9B8CC in popluar color models

A9 B8 CC
RGB 169 184 204
HSL 214° 25.55% 73.14%
HSB/HSV 214° 17.16% 80.00%
CMYK 17.16% 9.80% 0.00%
20.00%

Color #A9B8CC in popluar number systems.

HEX A9 B8 CC
Decimal 169 184 204
Binary 10101001 10111000 11001100
Octal 251 270 314

Shades and tints

Shades of #A9B8CC

#A9B8CC
(169,184,204)
#9AA8BA
(154,168,186)
#8B98A8
(139,152,168)
#7C8896
(124,136,150)
#6D7884
(109,120,132)
#5E6872
(94,104,114)
#4F5860
(79,88,96)
#40484E
(64,72,78)
#31383C
(49,56,60)
#22282A
(34,40,42)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #A9B8CC

#A9B8CC
(169,184,204)
#B0BED0
(176,190,208)
#B7C4D4
(183,196,212)
#BECAD8
(190,202,216)
#C5D0DC
(197,208,220)
#CCD6E0
(204,214,224)
#D3DCE4
(211,220,228)
#DAE2E8
(218,226,232)
#E1E8EC
(225,232,236)
#E8EEF0
(232,238,240)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B8CC color. Also use rgb(169,184,204) instead hex code.

Text Font Color

.myTextColor { color: #A9B8CC; }

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

This text font color is #A9B8CC.

Background Color

.myBgColor { background-color: #A9B8CC; }

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

This div background color is #A9B8CC.

Border color

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

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

This div border color is #A9B8CC.

Opacity

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

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

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

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

This text has shadow with #A9B8CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B8CC.

Preview

Color preview on black background

This text has color #A9B8CC on black background.


Color preview on white background

This text has color #A9B8CC on white background.


Black color preview on #A9B8CC background

This text has black color on #A9B8CC background.


White color preview on #A9B8CC background

This text has white color on #A9B8CC background.


Related colors

Complementary color

Complementary color for #hex is #564733.


I love getcolorcode.com

Triadic colors

1 #CCA9B8 and #B8CCA9 with #A9B8CC are triadic colors.

2 #CCB8A9 and #B8A9CC with #A9B8CC are triadic colors.