COLOR #A9F4D9

HEX: #A9F4D9
RGB: (169,244,217)

Color info

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

RGB color model

#A9F4D9 color RGB value is (169,244,217).

  • red value is 169;
  • green value is 244;
  • blue value is 217.
RGB:
(169,244,217)
(66%,96%,85%)

RGB channels and saturation

R 169 of 255 = 66%
G 244 of 255 = 96%
B 217 of 255 = 85%

169
244
217

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

Portions of RGB colors in percentages

R + G + B =
169 + 244 + 217 = 630 (100%)
R 169 of 630 ~ 26.83%
G 244 of 630 ~ 38.73%
B 217 of 630 ~ 34.44%

%26.83
%38.73
%34.44

CMYK color model

#A9F4D9 color CMYK value is (31,0,11,4).

  • cyan value is 30.74%
  • magenta value is 0.00%
  • yellow value is 11.07%
  • key color value is 4.31%
CMYK:
(31,0,11,4)
C31M0Y11K4 
(31%,0%,11%,4%)
(0.31/0.00/0.11/0.04)	

CMYK percentages

%30.74
%0
%11.07
%4.31

Codes

Color #A9F4D9 in popluar color models

A9F4D9
RGB169244217
HSL158°77.32%80.98%
HSB/HSV158°30.74%95.69%
CMYK30.74%0.00%11.07%
4.31%

Color #A9F4D9 in popluar number systems.

HEXA9F4D9
Decimal169244217
Binary101010011111010011011001
Octal251364331

Shades and tints

Shades of #A9F4D9

#A9F4D9
(169,244,217)
#9ADEC6
(154,222,198)
#8BC8B3
(139,200,179)
#7CB2A0
(124,178,160)
#6D9C8D
(109,156,141)
#5E867A
(94,134,122)
#4F7067
(79,112,103)
#405A54
(64,90,84)
#314441
(49,68,65)
#222E2E
(34,46,46)
#13181B
(19,24,27)
#000000
(0,0,0)

Tints of #A9F4D9

#A9F4D9
(169,244,217)
#B0F5DC
(176,245,220)
#B7F6DF
(183,246,223)
#BEF7E2
(190,247,226)
#C5F8E5
(197,248,229)
#CCF9E8
(204,249,232)
#D3FAEB
(211,250,235)
#DAFBEE
(218,251,238)
#E1FCF1
(225,252,241)
#E8FDF4
(232,253,244)
#EFFEF7
(239,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9F4D9 color. Also use rgb(169,244,217) instead hex code.

Text Font Color

.myTextColor { color: #A9F4D9; }

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

This text font color is #A9F4D9.


Background Color

.myBgColor { background-color: #A9F4D9; }

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

This div background color is #A9F4D9.


Border color

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

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

This div border color is #A9F4D9.


Opacity

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

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

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

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

This text has shadow with #A9F4D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9F4D9 on black background.


Color preview on white background

This text has color #A9F4D9 on white background.



Black color preview on #A9F4D9 background

This text has black color on #A9F4D9 background.


White color preview on #A9F4D9 background

This text has white color on #A9F4D9 background.