COLOR #A4E0D1

HEX: #A4E0D1
RGB: (164,224,209)

Color info

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

RGB color model

#A4E0D1 color RGB value is (164,224,209).

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

RGB channels and saturation

R 164 of 255 = 64%
G 224 of 255 = 88%
B 209 of 255 = 82%

164
224
209

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

Portions of RGB colors in percentages

R + G + B =
164 + 224 + 209 = 597 (100%)
R 164 of 597 ~ 27.47%
G 224 of 597 ~ 37.52%
B 209 of 597 ~ 35.01%

%27.47
%37.52
%35.01

CMYK color model

#A4E0D1 color CMYK value is (27,0,7,12).

  • cyan value is 26.79%
  • magenta value is 0.00%
  • yellow value is 6.70%
  • key color value is 12.16%
CMYK:
(27,0,7,12)
C27M0Y7K12 
(27%,0%,7%,12%)
(0.27/0.00/0.07/0.12)	

CMYK percentages

%26.79
%0
%6.7
%12.16

Codes

Color #A4E0D1 in popluar color models

A4E0D1
RGB164224209
HSL165°49.18%76.08%
HSB/HSV165°26.79%87.84%
CMYK26.79%0.00%6.70%
12.16%

Color #A4E0D1 in popluar number systems.

HEXA4E0D1
Decimal164224209
Binary101001001110000011010001
Octal244340321

Shades and tints

Shades of #A4E0D1

#A4E0D1
(164,224,209)
#96CCBE
(150,204,190)
#88B8AB
(136,184,171)
#7AA498
(122,164,152)
#6C9085
(108,144,133)
#5E7C72
(94,124,114)
#50685F
(80,104,95)
#42544C
(66,84,76)
#344039
(52,64,57)
#262C26
(38,44,38)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #A4E0D1

#A4E0D1
(164,224,209)
#ACE2D5
(172,226,213)
#B4E4D9
(180,228,217)
#BCE6DD
(188,230,221)
#C4E8E1
(196,232,225)
#CCEAE5
(204,234,229)
#D4ECE9
(212,236,233)
#DCEEED
(220,238,237)
#E4F0F1
(228,240,241)
#ECF2F5
(236,242,245)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4E0D1; }

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

This text font color is #A4E0D1.


Background Color

.myBgColor { background-color: #A4E0D1; }

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

This div background color is #A4E0D1.


Border color

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

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

This div border color is #A4E0D1.


Opacity

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

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

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

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

This text has shadow with #A4E0D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E0D1 on black background.


Color preview on white background

This text has color #A4E0D1 on white background.



Black color preview on #A4E0D1 background

This text has black color on #A4E0D1 background.


White color preview on #A4E0D1 background

This text has white color on #A4E0D1 background.