COLOR #A9E4DE

HEX: #A9E4DE
RGB: (169,228,222)

Color info

#A9E4DE contains red, green and blue colors in about the same proportion. Web safe color of #A9E4DE is #99CCCC (or #9CC).

RGB color model

#A9E4DE color RGB value is (169,228,222).

  • red value is 169;
  • green value is 228;
  • blue value is 222.
RGB:
(169,228,222)
(66%,89%,87%)

RGB channels and saturation

R 169 of 255 = 66%
G 228 of 255 = 89%
B 222 of 255 = 87%

169
228
222

R + G + B ~ 81%. #A9E4DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 228 + 222 = 619 (100%)
R 169 of 619 ~ 27.3%
G 228 of 619 ~ 36.83%
B 222 of 619 ~ 35.86%

%27.3
%36.83
%35.86

CMYK color model

#A9E4DE color CMYK value is (26,0,3,11).

  • cyan value is 25.88%
  • magenta value is 0.00%
  • yellow value is 2.63%
  • key color value is 10.59%
CMYK:
(26,0,3,11)
C26M0Y3K11 
(26%,0%,3%,11%)
(0.26/0.00/0.03/0.11)	

CMYK percentages

%25.88
%0
%2.63
%10.59

Codes

Color #A9E4DE in popluar color models

A9E4DE
RGB169228222
HSL174°52.21%77.84%
HSB/HSV174°25.88%89.41%
CMYK25.88%0.00%2.63%
10.59%

Color #A9E4DE in popluar number systems.

HEXA9E4DE
Decimal169228222
Binary101010011110010011011110
Octal251344336

Shades and tints

Shades of #A9E4DE

#A9E4DE
(169,228,222)
#9AD0CA
(154,208,202)
#8BBCB6
(139,188,182)
#7CA8A2
(124,168,162)
#6D948E
(109,148,142)
#5E807A
(94,128,122)
#4F6C66
(79,108,102)
#405852
(64,88,82)
#31443E
(49,68,62)
#22302A
(34,48,42)
#131C16
(19,28,22)
#000000
(0,0,0)

Tints of #A9E4DE

#A9E4DE
(169,228,222)
#B0E6E1
(176,230,225)
#B7E8E4
(183,232,228)
#BEEAE7
(190,234,231)
#C5ECEA
(197,236,234)
#CCEEED
(204,238,237)
#D3F0F0
(211,240,240)
#DAF2F3
(218,242,243)
#E1F4F6
(225,244,246)
#E8F6F9
(232,246,249)
#EFF8FC
(239,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E4DE color. Also use rgb(169,228,222) instead hex code.

Text Font Color

.myTextColor { color: #A9E4DE; }

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

This text font color is #A9E4DE.


Background Color

.myBgColor { background-color: #A9E4DE; }

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

This div background color is #A9E4DE.


Border color

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

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

This div border color is #A9E4DE.


Opacity

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

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

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

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

This text has shadow with #A9E4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E4DE on black background.


Color preview on white background

This text has color #A9E4DE on white background.



Black color preview on #A9E4DE background

This text has black color on #A9E4DE background.


White color preview on #A9E4DE background

This text has white color on #A9E4DE background.