COLOR #A4E5D1

HEX: #A4E5D1 RGB: (164,229,209)

Color info

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

RGB color model

#A4E5D1 color RGB value is (164,229,209).

RGB: (164,229,209) (64%, 90%, 82%)

RGB channels and saturation

R 164 of 255 = 64%
G 229 of 255 = 90%
B 209 of 255 = 82%

164
229
209

R + G + B ~ 79%. #A4E5D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 229 + 209 = 602 (100%)
R 164 of 602 ~ 27.24%
G 229 of 602 ~ 38.04%
B 209 of 602 ~ 34.72'%

%27.24
%38.04
%34.72

CMYK color model

#A4E5D1 color CMYK value is (28,0,9,10).

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

CMYK: (28,0,9,10)
C28M0Y9K10 (28%, 0%, 9%, 10%)
(0.28 / 0.00 / 0.09 / 0.10)

CMYK percentages

%28.38
%0
%8.73
%10.2

Codes

Color #A4E5D1 in popluar color models

A4 E5 D1
RGB 164 229 209
HSL 162° 55.56% 77.06%
HSB/HSV 162° 28.38% 89.80%
CMYK 28.38% 0.00% 8.73%
10.20%

Color #A4E5D1 in popluar number systems.

HEX A4 E5 D1
Decimal 164 229 209
Binary 10100100 11100101 11010001
Octal 244 345 321

Shades and tints

Shades of #A4E5D1

#A4E5D1
(164,229,209)
#96D1BE
(150,209,190)
#88BDAB
(136,189,171)
#7AA998
(122,169,152)
#6C9585
(108,149,133)
#5E8172
(94,129,114)
#506D5F
(80,109,95)
#42594C
(66,89,76)
#344539
(52,69,57)
#263126
(38,49,38)
#181D13
(24,29,19)
#000000
(0,0,0)

Tints of #A4E5D1

#A4E5D1
(164,229,209)
#ACE7D5
(172,231,213)
#B4E9D9
(180,233,217)
#BCEBDD
(188,235,221)
#C4EDE1
(196,237,225)
#CCEFE5
(204,239,229)
#D4F1E9
(212,241,233)
#DCF3ED
(220,243,237)
#E4F5F1
(228,245,241)
#ECF7F5
(236,247,245)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4E5D1; }

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

This text font color is #A4E5D1.

Background Color

.myBgColor { background-color: #A4E5D1; }

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

This div background color is #A4E5D1.

Border color

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

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

This div border color is #A4E5D1.

Opacity

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

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

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

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

This text has shadow with #A4E5D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4E5D1.

Preview

Color preview on black background

This text has color #A4E5D1 on black background.


Color preview on white background

This text has color #A4E5D1 on white background.


Black color preview on #A4E5D1 background

This text has black color on #A4E5D1 background.


White color preview on #A4E5D1 background

This text has white color on #A4E5D1 background.


Related colors

Complementary color

Complementary color for #hex is #5B1A2E.


I love getcolorcode.com

Triadic colors

1 #D1A4E5 and #E5D1A4 with #A4E5D1 are triadic colors.

2 #D1E5A4 and #E5A4D1 with #A4E5D1 are triadic colors.