COLOR #A9F4DD

HEX: #A9F4DD RGB: (169,244,221)

Color info

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

RGB color model

#A9F4DD color RGB value is (169,244,221).

RGB: (169,244,221) (66%, 96%, 87%)

RGB channels and saturation

R 169 of 255 = 66%
G 244 of 255 = 96%
B 221 of 255 = 87%

169
244
221

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

Portions of RGB colors in percentages

R + G + B = 169 + 244 + 221 = 634 (100%)
R 169 of 634 ~ 26.66%
G 244 of 634 ~ 38.49%
B 221 of 634 ~ 34.86'%

%26.66
%38.49
%34.86

CMYK color model

#A9F4DD color CMYK value is (31,0,9,4).

  • cyan value is 30.74%
  • magenta value is 0.00%
  • yellow value is 9.43%
  • key color value is 4.31%

CMYK: (31,0,9,4)
C31M0Y9K4 (31%, 0%, 9%, 4%)
(0.31 / 0.00 / 0.09 / 0.04)

CMYK percentages

%30.74
%0
%9.43
%4.31

Codes

Color #A9F4DD in popluar color models

A9 F4 DD
RGB 169 244 221
HSL 162° 77.32% 80.98%
HSB/HSV 162° 30.74% 95.69%
CMYK 30.74% 0.00% 9.43%
4.31%

Color #A9F4DD in popluar number systems.

HEX A9 F4 DD
Decimal 169 244 221
Binary 10101001 11110100 11011101
Octal 251 364 335

Shades and tints

Shades of #A9F4DD

#A9F4DD
(169,244,221)
#9ADEC9
(154,222,201)
#8BC8B5
(139,200,181)
#7CB2A1
(124,178,161)
#6D9C8D
(109,156,141)
#5E8679
(94,134,121)
#4F7065
(79,112,101)
#405A51
(64,90,81)
#31443D
(49,68,61)
#222E29
(34,46,41)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #A9F4DD

#A9F4DD
(169,244,221)
#B0F5E0
(176,245,224)
#B7F6E3
(183,246,227)
#BEF7E6
(190,247,230)
#C5F8E9
(197,248,233)
#CCF9EC
(204,249,236)
#D3FAEF
(211,250,239)
#DAFBF2
(218,251,242)
#E1FCF5
(225,252,245)
#E8FDF8
(232,253,248)
#EFFEFB
(239,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9F4DD; }

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

This text font color is #A9F4DD.

Background Color

.myBgColor { background-color: #A9F4DD; }

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

This div background color is #A9F4DD.

Border color

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

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

This div border color is #A9F4DD.

Opacity

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

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

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

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

This text has shadow with #A9F4DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9F4DD.

Preview

Color preview on black background

This text has color #A9F4DD on black background.


Color preview on white background

This text has color #A9F4DD on white background.


Black color preview on #A9F4DD background

This text has black color on #A9F4DD background.


White color preview on #A9F4DD background

This text has white color on #A9F4DD background.


Related colors

Complementary color

Complementary color for #hex is #560B22.


I love getcolorcode.com

Triadic colors

1 #DDA9F4 and #F4DDA9 with #A9F4DD are triadic colors.

2 #DDF4A9 and #F4A9DD with #A9F4DD are triadic colors.