COLOR #A9B8E6

HEX: #A9B8E6 RGB: (169,184,230)

Color info

#A9B8E6 contains mainly green and blue colors. Web safe color of #A9B8E6 is #99CCCC (or #9CC).

RGB color model

#A9B8E6 color RGB value is (169,184,230).

RGB: (169,184,230) (66%, 72%, 90%)

RGB channels and saturation

R 169 of 255 = 66%
G 184 of 255 = 72%
B 230 of 255 = 90%

169
184
230

R + G + B ~ 76%. #A9B8E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 184 + 230 = 583 (100%)
R 169 of 583 ~ 28.99%
G 184 of 583 ~ 31.56%
B 230 of 583 ~ 39.45'%

%28.99
%31.56
%39.45

CMYK color model

#A9B8E6 color CMYK value is (27,20,0,10).

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

CMYK: (27,20,0,10)
C27M20Y0K10 (27%, 20%, 0%, 10%)
(0.27 / 0.20 / 0.00 / 0.10)

CMYK percentages

%26.52
%20
%0
%9.8

Codes

Color #A9B8E6 in popluar color models

A9 B8 E6
RGB 169 184 230
HSL 225° 54.95% 78.24%
HSB/HSV 225° 26.52% 90.20%
CMYK 26.52% 20.00% 0.00%
9.80%

Color #A9B8E6 in popluar number systems.

HEX A9 B8 E6
Decimal 169 184 230
Binary 10101001 10111000 11100110
Octal 251 270 346

Shades and tints

Shades of #A9B8E6

#A9B8E6
(169,184,230)
#9AA8D2
(154,168,210)
#8B98BE
(139,152,190)
#7C88AA
(124,136,170)
#6D7896
(109,120,150)
#5E6882
(94,104,130)
#4F586E
(79,88,110)
#40485A
(64,72,90)
#313846
(49,56,70)
#222832
(34,40,50)
#13181E
(19,24,30)
#000000
(0,0,0)

Tints of #A9B8E6

#A9B8E6
(169,184,230)
#B0BEE8
(176,190,232)
#B7C4EA
(183,196,234)
#BECAEC
(190,202,236)
#C5D0EE
(197,208,238)
#CCD6F0
(204,214,240)
#D3DCF2
(211,220,242)
#DAE2F4
(218,226,244)
#E1E8F6
(225,232,246)
#E8EEF8
(232,238,248)
#EFF4FA
(239,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B8E6; }

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

This text font color is #A9B8E6.

Background Color

.myBgColor { background-color: #A9B8E6; }

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

This div background color is #A9B8E6.

Border color

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

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

This div border color is #A9B8E6.

Opacity

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

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

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

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

This text has shadow with #A9B8E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B8E6.

Preview

Color preview on black background

This text has color #A9B8E6 on black background.


Color preview on white background

This text has color #A9B8E6 on white background.


Black color preview on #A9B8E6 background

This text has black color on #A9B8E6 background.


White color preview on #A9B8E6 background

This text has white color on #A9B8E6 background.


Related colors

Complementary color

Complementary color for #hex is #564719.


I love getcolorcode.com

Triadic colors

1 #E6A9B8 and #B8E6A9 with #A9B8E6 are triadic colors.

2 #E6B8A9 and #B8A9E6 with #A9B8E6 are triadic colors.