COLOR #A4E7DC

HEX: #A4E7DC
RGB: (164,231,220)

Color info

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

RGB color model

#A4E7DC color RGB value is (164,231,220).

  • red value is 164;
  • green value is 231;
  • blue value is 220.
RGB:
(164,231,220)
(64%,91%,86%)

RGB channels and saturation

R 164 of 255 = 64%
G 231 of 255 = 91%
B 220 of 255 = 86%

164
231
220

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

Portions of RGB colors in percentages

R + G + B =
164 + 231 + 220 = 615 (100%)
R 164 of 615 ~ 26.67%
G 231 of 615 ~ 37.56%
B 220 of 615 ~ 35.77%

%26.67
%37.56
%35.77

CMYK color model

#A4E7DC color CMYK value is (29,0,5,9).

  • cyan value is 29.00%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 9.41%
CMYK:
(29,0,5,9)
C29M0Y5K9 
(29%,0%,5%,9%)
(0.29/0.00/0.05/0.09)	

CMYK percentages

%29
%0
%4.76
%9.41

Codes

Color #A4E7DC in popluar color models

A4E7DC
RGB164231220
HSL170°58.26%77.45%
HSB/HSV170°29.00%90.59%
CMYK29.00%0.00%4.76%
9.41%

Color #A4E7DC in popluar number systems.

HEXA4E7DC
Decimal164231220
Binary101001001110011111011100
Octal244347334

Shades and tints

Shades of #A4E7DC

#A4E7DC
(164,231,220)
#96D2C8
(150,210,200)
#88BDB4
(136,189,180)
#7AA8A0
(122,168,160)
#6C938C
(108,147,140)
#5E7E78
(94,126,120)
#506964
(80,105,100)
#425450
(66,84,80)
#343F3C
(52,63,60)
#262A28
(38,42,40)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #A4E7DC

#A4E7DC
(164,231,220)
#ACE9DF
(172,233,223)
#B4EBE2
(180,235,226)
#BCEDE5
(188,237,229)
#C4EFE8
(196,239,232)
#CCF1EB
(204,241,235)
#D4F3EE
(212,243,238)
#DCF5F1
(220,245,241)
#E4F7F4
(228,247,244)
#ECF9F7
(236,249,247)
#F4FBFA
(244,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4E7DC; }

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

This text font color is #A4E7DC.


Background Color

.myBgColor { background-color: #A4E7DC; }

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

This div background color is #A4E7DC.


Border color

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

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

This div border color is #A4E7DC.


Opacity

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

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

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

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

This text has shadow with #A4E7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E7DC on black background.


Color preview on white background

This text has color #A4E7DC on white background.



Black color preview on #A4E7DC background

This text has black color on #A4E7DC background.


White color preview on #A4E7DC background

This text has white color on #A4E7DC background.