COLOR #A4DAE0

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

164
218
224

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

Portions of RGB colors in percentages

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

%27.06
%35.97
%36.96

CMYK color model

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

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

CMYK percentages

%26.79
%2.68
%0
%12.16

Codes

Color #A4DAE0 in popluar color models

A4DAE0
RGB164218224
HSL186°49.18%76.08%
HSB/HSV186°26.79%87.84%
CMYK26.79%2.68%0.00%
12.16%

Color #A4DAE0 in popluar number systems.

HEXA4DAE0
Decimal164218224
Binary101001001101101011100000
Octal244332340

Shades and tints

Shades of #A4DAE0

#A4DAE0
(164,218,224)
#96C7CC
(150,199,204)
#88B4B8
(136,180,184)
#7AA1A4
(122,161,164)
#6C8E90
(108,142,144)
#5E7B7C
(94,123,124)
#506868
(80,104,104)
#425554
(66,85,84)
#344240
(52,66,64)
#262F2C
(38,47,44)
#181C18
(24,28,24)
#000000
(0,0,0)

Tints of #A4DAE0

#A4DAE0
(164,218,224)
#ACDDE2
(172,221,226)
#B4E0E4
(180,224,228)
#BCE3E6
(188,227,230)
#C4E6E8
(196,230,232)
#CCE9EA
(204,233,234)
#D4ECEC
(212,236,236)
#DCEFEE
(220,239,238)
#E4F2F0
(228,242,240)
#ECF5F2
(236,245,242)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4DAE0; }

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

This text font color is #A4DAE0.


Background Color

.myBgColor { background-color: #A4DAE0; }

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

This div background color is #A4DAE0.


Border color

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

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

This div border color is #A4DAE0.


Opacity

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

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

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

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

This text has shadow with #A4DAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4DAE0 on black background.


Color preview on white background

This text has color #A4DAE0 on white background.



Black color preview on #A4DAE0 background

This text has black color on #A4DAE0 background.


White color preview on #A4DAE0 background

This text has white color on #A4DAE0 background.