COLOR #A4E2D1

HEX: #A4E2D1
RGB: (164,226,209)

Color info

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

RGB color model

#A4E2D1 color RGB value is (164,226,209).

  • red value is 164;
  • green value is 226;
  • blue value is 209.
RGB:
(164,226,209)
(64%,89%,82%)

RGB channels and saturation

R 164 of 255 = 64%
G 226 of 255 = 89%
B 209 of 255 = 82%

164
226
209

R + G + B ~ 78%. #A4E2D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 226 + 209 = 599 (100%)
R 164 of 599 ~ 27.38%
G 226 of 599 ~ 37.73%
B 209 of 599 ~ 34.89%

%27.38
%37.73
%34.89

CMYK color model

#A4E2D1 color CMYK value is (27,0,8,11).

  • cyan value is 27.43%
  • magenta value is 0.00%
  • yellow value is 7.52%
  • key color value is 11.37%
CMYK:
(27,0,8,11)
C27M0Y8K11 
(27%,0%,8%,11%)
(0.27/0.00/0.08/0.11)	

CMYK percentages

%27.43
%0
%7.52
%11.37

Codes

Color #A4E2D1 in popluar color models

A4E2D1
RGB164226209
HSL164°51.67%76.47%
HSB/HSV164°27.43%88.63%
CMYK27.43%0.00%7.52%
11.37%

Color #A4E2D1 in popluar number systems.

HEXA4E2D1
Decimal164226209
Binary101001001110001011010001
Octal244342321

Shades and tints

Shades of #A4E2D1

#A4E2D1
(164,226,209)
#96CEBE
(150,206,190)
#88BAAB
(136,186,171)
#7AA698
(122,166,152)
#6C9285
(108,146,133)
#5E7E72
(94,126,114)
#506A5F
(80,106,95)
#42564C
(66,86,76)
#344239
(52,66,57)
#262E26
(38,46,38)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #A4E2D1

#A4E2D1
(164,226,209)
#ACE4D5
(172,228,213)
#B4E6D9
(180,230,217)
#BCE8DD
(188,232,221)
#C4EAE1
(196,234,225)
#CCECE5
(204,236,229)
#D4EEE9
(212,238,233)
#DCF0ED
(220,240,237)
#E4F2F1
(228,242,241)
#ECF4F5
(236,244,245)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4E2D1; }

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

This text font color is #A4E2D1.


Background Color

.myBgColor { background-color: #A4E2D1; }

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

This div background color is #A4E2D1.


Border color

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

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

This div border color is #A4E2D1.


Opacity

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

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

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

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

This text has shadow with #A4E2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E2D1 on black background.


Color preview on white background

This text has color #A4E2D1 on white background.



Black color preview on #A4E2D1 background

This text has black color on #A4E2D1 background.


White color preview on #A4E2D1 background

This text has white color on #A4E2D1 background.