COLOR #A9B2CD

HEX: #A9B2CD RGB: (169,178,205)

Color info

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

RGB color model

#A9B2CD color RGB value is (169,178,205).

RGB: (169,178,205) (66%, 70%, 80%)

RGB channels and saturation

R 169 of 255 = 66%
G 178 of 255 = 70%
B 205 of 255 = 80%

169
178
205

R + G + B ~ 72%. #A9B2CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 178 + 205 = 552 (100%)
R 169 of 552 ~ 30.62%
G 178 of 552 ~ 32.25%
B 205 of 552 ~ 37.14'%

%30.62
%32.25
%37.14

CMYK color model

#A9B2CD color CMYK value is (18,13,0,20).

  • cyan value is 17.56%
  • magenta value is 13.17%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (18,13,0,20)
C18M13Y0K20 (18%, 13%, 0%, 20%)
(0.18 / 0.13 / 0.00 / 0.20)

CMYK percentages

%17.56
%13.17
%0
%19.61

Codes

Color #A9B2CD in popluar color models

A9 B2 CD
RGB 169 178 205
HSL 225° 26.47% 73.33%
HSB/HSV 225° 17.56% 80.39%
CMYK 17.56% 13.17% 0.00%
19.61%

Color #A9B2CD in popluar number systems.

HEX A9 B2 CD
Decimal 169 178 205
Binary 10101001 10110010 11001101
Octal 251 262 315

Shades and tints

Shades of #A9B2CD

#A9B2CD
(169,178,205)
#9AA2BB
(154,162,187)
#8B92A9
(139,146,169)
#7C8297
(124,130,151)
#6D7285
(109,114,133)
#5E6273
(94,98,115)
#4F5261
(79,82,97)
#40424F
(64,66,79)
#31323D
(49,50,61)
#22222B
(34,34,43)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #A9B2CD

#A9B2CD
(169,178,205)
#B0B9D1
(176,185,209)
#B7C0D5
(183,192,213)
#BEC7D9
(190,199,217)
#C5CEDD
(197,206,221)
#CCD5E1
(204,213,225)
#D3DCE5
(211,220,229)
#DAE3E9
(218,227,233)
#E1EAED
(225,234,237)
#E8F1F1
(232,241,241)
#EFF8F5
(239,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B2CD color. Also use rgb(169,178,205) instead hex code.

Text Font Color

.myTextColor { color: #A9B2CD; }

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

This text font color is #A9B2CD.

Background Color

.myBgColor { background-color: #A9B2CD; }

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

This div background color is #A9B2CD.

Border color

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

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

This div border color is #A9B2CD.

Opacity

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

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

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

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

This text has shadow with #A9B2CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B2CD.

Preview

Color preview on black background

This text has color #A9B2CD on black background.


Color preview on white background

This text has color #A9B2CD on white background.


Black color preview on #A9B2CD background

This text has black color on #A9B2CD background.


White color preview on #A9B2CD background

This text has white color on #A9B2CD background.


Related colors

Complementary color

Complementary color for #hex is #564D32.


I love getcolorcode.com

Triadic colors

1 #CDA9B2 and #B2CDA9 with #A9B2CD are triadic colors.

2 #CDB2A9 and #B2A9CD with #A9B2CD are triadic colors.