COLOR #A9E6CD

HEX: #A9E6CD
RGB: (169,230,205)

Color info

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

RGB color model

#A9E6CD color RGB value is (169,230,205).

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

RGB channels and saturation

R 169 of 255 = 66%
G 230 of 255 = 90%
B 205 of 255 = 80%

169
230
205

R + G + B ~ 79%. #A9E6CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 230 + 205 = 604 (100%)
R 169 of 604 ~ 27.98%
G 230 of 604 ~ 38.08%
B 205 of 604 ~ 33.94%

%27.98
%38.08
%33.94

CMYK color model

#A9E6CD color CMYK value is (27,0,11,10).

  • cyan value is 26.52%
  • magenta value is 0.00%
  • yellow value is 10.87%
  • key color value is 9.80%
CMYK:
(27,0,11,10)
C27M0Y11K10 
(27%,0%,11%,10%)
(0.27/0.00/0.11/0.10)	

CMYK percentages

%26.52
%0
%10.87
%9.8

Codes

Color #A9E6CD in popluar color models

A9E6CD
RGB169230205
HSL155°54.95%78.24%
HSB/HSV155°26.52%90.20%
CMYK26.52%0.00%10.87%
9.80%

Color #A9E6CD in popluar number systems.

HEXA9E6CD
Decimal169230205
Binary101010011110011011001101
Octal251346315

Shades and tints

Shades of #A9E6CD

#A9E6CD
(169,230,205)
#9AD2BB
(154,210,187)
#8BBEA9
(139,190,169)
#7CAA97
(124,170,151)
#6D9685
(109,150,133)
#5E8273
(94,130,115)
#4F6E61
(79,110,97)
#405A4F
(64,90,79)
#31463D
(49,70,61)
#22322B
(34,50,43)
#131E19
(19,30,25)
#000000
(0,0,0)

Tints of #A9E6CD

#A9E6CD
(169,230,205)
#B0E8D1
(176,232,209)
#B7EAD5
(183,234,213)
#BEECD9
(190,236,217)
#C5EEDD
(197,238,221)
#CCF0E1
(204,240,225)
#D3F2E5
(211,242,229)
#DAF4E9
(218,244,233)
#E1F6ED
(225,246,237)
#E8F8F1
(232,248,241)
#EFFAF5
(239,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9E6CD; }

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

This text font color is #A9E6CD.


Background Color

.myBgColor { background-color: #A9E6CD; }

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

This div background color is #A9E6CD.


Border color

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

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

This div border color is #A9E6CD.


Opacity

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

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

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

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

This text has shadow with #A9E6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E6CD on black background.


Color preview on white background

This text has color #A9E6CD on white background.



Black color preview on #A9E6CD background

This text has black color on #A9E6CD background.


White color preview on #A9E6CD background

This text has white color on #A9E6CD background.