COLOR #A9C8E7

HEX: #A9C8E7
RGB: (169,200,231)

Color info

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

RGB color model

#A9C8E7 color RGB value is (169,200,231).

  • red value is 169;
  • green value is 200;
  • blue value is 231.
RGB:
(169,200,231)
(66%,78%,91%)

RGB channels and saturation

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

169
200
231

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

Portions of RGB colors in percentages

R + G + B =
169 + 200 + 231 = 600 (100%)
R 169 of 600 ~ 28.17%
G 200 of 600 ~ 33.33%
B 231 of 600 ~ 38.5%

%28.17
%33.33
%38.5

CMYK color model

#A9C8E7 color CMYK value is (27,13,0,9).

  • cyan value is 26.84%
  • magenta value is 13.42%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(27,13,0,9)
C27M13Y0K9 
(27%,13%,0%,9%)
(0.27/0.13/0.00/0.09)	

CMYK percentages

%26.84
%13.42
%0
%9.41

Codes

Color #A9C8E7 in popluar color models

A9C8E7
RGB169200231
HSL210°56.36%78.43%
HSB/HSV210°26.84%90.59%
CMYK26.84%13.42%0.00%
9.41%

Color #A9C8E7 in popluar number systems.

HEXA9C8E7
Decimal169200231
Binary101010011100100011100111
Octal251310347

Shades and tints

Shades of #A9C8E7

#A9C8E7
(169,200,231)
#9AB6D2
(154,182,210)
#8BA4BD
(139,164,189)
#7C92A8
(124,146,168)
#6D8093
(109,128,147)
#5E6E7E
(94,110,126)
#4F5C69
(79,92,105)
#404A54
(64,74,84)
#31383F
(49,56,63)
#22262A
(34,38,42)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #A9C8E7

#A9C8E7
(169,200,231)
#B0CDE9
(176,205,233)
#B7D2EB
(183,210,235)
#BED7ED
(190,215,237)
#C5DCEF
(197,220,239)
#CCE1F1
(204,225,241)
#D3E6F3
(211,230,243)
#DAEBF5
(218,235,245)
#E1F0F7
(225,240,247)
#E8F5F9
(232,245,249)
#EFFAFB
(239,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C8E7; }

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

This text font color is #A9C8E7.


Background Color

.myBgColor { background-color: #A9C8E7; }

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

This div background color is #A9C8E7.


Border color

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

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

This div border color is #A9C8E7.


Opacity

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

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

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

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

This text has shadow with #A9C8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C8E7 on black background.


Color preview on white background

This text has color #A9C8E7 on white background.



Black color preview on #A9C8E7 background

This text has black color on #A9C8E7 background.


White color preview on #A9C8E7 background

This text has white color on #A9C8E7 background.