COLOR #A9E6E5

HEX: #A9E6E5
RGB: (169,230,229)

Color info

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

RGB color model

#A9E6E5 color RGB value is (169,230,229).

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

RGB channels and saturation

R 169 of 255 = 66%
G 230 of 255 = 90%
B 229 of 255 = 90%

169
230
229

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

Portions of RGB colors in percentages

R + G + B =
169 + 230 + 229 = 628 (100%)
R 169 of 628 ~ 26.91%
G 230 of 628 ~ 36.62%
B 229 of 628 ~ 36.46%

%26.91
%36.62
%36.46

CMYK color model

#A9E6E5 color CMYK value is (27,0,0,10).

  • cyan value is 26.52%
  • magenta value is 0.00%
  • yellow value is 0.43%
  • key color value is 9.80%
CMYK:
(27,0,0,10)
C27M0Y0K10 
(27%,0%,0%,10%)
(0.27/0.00/0.00/0.10)	

CMYK percentages

%26.52
%0
%0.43
%9.8

Codes

Color #A9E6E5 in popluar color models

A9E6E5
RGB169230229
HSL179°54.95%78.24%
HSB/HSV179°26.52%90.20%
CMYK26.52%0.00%0.43%
9.80%

Color #A9E6E5 in popluar number systems.

HEXA9E6E5
Decimal169230229
Binary101010011110011011100101
Octal251346345

Shades and tints

Shades of #A9E6E5

#A9E6E5
(169,230,229)
#9AD2D1
(154,210,209)
#8BBEBD
(139,190,189)
#7CAAA9
(124,170,169)
#6D9695
(109,150,149)
#5E8281
(94,130,129)
#4F6E6D
(79,110,109)
#405A59
(64,90,89)
#314645
(49,70,69)
#223231
(34,50,49)
#131E1D
(19,30,29)
#000000
(0,0,0)

Tints of #A9E6E5

#A9E6E5
(169,230,229)
#B0E8E7
(176,232,231)
#B7EAE9
(183,234,233)
#BEECEB
(190,236,235)
#C5EEED
(197,238,237)
#CCF0EF
(204,240,239)
#D3F2F1
(211,242,241)
#DAF4F3
(218,244,243)
#E1F6F5
(225,246,245)
#E8F8F7
(232,248,247)
#EFFAF9
(239,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9E6E5; }

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

This text font color is #A9E6E5.


Background Color

.myBgColor { background-color: #A9E6E5; }

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

This div background color is #A9E6E5.


Border color

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

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

This div border color is #A9E6E5.


Opacity

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

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

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

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

This text has shadow with #A9E6E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E6E5 on black background.


Color preview on white background

This text has color #A9E6E5 on white background.



Black color preview on #A9E6E5 background

This text has black color on #A9E6E5 background.


White color preview on #A9E6E5 background

This text has white color on #A9E6E5 background.