COLOR #A4E7DE

HEX: #A4E7DE RGB: (164,231,222)

Color info

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

RGB color model

#A4E7DE color RGB value is (164,231,222).

RGB: (164,231,222) (64%, 91%, 87%)

RGB channels and saturation

R 164 of 255 = 64%
G 231 of 255 = 91%
B 222 of 255 = 87%

164
231
222

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

Portions of RGB colors in percentages

R + G + B = 164 + 231 + 222 = 617 (100%)
R 164 of 617 ~ 26.58%
G 231 of 617 ~ 37.44%
B 222 of 617 ~ 35.98'%

%26.58
%37.44
%35.98

CMYK color model

#A4E7DE color CMYK value is (29,0,4,9).

  • cyan value is 29.00%
  • magenta value is 0.00%
  • yellow value is 3.90%
  • key color value is 9.41%

CMYK: (29,0,4,9)
C29M0Y4K9 (29%, 0%, 4%, 9%)
(0.29 / 0.00 / 0.04 / 0.09)

CMYK percentages

%29
%0
%3.9
%9.41

Codes

Color #A4E7DE in popluar color models

A4 E7 DE
RGB 164 231 222
HSL 172° 58.26% 77.45%
HSB/HSV 172° 29.00% 90.59%
CMYK 29.00% 0.00% 3.90%
9.41%

Color #A4E7DE in popluar number systems.

HEX A4 E7 DE
Decimal 164 231 222
Binary 10100100 11100111 11011110
Octal 244 347 336

Shades and tints

Shades of #A4E7DE

#A4E7DE
(164,231,222)
#96D2CA
(150,210,202)
#88BDB6
(136,189,182)
#7AA8A2
(122,168,162)
#6C938E
(108,147,142)
#5E7E7A
(94,126,122)
#506966
(80,105,102)
#425452
(66,84,82)
#343F3E
(52,63,62)
#262A2A
(38,42,42)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #A4E7DE

#A4E7DE
(164,231,222)
#ACE9E1
(172,233,225)
#B4EBE4
(180,235,228)
#BCEDE7
(188,237,231)
#C4EFEA
(196,239,234)
#CCF1ED
(204,241,237)
#D4F3F0
(212,243,240)
#DCF5F3
(220,245,243)
#E4F7F6
(228,247,246)
#ECF9F9
(236,249,249)
#F4FBFC
(244,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E7DE color. Also use rgb(164,231,222) instead hex code.

Text Font Color

.myTextColor { color: #A4E7DE; }

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

This text font color is #A4E7DE.

Background Color

.myBgColor { background-color: #A4E7DE; }

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

This div background color is #A4E7DE.

Border color

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

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

This div border color is #A4E7DE.

Opacity

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

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

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

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

This text has shadow with #A4E7DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4E7DE.

Preview

Color preview on black background

This text has color #A4E7DE on black background.


Color preview on white background

This text has color #A4E7DE on white background.


Black color preview on #A4E7DE background

This text has black color on #A4E7DE background.


White color preview on #A4E7DE background

This text has white color on #A4E7DE background.


Related colors

Complementary color

Complementary color for #hex is #5B1821.


I love getcolorcode.com

Triadic colors

1 #DEA4E7 and #E7DEA4 with #A4E7DE are triadic colors.

2 #DEE7A4 and #E7A4DE with #A4E7DE are triadic colors.