COLOR #A9AACB

HEX: #A9AACB
RGB: (169,170,203)

Color info

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

RGB color model

#A9AACB color RGB value is (169,170,203).

  • red value is 169;
  • green value is 170;
  • blue value is 203.
RGB:
(169,170,203)
(66%,67%,80%)

RGB channels and saturation

R 169 of 255 = 66%
G 170 of 255 = 67%
B 203 of 255 = 80%

169
170
203

R + G + B ~ 71%. #A9AACB is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 170 + 203 = 542 (100%)
R 169 of 542 ~ 31.18%
G 170 of 542 ~ 31.37%
B 203 of 542 ~ 37.45%

%31.18
%31.37
%37.45

CMYK color model

#A9AACB color CMYK value is (17,16,0,20).

  • cyan value is 16.75%
  • magenta value is 16.26%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(17,16,0,20)
C17M16Y0K20 
(17%,16%,0%,20%)
(0.17/0.16/0.00/0.20)	

CMYK percentages

%16.75
%16.26
%0
%20.39

Codes

Color #A9AACB in popluar color models

A9AACB
RGB169170203
HSL238°24.64%72.94%
HSB/HSV238°16.75%79.61%
CMYK16.75%16.26%0.00%
20.39%

Color #A9AACB in popluar number systems.

HEXA9AACB
Decimal169170203
Binary101010011010101011001011
Octal251252313

Shades and tints

Shades of #A9AACB

#A9AACB
(169,170,203)
#9A9BB9
(154,155,185)
#8B8CA7
(139,140,167)
#7C7D95
(124,125,149)
#6D6E83
(109,110,131)
#5E5F71
(94,95,113)
#4F505F
(79,80,95)
#40414D
(64,65,77)
#31323B
(49,50,59)
#222329
(34,35,41)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #A9AACB

#A9AACB
(169,170,203)
#B0B1CF
(176,177,207)
#B7B8D3
(183,184,211)
#BEBFD7
(190,191,215)
#C5C6DB
(197,198,219)
#CCCDDF
(204,205,223)
#D3D4E3
(211,212,227)
#DADBE7
(218,219,231)
#E1E2EB
(225,226,235)
#E8E9EF
(232,233,239)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9AACB color. Also use rgb(169,170,203) instead hex code.

Text Font Color

.myTextColor { color: #A9AACB; }

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

This text font color is #A9AACB.


Background Color

.myBgColor { background-color: #A9AACB; }

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

This div background color is #A9AACB.


Border color

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

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

This div border color is #A9AACB.


Opacity

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

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

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

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

This text has shadow with #A9AACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AACB on black background.


Color preview on white background

This text has color #A9AACB on white background.



Black color preview on #A9AACB background

This text has black color on #A9AACB background.


White color preview on #A9AACB background

This text has white color on #A9AACB background.