COLOR #A9EED1

HEX: #A9EED1
RGB: (169,238,209)

Color info

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

RGB color model

#A9EED1 color RGB value is (169,238,209).

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

RGB channels and saturation

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

169
238
209

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

Portions of RGB colors in percentages

R + G + B =
169 + 238 + 209 = 616 (100%)
R 169 of 616 ~ 27.44%
G 238 of 616 ~ 38.64%
B 209 of 616 ~ 33.93%

%27.44
%38.64
%33.93

CMYK color model

#A9EED1 color CMYK value is (29,0,12,7).

  • cyan value is 28.99%
  • magenta value is 0.00%
  • yellow value is 12.18%
  • key color value is 6.67%
CMYK:
(29,0,12,7)
C29M0Y12K7 
(29%,0%,12%,7%)
(0.29/0.00/0.12/0.07)	

CMYK percentages

%28.99
%0
%12.18
%6.67

Codes

Color #A9EED1 in popluar color models

A9EED1
RGB169238209
HSL155°66.99%79.80%
HSB/HSV155°28.99%93.33%
CMYK28.99%0.00%12.18%
6.67%

Color #A9EED1 in popluar number systems.

HEXA9EED1
Decimal169238209
Binary101010011110111011010001
Octal251356321

Shades and tints

Shades of #A9EED1

#A9EED1
(169,238,209)
#9AD9BE
(154,217,190)
#8BC4AB
(139,196,171)
#7CAF98
(124,175,152)
#6D9A85
(109,154,133)
#5E8572
(94,133,114)
#4F705F
(79,112,95)
#405B4C
(64,91,76)
#314639
(49,70,57)
#223126
(34,49,38)
#131C13
(19,28,19)
#000000
(0,0,0)

Tints of #A9EED1

#A9EED1
(169,238,209)
#B0EFD5
(176,239,213)
#B7F0D9
(183,240,217)
#BEF1DD
(190,241,221)
#C5F2E1
(197,242,225)
#CCF3E5
(204,243,229)
#D3F4E9
(211,244,233)
#DAF5ED
(218,245,237)
#E1F6F1
(225,246,241)
#E8F7F5
(232,247,245)
#EFF8F9
(239,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9EED1; }

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

This text font color is #A9EED1.


Background Color

.myBgColor { background-color: #A9EED1; }

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

This div background color is #A9EED1.


Border color

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

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

This div border color is #A9EED1.


Opacity

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

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

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

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

This text has shadow with #A9EED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9EED1 on black background.


Color preview on white background

This text has color #A9EED1 on white background.



Black color preview on #A9EED1 background

This text has black color on #A9EED1 background.


White color preview on #A9EED1 background

This text has white color on #A9EED1 background.