COLOR #A9F4DB

HEX: #A9F4DB
RGB: (169,244,219)

Color info

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

RGB color model

#A9F4DB color RGB value is (169,244,219).

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

RGB channels and saturation

R 169 of 255 = 66%
G 244 of 255 = 96%
B 219 of 255 = 86%

169
244
219

R + G + B ~ 83%. #A9F4DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 244 + 219 = 632 (100%)
R 169 of 632 ~ 26.74%
G 244 of 632 ~ 38.61%
B 219 of 632 ~ 34.65%

%26.74
%38.61
%34.65

CMYK color model

#A9F4DB color CMYK value is (31,0,10,4).

  • cyan value is 30.74%
  • magenta value is 0.00%
  • yellow value is 10.25%
  • key color value is 4.31%
CMYK:
(31,0,10,4)
C31M0Y10K4 
(31%,0%,10%,4%)
(0.31/0.00/0.10/0.04)	

CMYK percentages

%30.74
%0
%10.25
%4.31

Codes

Color #A9F4DB in popluar color models

A9F4DB
RGB169244219
HSL160°77.32%80.98%
HSB/HSV160°30.74%95.69%
CMYK30.74%0.00%10.25%
4.31%

Color #A9F4DB in popluar number systems.

HEXA9F4DB
Decimal169244219
Binary101010011111010011011011
Octal251364333

Shades and tints

Shades of #A9F4DB

#A9F4DB
(169,244,219)
#9ADEC8
(154,222,200)
#8BC8B5
(139,200,181)
#7CB2A2
(124,178,162)
#6D9C8F
(109,156,143)
#5E867C
(94,134,124)
#4F7069
(79,112,105)
#405A56
(64,90,86)
#314443
(49,68,67)
#222E30
(34,46,48)
#13181D
(19,24,29)
#000000
(0,0,0)

Tints of #A9F4DB

#A9F4DB
(169,244,219)
#B0F5DE
(176,245,222)
#B7F6E1
(183,246,225)
#BEF7E4
(190,247,228)
#C5F8E7
(197,248,231)
#CCF9EA
(204,249,234)
#D3FAED
(211,250,237)
#DAFBF0
(218,251,240)
#E1FCF3
(225,252,243)
#E8FDF6
(232,253,246)
#EFFEF9
(239,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9F4DB; }

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

This text font color is #A9F4DB.


Background Color

.myBgColor { background-color: #A9F4DB; }

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

This div background color is #A9F4DB.


Border color

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

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

This div border color is #A9F4DB.


Opacity

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

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

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

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

This text has shadow with #A9F4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9F4DB on black background.


Color preview on white background

This text has color #A9F4DB on white background.



Black color preview on #A9F4DB background

This text has black color on #A9F4DB background.


White color preview on #A9F4DB background

This text has white color on #A9F4DB background.