COLOR #A9E0CD

HEX: #A9E0CD
RGB: (169,224,205)

Color info

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

RGB color model

#A9E0CD color RGB value is (169,224,205).

  • red value is 169;
  • green value is 224;
  • blue value is 205.
RGB:
(169,224,205)
(66%,88%,80%)

RGB channels and saturation

R 169 of 255 = 66%
G 224 of 255 = 88%
B 205 of 255 = 80%

169
224
205

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

Portions of RGB colors in percentages

R + G + B =
169 + 224 + 205 = 598 (100%)
R 169 of 598 ~ 28.26%
G 224 of 598 ~ 37.46%
B 205 of 598 ~ 34.28%

%28.26
%37.46
%34.28

CMYK color model

#A9E0CD color CMYK value is (25,0,8,12).

  • cyan value is 24.55%
  • magenta value is 0.00%
  • yellow value is 8.48%
  • key color value is 12.16%
CMYK:
(25,0,8,12)
C25M0Y8K12 
(25%,0%,8%,12%)
(0.25/0.00/0.08/0.12)	

CMYK percentages

%24.55
%0
%8.48
%12.16

Codes

Color #A9E0CD in popluar color models

A9E0CD
RGB169224205
HSL159°47.01%77.06%
HSB/HSV159°24.55%87.84%
CMYK24.55%0.00%8.48%
12.16%

Color #A9E0CD in popluar number systems.

HEXA9E0CD
Decimal169224205
Binary101010011110000011001101
Octal251340315

Shades and tints

Shades of #A9E0CD

#A9E0CD
(169,224,205)
#9ACCBB
(154,204,187)
#8BB8A9
(139,184,169)
#7CA497
(124,164,151)
#6D9085
(109,144,133)
#5E7C73
(94,124,115)
#4F6861
(79,104,97)
#40544F
(64,84,79)
#31403D
(49,64,61)
#222C2B
(34,44,43)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #A9E0CD

#A9E0CD
(169,224,205)
#B0E2D1
(176,226,209)
#B7E4D5
(183,228,213)
#BEE6D9
(190,230,217)
#C5E8DD
(197,232,221)
#CCEAE1
(204,234,225)
#D3ECE5
(211,236,229)
#DAEEE9
(218,238,233)
#E1F0ED
(225,240,237)
#E8F2F1
(232,242,241)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E0CD color. Also use rgb(169,224,205) instead hex code.

Text Font Color

.myTextColor { color: #A9E0CD; }

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

This text font color is #A9E0CD.


Background Color

.myBgColor { background-color: #A9E0CD; }

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

This div background color is #A9E0CD.


Border color

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

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

This div border color is #A9E0CD.


Opacity

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

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

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

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

This text has shadow with #A9E0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E0CD on black background.


Color preview on white background

This text has color #A9E0CD on white background.



Black color preview on #A9E0CD background

This text has black color on #A9E0CD background.


White color preview on #A9E0CD background

This text has white color on #A9E0CD background.