COLOR #A9EDD1

HEX: #A9EDD1
RGB: (169,237,209)

Color info

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

RGB color model

#A9EDD1 color RGB value is (169,237,209).

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

RGB channels and saturation

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

169
237
209

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

Portions of RGB colors in percentages

R + G + B =
169 + 237 + 209 = 615 (100%)
R 169 of 615 ~ 27.48%
G 237 of 615 ~ 38.54%
B 209 of 615 ~ 33.98%

%27.48
%38.54
%33.98

CMYK color model

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

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

CMYK percentages

%28.69
%0
%11.81
%7.06

Codes

Color #A9EDD1 in popluar color models

A9EDD1
RGB169237209
HSL155°65.38%79.61%
HSB/HSV155°28.69%92.94%
CMYK28.69%0.00%11.81%
7.06%

Color #A9EDD1 in popluar number systems.

HEXA9EDD1
Decimal169237209
Binary101010011110110111010001
Octal251355321

Shades and tints

Shades of #A9EDD1

#A9EDD1
(169,237,209)
#9AD8BE
(154,216,190)
#8BC3AB
(139,195,171)
#7CAE98
(124,174,152)
#6D9985
(109,153,133)
#5E8472
(94,132,114)
#4F6F5F
(79,111,95)
#405A4C
(64,90,76)
#314539
(49,69,57)
#223026
(34,48,38)
#131B13
(19,27,19)
#000000
(0,0,0)

Tints of #A9EDD1

#A9EDD1
(169,237,209)
#B0EED5
(176,238,213)
#B7EFD9
(183,239,217)
#BEF0DD
(190,240,221)
#C5F1E1
(197,241,225)
#CCF2E5
(204,242,229)
#D3F3E9
(211,243,233)
#DAF4ED
(218,244,237)
#E1F5F1
(225,245,241)
#E8F6F5
(232,246,245)
#EFF7F9
(239,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9EDD1; }

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

This text font color is #A9EDD1.


Background Color

.myBgColor { background-color: #A9EDD1; }

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

This div background color is #A9EDD1.


Border color

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

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

This div border color is #A9EDD1.


Opacity

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

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

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

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

This text has shadow with #A9EDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9EDD1 on black background.


Color preview on white background

This text has color #A9EDD1 on white background.



Black color preview on #A9EDD1 background

This text has black color on #A9EDD1 background.


White color preview on #A9EDD1 background

This text has white color on #A9EDD1 background.