COLOR #A9B9CC

HEX: #A9B9CC
RGB: (169,185,204)

Color info

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

RGB color model

#A9B9CC color RGB value is (169,185,204).

  • red value is 169;
  • green value is 185;
  • blue value is 204.
RGB:
(169,185,204)
(66%,73%,80%)

RGB channels and saturation

R 169 of 255 = 66%
G 185 of 255 = 73%
B 204 of 255 = 80%

169
185
204

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

Portions of RGB colors in percentages

R + G + B =
169 + 185 + 204 = 558 (100%)
R 169 of 558 ~ 30.29%
G 185 of 558 ~ 33.15%
B 204 of 558 ~ 36.56%

%30.29
%33.15
%36.56

CMYK color model

#A9B9CC color CMYK value is (17,9,0,20).

  • cyan value is 17.16%
  • magenta value is 9.31%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(17,9,0,20)
C17M9Y0K20 
(17%,9%,0%,20%)
(0.17/0.09/0.00/0.20)	

CMYK percentages

%17.16
%9.31
%0
%20

Codes

Color #A9B9CC in popluar color models

A9B9CC
RGB169185204
HSL213°25.55%73.14%
HSB/HSV213°17.16%80.00%
CMYK17.16%9.31%0.00%
20.00%

Color #A9B9CC in popluar number systems.

HEXA9B9CC
Decimal169185204
Binary101010011011100111001100
Octal251271314

Shades and tints

Shades of #A9B9CC

#A9B9CC
(169,185,204)
#9AA9BA
(154,169,186)
#8B99A8
(139,153,168)
#7C8996
(124,137,150)
#6D7984
(109,121,132)
#5E6972
(94,105,114)
#4F5960
(79,89,96)
#40494E
(64,73,78)
#31393C
(49,57,60)
#22292A
(34,41,42)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #A9B9CC

#A9B9CC
(169,185,204)
#B0BFD0
(176,191,208)
#B7C5D4
(183,197,212)
#BECBD8
(190,203,216)
#C5D1DC
(197,209,220)
#CCD7E0
(204,215,224)
#D3DDE4
(211,221,228)
#DAE3E8
(218,227,232)
#E1E9EC
(225,233,236)
#E8EFF0
(232,239,240)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B9CC; }

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

This text font color is #A9B9CC.


Background Color

.myBgColor { background-color: #A9B9CC; }

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

This div background color is #A9B9CC.


Border color

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

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

This div border color is #A9B9CC.


Opacity

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

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

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

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

This text has shadow with #A9B9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B9CC on black background.


Color preview on white background

This text has color #A9B9CC on white background.



Black color preview on #A9B9CC background

This text has black color on #A9B9CC background.


White color preview on #A9B9CC background

This text has white color on #A9B9CC background.