COLOR #A4E0DA

HEX: #A4E0DA
RGB: (164,224,218)

Color info

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

RGB color model

#A4E0DA color RGB value is (164,224,218).

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

RGB channels and saturation

R 164 of 255 = 64%
G 224 of 255 = 88%
B 218 of 255 = 85%

164
224
218

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

Portions of RGB colors in percentages

R + G + B =
164 + 224 + 218 = 606 (100%)
R 164 of 606 ~ 27.06%
G 224 of 606 ~ 36.96%
B 218 of 606 ~ 35.97%

%27.06
%36.96
%35.97

CMYK color model

#A4E0DA color CMYK value is (27,0,3,12).

  • cyan value is 26.79%
  • magenta value is 0.00%
  • yellow value is 2.68%
  • key color value is 12.16%
CMYK:
(27,0,3,12)
C27M0Y3K12 
(27%,0%,3%,12%)
(0.27/0.00/0.03/0.12)	

CMYK percentages

%26.79
%0
%2.68
%12.16

Codes

Color #A4E0DA in popluar color models

A4E0DA
RGB164224218
HSL174°49.18%76.08%
HSB/HSV174°26.79%87.84%
CMYK26.79%0.00%2.68%
12.16%

Color #A4E0DA in popluar number systems.

HEXA4E0DA
Decimal164224218
Binary101001001110000011011010
Octal244340332

Shades and tints

Shades of #A4E0DA

#A4E0DA
(164,224,218)
#96CCC7
(150,204,199)
#88B8B4
(136,184,180)
#7AA4A1
(122,164,161)
#6C908E
(108,144,142)
#5E7C7B
(94,124,123)
#506868
(80,104,104)
#425455
(66,84,85)
#344042
(52,64,66)
#262C2F
(38,44,47)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #A4E0DA

#A4E0DA
(164,224,218)
#ACE2DD
(172,226,221)
#B4E4E0
(180,228,224)
#BCE6E3
(188,230,227)
#C4E8E6
(196,232,230)
#CCEAE9
(204,234,233)
#D4ECEC
(212,236,236)
#DCEEEF
(220,238,239)
#E4F0F2
(228,240,242)
#ECF2F5
(236,242,245)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4E0DA; }

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

This text font color is #A4E0DA.


Background Color

.myBgColor { background-color: #A4E0DA; }

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

This div background color is #A4E0DA.


Border color

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

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

This div border color is #A4E0DA.


Opacity

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

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

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

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

This text has shadow with #A4E0DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E0DA on black background.


Color preview on white background

This text has color #A4E0DA on white background.



Black color preview on #A4E0DA background

This text has black color on #A4E0DA background.


White color preview on #A4E0DA background

This text has white color on #A4E0DA background.