COLOR #A9B8D3

HEX: #A9B8D3 RGB: (169,184,211)

Color info

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

RGB color model

#A9B8D3 color RGB value is (169,184,211).

RGB: (169,184,211) (66%, 72%, 83%)

RGB channels and saturation

R 169 of 255 = 66%
G 184 of 255 = 72%
B 211 of 255 = 83%

169
184
211

R + G + B ~ 74%. #A9B8D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 184 + 211 = 564 (100%)
R 169 of 564 ~ 29.96%
G 184 of 564 ~ 32.62%
B 211 of 564 ~ 37.41'%

%29.96
%32.62
%37.41

CMYK color model

#A9B8D3 color CMYK value is (20,13,0,17).

  • cyan value is 19.91%
  • magenta value is 12.80%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (20,13,0,17)
C20M13Y0K17 (20%, 13%, 0%, 17%)
(0.20 / 0.13 / 0.00 / 0.17)

CMYK percentages

%19.91
%12.8
%0
%17.25

Codes

Color #A9B8D3 in popluar color models

A9 B8 D3
RGB 169 184 211
HSL 219° 32.31% 74.51%
HSB/HSV 219° 19.91% 82.75%
CMYK 19.91% 12.80% 0.00%
17.25%

Color #A9B8D3 in popluar number systems.

HEX A9 B8 D3
Decimal 169 184 211
Binary 10101001 10111000 11010011
Octal 251 270 323

Shades and tints

Shades of #A9B8D3

#A9B8D3
(169,184,211)
#9AA8C0
(154,168,192)
#8B98AD
(139,152,173)
#7C889A
(124,136,154)
#6D7887
(109,120,135)
#5E6874
(94,104,116)
#4F5861
(79,88,97)
#40484E
(64,72,78)
#31383B
(49,56,59)
#222828
(34,40,40)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #A9B8D3

#A9B8D3
(169,184,211)
#B0BED7
(176,190,215)
#B7C4DB
(183,196,219)
#BECADF
(190,202,223)
#C5D0E3
(197,208,227)
#CCD6E7
(204,214,231)
#D3DCEB
(211,220,235)
#DAE2EF
(218,226,239)
#E1E8F3
(225,232,243)
#E8EEF7
(232,238,247)
#EFF4FB
(239,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B8D3; }

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

This text font color is #A9B8D3.

Background Color

.myBgColor { background-color: #A9B8D3; }

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

This div background color is #A9B8D3.

Border color

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

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

This div border color is #A9B8D3.

Opacity

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

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

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

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

This text has shadow with #A9B8D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B8D3.

Preview

Color preview on black background

This text has color #A9B8D3 on black background.


Color preview on white background

This text has color #A9B8D3 on white background.


Black color preview on #A9B8D3 background

This text has black color on #A9B8D3 background.


White color preview on #A9B8D3 background

This text has white color on #A9B8D3 background.


Related colors

Complementary color

Complementary color for #hex is #56472C.


I love getcolorcode.com

Triadic colors

1 #D3A9B8 and #B8D3A9 with #A9B8D3 are triadic colors.

2 #D3B8A9 and #B8A9D3 with #A9B8D3 are triadic colors.