COLOR #A9ECCD

HEX: #A9ECCD
RGB: (169,236,205)

Color info

#A9ECCD contains mainly green and blue colors. Web safe color of #A9ECCD is #99FFCC (or #9FC).

RGB color model

#A9ECCD color RGB value is (169,236,205).

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

RGB channels and saturation

R 169 of 255 = 66%
G 236 of 255 = 93%
B 205 of 255 = 80%

169
236
205

R + G + B ~ 80%. #A9ECCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 236 + 205 = 610 (100%)
R 169 of 610 ~ 27.7%
G 236 of 610 ~ 38.69%
B 205 of 610 ~ 33.61%

%27.7
%38.69
%33.61

CMYK color model

#A9ECCD color CMYK value is (28,0,13,7).

  • cyan value is 28.39%
  • magenta value is 0.00%
  • yellow value is 13.14%
  • key color value is 7.45%
CMYK:
(28,0,13,7)
C28M0Y13K7 
(28%,0%,13%,7%)
(0.28/0.00/0.13/0.07)	

CMYK percentages

%28.39
%0
%13.14
%7.45

Codes

Color #A9ECCD in popluar color models

A9ECCD
RGB169236205
HSL152°63.81%79.41%
HSB/HSV152°28.39%92.55%
CMYK28.39%0.00%13.14%
7.45%

Color #A9ECCD in popluar number systems.

HEXA9ECCD
Decimal169236205
Binary101010011110110011001101
Octal251354315

Shades and tints

Shades of #A9ECCD

#A9ECCD
(169,236,205)
#9AD7BB
(154,215,187)
#8BC2A9
(139,194,169)
#7CAD97
(124,173,151)
#6D9885
(109,152,133)
#5E8373
(94,131,115)
#4F6E61
(79,110,97)
#40594F
(64,89,79)
#31443D
(49,68,61)
#222F2B
(34,47,43)
#131A19
(19,26,25)
#000000
(0,0,0)

Tints of #A9ECCD

#A9ECCD
(169,236,205)
#B0EDD1
(176,237,209)
#B7EED5
(183,238,213)
#BEEFD9
(190,239,217)
#C5F0DD
(197,240,221)
#CCF1E1
(204,241,225)
#D3F2E5
(211,242,229)
#DAF3E9
(218,243,233)
#E1F4ED
(225,244,237)
#E8F5F1
(232,245,241)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9ECCD; }

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

This text font color is #A9ECCD.


Background Color

.myBgColor { background-color: #A9ECCD; }

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

This div background color is #A9ECCD.


Border color

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

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

This div border color is #A9ECCD.


Opacity

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

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

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

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

This text has shadow with #A9ECCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9ECCD on black background.


Color preview on white background

This text has color #A9ECCD on white background.



Black color preview on #A9ECCD background

This text has black color on #A9ECCD background.


White color preview on #A9ECCD background

This text has white color on #A9ECCD background.