COLOR #A9C4E6

HEX: #A9C4E6
RGB: (169,196,230)

Color info

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

RGB color model

#A9C4E6 color RGB value is (169,196,230).

  • red value is 169;
  • green value is 196;
  • blue value is 230.
RGB:
(169,196,230)
(66%,77%,90%)

RGB channels and saturation

R 169 of 255 = 66%
G 196 of 255 = 77%
B 230 of 255 = 90%

169
196
230

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

Portions of RGB colors in percentages

R + G + B =
169 + 196 + 230 = 595 (100%)
R 169 of 595 ~ 28.4%
G 196 of 595 ~ 32.94%
B 230 of 595 ~ 38.66%

%28.4
%32.94
%38.66

CMYK color model

#A9C4E6 color CMYK value is (27,15,0,10).

  • cyan value is 26.52%
  • magenta value is 14.78%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(27,15,0,10)
C27M15Y0K10 
(27%,15%,0%,10%)
(0.27/0.15/0.00/0.10)	

CMYK percentages

%26.52
%14.78
%0
%9.8

Codes

Color #A9C4E6 in popluar color models

A9C4E6
RGB169196230
HSL213°54.95%78.24%
HSB/HSV213°26.52%90.20%
CMYK26.52%14.78%0.00%
9.80%

Color #A9C4E6 in popluar number systems.

HEXA9C4E6
Decimal169196230
Binary101010011100010011100110
Octal251304346

Shades and tints

Shades of #A9C4E6

#A9C4E6
(169,196,230)
#9AB3D2
(154,179,210)
#8BA2BE
(139,162,190)
#7C91AA
(124,145,170)
#6D8096
(109,128,150)
#5E6F82
(94,111,130)
#4F5E6E
(79,94,110)
#404D5A
(64,77,90)
#313C46
(49,60,70)
#222B32
(34,43,50)
#131A1E
(19,26,30)
#000000
(0,0,0)

Tints of #A9C4E6

#A9C4E6
(169,196,230)
#B0C9E8
(176,201,232)
#B7CEEA
(183,206,234)
#BED3EC
(190,211,236)
#C5D8EE
(197,216,238)
#CCDDF0
(204,221,240)
#D3E2F2
(211,226,242)
#DAE7F4
(218,231,244)
#E1ECF6
(225,236,246)
#E8F1F8
(232,241,248)
#EFF6FA
(239,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C4E6; }

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

This text font color is #A9C4E6.


Background Color

.myBgColor { background-color: #A9C4E6; }

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

This div background color is #A9C4E6.


Border color

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

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

This div border color is #A9C4E6.


Opacity

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

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

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

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

This text has shadow with #A9C4E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C4E6 on black background.


Color preview on white background

This text has color #A9C4E6 on white background.



Black color preview on #A9C4E6 background

This text has black color on #A9C4E6 background.


White color preview on #A9C4E6 background

This text has white color on #A9C4E6 background.