COLOR #A9EED0

HEX: #A9EED0
RGB: (169,238,208)

Color info

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

RGB color model

#A9EED0 color RGB value is (169,238,208).

  • red value is 169;
  • green value is 238;
  • blue value is 208.
RGB:
(169,238,208)
(66%,93%,82%)

RGB channels and saturation

R 169 of 255 = 66%
G 238 of 255 = 93%
B 208 of 255 = 82%

169
238
208

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

Portions of RGB colors in percentages

R + G + B =
169 + 238 + 208 = 615 (100%)
R 169 of 615 ~ 27.48%
G 238 of 615 ~ 38.7%
B 208 of 615 ~ 33.82%

%27.48
%38.7
%33.82

CMYK color model

#A9EED0 color CMYK value is (29,0,13,7).

  • cyan value is 28.99%
  • magenta value is 0.00%
  • yellow value is 12.61%
  • key color value is 6.67%
CMYK:
(29,0,13,7)
C29M0Y13K7 
(29%,0%,13%,7%)
(0.29/0.00/0.13/0.07)	

CMYK percentages

%28.99
%0
%12.61
%6.67

Codes

Color #A9EED0 in popluar color models

A9EED0
RGB169238208
HSL154°66.99%79.80%
HSB/HSV154°28.99%93.33%
CMYK28.99%0.00%12.61%
6.67%

Color #A9EED0 in popluar number systems.

HEXA9EED0
Decimal169238208
Binary101010011110111011010000
Octal251356320

Shades and tints

Shades of #A9EED0

#A9EED0
(169,238,208)
#9AD9BE
(154,217,190)
#8BC4AC
(139,196,172)
#7CAF9A
(124,175,154)
#6D9A88
(109,154,136)
#5E8576
(94,133,118)
#4F7064
(79,112,100)
#405B52
(64,91,82)
#314640
(49,70,64)
#22312E
(34,49,46)
#131C1C
(19,28,28)
#000000
(0,0,0)

Tints of #A9EED0

#A9EED0
(169,238,208)
#B0EFD4
(176,239,212)
#B7F0D8
(183,240,216)
#BEF1DC
(190,241,220)
#C5F2E0
(197,242,224)
#CCF3E4
(204,243,228)
#D3F4E8
(211,244,232)
#DAF5EC
(218,245,236)
#E1F6F0
(225,246,240)
#E8F7F4
(232,247,244)
#EFF8F8
(239,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9EED0 color. Also use rgb(169,238,208) instead hex code.

Text Font Color

.myTextColor { color: #A9EED0; }

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

This text font color is #A9EED0.


Background Color

.myBgColor { background-color: #A9EED0; }

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

This div background color is #A9EED0.


Border color

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

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

This div border color is #A9EED0.


Opacity

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

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

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

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

This text has shadow with #A9EED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9EED0 on black background.


Color preview on white background

This text has color #A9EED0 on white background.



Black color preview on #A9EED0 background

This text has black color on #A9EED0 background.


White color preview on #A9EED0 background

This text has white color on #A9EED0 background.