COLOR #A4DEE6

HEX: #A4DEE6
RGB: (164,222,230)

Color info

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

RGB color model

#A4DEE6 color RGB value is (164,222,230).

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

RGB channels and saturation

R 164 of 255 = 64%
G 222 of 255 = 87%
B 230 of 255 = 90%

164
222
230

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

Portions of RGB colors in percentages

R + G + B =
164 + 222 + 230 = 616 (100%)
R 164 of 616 ~ 26.62%
G 222 of 616 ~ 36.04%
B 230 of 616 ~ 37.34%

%26.62
%36.04
%37.34

CMYK color model

#A4DEE6 color CMYK value is (29,3,0,10).

  • cyan value is 28.70%
  • magenta value is 3.48%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(29,3,0,10)
C29M3Y0K10 
(29%,3%,0%,10%)
(0.29/0.03/0.00/0.10)	

CMYK percentages

%28.7
%3.48
%0
%9.8

Codes

Color #A4DEE6 in popluar color models

A4DEE6
RGB164222230
HSL187°56.90%77.25%
HSB/HSV187°28.70%90.20%
CMYK28.70%3.48%0.00%
9.80%

Color #A4DEE6 in popluar number systems.

HEXA4DEE6
Decimal164222230
Binary101001001101111011100110
Octal244336346

Shades and tints

Shades of #A4DEE6

#A4DEE6
(164,222,230)
#96CAD2
(150,202,210)
#88B6BE
(136,182,190)
#7AA2AA
(122,162,170)
#6C8E96
(108,142,150)
#5E7A82
(94,122,130)
#50666E
(80,102,110)
#42525A
(66,82,90)
#343E46
(52,62,70)
#262A32
(38,42,50)
#18161E
(24,22,30)
#000000
(0,0,0)

Tints of #A4DEE6

#A4DEE6
(164,222,230)
#ACE1E8
(172,225,232)
#B4E4EA
(180,228,234)
#BCE7EC
(188,231,236)
#C4EAEE
(196,234,238)
#CCEDF0
(204,237,240)
#D4F0F2
(212,240,242)
#DCF3F4
(220,243,244)
#E4F6F6
(228,246,246)
#ECF9F8
(236,249,248)
#F4FCFA
(244,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4DEE6; }

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

This text font color is #A4DEE6.


Background Color

.myBgColor { background-color: #A4DEE6; }

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

This div background color is #A4DEE6.


Border color

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

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

This div border color is #A4DEE6.


Opacity

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

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

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

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

This text has shadow with #A4DEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4DEE6 on black background.


Color preview on white background

This text has color #A4DEE6 on white background.



Black color preview on #A4DEE6 background

This text has black color on #A4DEE6 background.


White color preview on #A4DEE6 background

This text has white color on #A4DEE6 background.