COLOR #A9C8E9

HEX: #A9C8E9 RGB: (169,200,233)

Color info

#A9C8E9 contains mainly green and blue colors. Web safe color of #A9C8E9 is #99CCFF (or #9CF).

RGB color model

#A9C8E9 color RGB value is (169,200,233).

RGB: (169,200,233) (66%, 78%, 91%)

RGB channels and saturation

R 169 of 255 = 66%
G 200 of 255 = 78%
B 233 of 255 = 91%

169
200
233

R + G + B ~ 78%. #A9C8E9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 200 + 233 = 602 (100%)
R 169 of 602 ~ 28.07%
G 200 of 602 ~ 33.22%
B 233 of 602 ~ 38.7'%

%28.07
%33.22
%38.7

CMYK color model

#A9C8E9 color CMYK value is (27,14,0,9).

  • cyan value is 27.47%
  • magenta value is 14.16%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (27,14,0,9) C27M14Y0K9 (27%,14%,0%,9%) (0.27/0.14/0.00/0.09) 

CMYK percentages

%27.47
%14.16
%0
%8.63

Codes

Color #A9C8E9 in popluar color models

A9 C8 E9
RGB 169 200 233
HSL 211° 59.26% 78.82%
HSB/HSV 211° 27.47% 91.37%
CMYK 27.47% 14.16% 0.00%
8.63%

Color #A9C8E9 in popluar number systems.

HEX A9 C8 E9
Decimal 169 200 233
Binary 10101001 11001000 11101001
Octal 251 310 351

Shades and tints

Shades of #A9C8E9

#A9C8E9
(169,200,233)
#9AB6D4
(154,182,212)
#8BA4BF
(139,164,191)
#7C92AA
(124,146,170)
#6D8095
(109,128,149)
#5E6E80
(94,110,128)
#4F5C6B
(79,92,107)
#404A56
(64,74,86)
#313841
(49,56,65)
#22262C
(34,38,44)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #A9C8E9

#A9C8E9
(169,200,233)
#B0CDEB
(176,205,235)
#B7D2ED
(183,210,237)
#BED7EF
(190,215,239)
#C5DCF1
(197,220,241)
#CCE1F3
(204,225,243)
#D3E6F5
(211,230,245)
#DAEBF7
(218,235,247)
#E1F0F9
(225,240,249)
#E8F5FB
(232,245,251)
#EFFAFD
(239,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9C8E9 color. Also use rgb(169,200,233) instead hex code.

Text Font Color

.myTextColor { color: #A9C8E9; }

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

This text font color is #A9C8E9.

Background Color

.myBgColor { background-color: #A9C8E9; }

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

This div background color is #A9C8E9.

Border color

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

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

This div border color is #A9C8E9.

Opacity

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

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

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

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

This text has shadow with #A9C8E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9C8E9.

Preview

Color preview on black background

This text has color #A9C8E9 on black background.


Color preview on white background

This text has color #A9C8E9 on white background.


Black color preview on #A9C8E9 background

This text has black color on #A9C8E9 background.


White color preview on #A9C8E9 background

This text has white color on #A9C8E9 background.


Related colors

Complementary color

Complementary color for #hex is #563716.


I love getcolorcode.com

Triadic colors

1 #E9A9C8 and #C8E9A9 with #A9C8E9 are triadic colors.

2 #E9C8A9 and #C8A9E9 with #A9C8E9 are triadic colors.