COLOR #A4E5DE

HEX: #A4E5DE RGB: (164,229,222)

Color info

#A4E5DE contains mainly green and blue colors. Web safe color of #A4E5DE is #99CCCC (or #9CC).

RGB color model

#A4E5DE color RGB value is (164,229,222).

RGB: (164,229,222) (64%, 90%, 87%)

RGB channels and saturation

R 164 of 255 = 64%
G 229 of 255 = 90%
B 222 of 255 = 87%

164
229
222

R + G + B ~ 80%. #A4E5DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 229 + 222 = 615 (100%)
R 164 of 615 ~ 26.67%
G 229 of 615 ~ 37.24%
B 222 of 615 ~ 36.1'%

%26.67
%37.24
%36.1

CMYK color model

#A4E5DE color CMYK value is (28,0,3,10).

  • cyan value is 28.38%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 10.20%

CMYK: (28,0,3,10)
C28M0Y3K10 (28%, 0%, 3%, 10%)
(0.28 / 0.00 / 0.03 / 0.10)

CMYK percentages

%28.38
%0
%3.06
%10.2

Codes

Color #A4E5DE in popluar color models

A4 E5 DE
RGB 164 229 222
HSL 174° 55.56% 77.06%
HSB/HSV 174° 28.38% 89.80%
CMYK 28.38% 0.00% 3.06%
10.20%

Color #A4E5DE in popluar number systems.

HEX A4 E5 DE
Decimal 164 229 222
Binary 10100100 11100101 11011110
Octal 244 345 336

Shades and tints

Shades of #A4E5DE

#A4E5DE
(164,229,222)
#96D1CA
(150,209,202)
#88BDB6
(136,189,182)
#7AA9A2
(122,169,162)
#6C958E
(108,149,142)
#5E817A
(94,129,122)
#506D66
(80,109,102)
#425952
(66,89,82)
#34453E
(52,69,62)
#26312A
(38,49,42)
#181D16
(24,29,22)
#000000
(0,0,0)

Tints of #A4E5DE

#A4E5DE
(164,229,222)
#ACE7E1
(172,231,225)
#B4E9E4
(180,233,228)
#BCEBE7
(188,235,231)
#C4EDEA
(196,237,234)
#CCEFED
(204,239,237)
#D4F1F0
(212,241,240)
#DCF3F3
(220,243,243)
#E4F5F6
(228,245,246)
#ECF7F9
(236,247,249)
#F4F9FC
(244,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4E5DE; }

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

This text font color is #A4E5DE.

Background Color

.myBgColor { background-color: #A4E5DE; }

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

This div background color is #A4E5DE.

Border color

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

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

This div border color is #A4E5DE.

Opacity

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

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

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

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

This text has shadow with #A4E5DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4E5DE.

Preview

Color preview on black background

This text has color #A4E5DE on black background.


Color preview on white background

This text has color #A4E5DE on white background.


Black color preview on #A4E5DE background

This text has black color on #A4E5DE background.


White color preview on #A4E5DE background

This text has white color on #A4E5DE background.


Related colors

Complementary color

Complementary color for #hex is #5B1A21.


I love getcolorcode.com

Triadic colors

1 #DEA4E5 and #E5DEA4 with #A4E5DE are triadic colors.

2 #DEE5A4 and #E5A4DE with #A4E5DE are triadic colors.