COLOR #A9E6C7

HEX: #A9E6C7
RGB: (169,230,199)

Color info

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

RGB color model

#A9E6C7 color RGB value is (169,230,199).

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

RGB channels and saturation

R 169 of 255 = 66%
G 230 of 255 = 90%
B 199 of 255 = 78%

169
230
199

R + G + B ~ 78%. #A9E6C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 230 + 199 = 598 (100%)
R 169 of 598 ~ 28.26%
G 230 of 598 ~ 38.46%
B 199 of 598 ~ 33.28%

%28.26
%38.46
%33.28

CMYK color model

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

  • cyan value is 26.52%
  • magenta value is 0.00%
  • yellow value is 13.48%
  • key color value is 9.80%
CMYK:
(27,0,13,10)
C27M0Y13K10 
(27%,0%,13%,10%)
(0.27/0.00/0.13/0.10)	

CMYK percentages

%26.52
%0
%13.48
%9.8

Codes

Color #A9E6C7 in popluar color models

A9E6C7
RGB169230199
HSL150°54.95%78.24%
HSB/HSV150°26.52%90.20%
CMYK26.52%0.00%13.48%
9.80%

Color #A9E6C7 in popluar number systems.

HEXA9E6C7
Decimal169230199
Binary101010011110011011000111
Octal251346307

Shades and tints

Shades of #A9E6C7

#A9E6C7
(169,230,199)
#9AD2B5
(154,210,181)
#8BBEA3
(139,190,163)
#7CAA91
(124,170,145)
#6D967F
(109,150,127)
#5E826D
(94,130,109)
#4F6E5B
(79,110,91)
#405A49
(64,90,73)
#314637
(49,70,55)
#223225
(34,50,37)
#131E13
(19,30,19)
#000000
(0,0,0)

Tints of #A9E6C7

#A9E6C7
(169,230,199)
#B0E8CC
(176,232,204)
#B7EAD1
(183,234,209)
#BEECD6
(190,236,214)
#C5EEDB
(197,238,219)
#CCF0E0
(204,240,224)
#D3F2E5
(211,242,229)
#DAF4EA
(218,244,234)
#E1F6EF
(225,246,239)
#E8F8F4
(232,248,244)
#EFFAF9
(239,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9E6C7; }

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

This text font color is #A9E6C7.


Background Color

.myBgColor { background-color: #A9E6C7; }

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

This div background color is #A9E6C7.


Border color

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

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

This div border color is #A9E6C7.


Opacity

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

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

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

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

This text has shadow with #A9E6C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E6C7 on black background.


Color preview on white background

This text has color #A9E6C7 on white background.



Black color preview on #A9E6C7 background

This text has black color on #A9E6C7 background.


White color preview on #A9E6C7 background

This text has white color on #A9E6C7 background.