COLOR #A9E4E5

HEX: #A9E4E5
RGB: (169,228,229)

Color info

#A9E4E5 contains mainly green and blue colors. Web safe color of #A9E4E5 is #99CCCC (or #9CC).

RGB color model

#A9E4E5 color RGB value is (169,228,229).

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

RGB channels and saturation

R 169 of 255 = 66%
G 228 of 255 = 89%
B 229 of 255 = 90%

169
228
229

R + G + B ~ 82%. #A9E4E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 228 + 229 = 626 (100%)
R 169 of 626 ~ 27%
G 228 of 626 ~ 36.42%
B 229 of 626 ~ 36.58%

%27
%36.42
%36.58

CMYK color model

#A9E4E5 color CMYK value is (26,0,0,10).

  • cyan value is 26.20%
  • magenta value is 0.44%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(26,0,0,10)
C26M0Y0K10 
(26%,0%,0%,10%)
(0.26/0.00/0.00/0.10)	

CMYK percentages

%26.2
%0.44
%0
%10.2

Codes

Color #A9E4E5 in popluar color models

A9E4E5
RGB169228229
HSL181°53.57%78.04%
HSB/HSV181°26.20%89.80%
CMYK26.20%0.44%0.00%
10.20%

Color #A9E4E5 in popluar number systems.

HEXA9E4E5
Decimal169228229
Binary101010011110010011100101
Octal251344345

Shades and tints

Shades of #A9E4E5

#A9E4E5
(169,228,229)
#9AD0D1
(154,208,209)
#8BBCBD
(139,188,189)
#7CA8A9
(124,168,169)
#6D9495
(109,148,149)
#5E8081
(94,128,129)
#4F6C6D
(79,108,109)
#405859
(64,88,89)
#314445
(49,68,69)
#223031
(34,48,49)
#131C1D
(19,28,29)
#000000
(0,0,0)

Tints of #A9E4E5

#A9E4E5
(169,228,229)
#B0E6E7
(176,230,231)
#B7E8E9
(183,232,233)
#BEEAEB
(190,234,235)
#C5ECED
(197,236,237)
#CCEEEF
(204,238,239)
#D3F0F1
(211,240,241)
#DAF2F3
(218,242,243)
#E1F4F5
(225,244,245)
#E8F6F7
(232,246,247)
#EFF8F9
(239,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9E4E5; }

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

This text font color is #A9E4E5.


Background Color

.myBgColor { background-color: #A9E4E5; }

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

This div background color is #A9E4E5.


Border color

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

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

This div border color is #A9E4E5.


Opacity

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

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

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

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

This text has shadow with #A9E4E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E4E5 on black background.


Color preview on white background

This text has color #A9E4E5 on white background.



Black color preview on #A9E4E5 background

This text has black color on #A9E4E5 background.


White color preview on #A9E4E5 background

This text has white color on #A9E4E5 background.