COLOR #A4E6DB

HEX: #A4E6DB
RGB: (164,230,219)

Color info

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

RGB color model

#A4E6DB color RGB value is (164,230,219).

  • red value is 164;
  • green value is 230;
  • blue value is 219.
RGB:
(164,230,219)
(64%,90%,86%)

RGB channels and saturation

R 164 of 255 = 64%
G 230 of 255 = 90%
B 219 of 255 = 86%

164
230
219

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

Portions of RGB colors in percentages

R + G + B =
164 + 230 + 219 = 613 (100%)
R 164 of 613 ~ 26.75%
G 230 of 613 ~ 37.52%
B 219 of 613 ~ 35.73%

%26.75
%37.52
%35.73

CMYK color model

#A4E6DB color CMYK value is (29,0,5,10).

  • cyan value is 28.70%
  • magenta value is 0.00%
  • yellow value is 4.78%
  • key color value is 9.80%
CMYK:
(29,0,5,10)
C29M0Y5K10 
(29%,0%,5%,10%)
(0.29/0.00/0.05/0.10)	

CMYK percentages

%28.7
%0
%4.78
%9.8

Codes

Color #A4E6DB in popluar color models

A4E6DB
RGB164230219
HSL170°56.90%77.25%
HSB/HSV170°28.70%90.20%
CMYK28.70%0.00%4.78%
9.80%

Color #A4E6DB in popluar number systems.

HEXA4E6DB
Decimal164230219
Binary101001001110011011011011
Octal244346333

Shades and tints

Shades of #A4E6DB

#A4E6DB
(164,230,219)
#96D2C8
(150,210,200)
#88BEB5
(136,190,181)
#7AAAA2
(122,170,162)
#6C968F
(108,150,143)
#5E827C
(94,130,124)
#506E69
(80,110,105)
#425A56
(66,90,86)
#344643
(52,70,67)
#263230
(38,50,48)
#181E1D
(24,30,29)
#000000
(0,0,0)

Tints of #A4E6DB

#A4E6DB
(164,230,219)
#ACE8DE
(172,232,222)
#B4EAE1
(180,234,225)
#BCECE4
(188,236,228)
#C4EEE7
(196,238,231)
#CCF0EA
(204,240,234)
#D4F2ED
(212,242,237)
#DCF4F0
(220,244,240)
#E4F6F3
(228,246,243)
#ECF8F6
(236,248,246)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E6DB color. Also use rgb(164,230,219) instead hex code.

Text Font Color

.myTextColor { color: #A4E6DB; }

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

This text font color is #A4E6DB.


Background Color

.myBgColor { background-color: #A4E6DB; }

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

This div background color is #A4E6DB.


Border color

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

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

This div border color is #A4E6DB.


Opacity

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

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

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

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

This text has shadow with #A4E6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E6DB on black background.


Color preview on white background

This text has color #A4E6DB on white background.



Black color preview on #A4E6DB background

This text has black color on #A4E6DB background.


White color preview on #A4E6DB background

This text has white color on #A4E6DB background.