COLOR #A4E9DD

HEX: #A4E9DD RGB: (164,233,221)

Color info

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

RGB color model

#A4E9DD color RGB value is (164,233,221).

RGB: (164,233,221) (64%, 91%, 87%)

RGB channels and saturation

R 164 of 255 = 64%
G 233 of 255 = 91%
B 221 of 255 = 87%

164
233
221

R + G + B ~ 81%. #A4E9DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 233 + 221 = 618 (100%)
R 164 of 618 ~ 26.54%
G 233 of 618 ~ 37.7%
B 221 of 618 ~ 35.76'%

%26.54
%37.7
%35.76

CMYK color model

#A4E9DD color CMYK value is (30,0,5,9).

  • cyan value is 29.61%
  • magenta value is 0.00%
  • yellow value is 5.15%
  • key color value is 8.63%

CMYK: (30,0,5,9)
C30M0Y5K9 (30%, 0%, 5%, 9%)
(0.30 / 0.00 / 0.05 / 0.09)

CMYK percentages

%29.61
%0
%5.15
%8.63

Codes

Color #A4E9DD in popluar color models

A4 E9 DD
RGB 164 233 221
HSL 170° 61.06% 77.84%
HSB/HSV 170° 29.61% 91.37%
CMYK 29.61% 0.00% 5.15%
8.63%

Color #A4E9DD in popluar number systems.

HEX A4 E9 DD
Decimal 164 233 221
Binary 10100100 11101001 11011101
Octal 244 351 335

Shades and tints

Shades of #A4E9DD

#A4E9DD
(164,233,221)
#96D4C9
(150,212,201)
#88BFB5
(136,191,181)
#7AAAA1
(122,170,161)
#6C958D
(108,149,141)
#5E8079
(94,128,121)
#506B65
(80,107,101)
#425651
(66,86,81)
#34413D
(52,65,61)
#262C29
(38,44,41)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #A4E9DD

#A4E9DD
(164,233,221)
#ACEBE0
(172,235,224)
#B4EDE3
(180,237,227)
#BCEFE6
(188,239,230)
#C4F1E9
(196,241,233)
#CCF3EC
(204,243,236)
#D4F5EF
(212,245,239)
#DCF7F2
(220,247,242)
#E4F9F5
(228,249,245)
#ECFBF8
(236,251,248)
#F4FDFB
(244,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E9DD color. Also use rgb(164,233,221) instead hex code.

Text Font Color

.myTextColor { color: #A4E9DD; }

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

This text font color is #A4E9DD.

Background Color

.myBgColor { background-color: #A4E9DD; }

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

This div background color is #A4E9DD.

Border color

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

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

This div border color is #A4E9DD.

Opacity

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

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

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

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

This text has shadow with #A4E9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4E9DD.

Preview

Color preview on black background

This text has color #A4E9DD on black background.


Color preview on white background

This text has color #A4E9DD on white background.


Black color preview on #A4E9DD background

This text has black color on #A4E9DD background.


White color preview on #A4E9DD background

This text has white color on #A4E9DD background.


Related colors

Complementary color

Complementary color for #hex is #5B1622.


I love getcolorcode.com

Triadic colors

1 #DDA4E9 and #E9DDA4 with #A4E9DD are triadic colors.

2 #DDE9A4 and #E9A4DD with #A4E9DD are triadic colors.