COLOR #A4D8EE

HEX: #A4D8EE
RGB: (164,216,238)

Color info

#A4D8EE contains mainly green and blue colors. Web safe color of #A4D8EE is #99CCFF (or #9CF).

RGB color model

#A4D8EE color RGB value is (164,216,238).

  • red value is 164;
  • green value is 216;
  • blue value is 238.
RGB:
(164,216,238)
(64%,85%,93%)

RGB channels and saturation

R 164 of 255 = 64%
G 216 of 255 = 85%
B 238 of 255 = 93%

164
216
238

R + G + B ~ 81%. #A4D8EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 216 + 238 = 618 (100%)
R 164 of 618 ~ 26.54%
G 216 of 618 ~ 34.95%
B 238 of 618 ~ 38.51%

%26.54
%34.95
%38.51

CMYK color model

#A4D8EE color CMYK value is (31,9,0,7).

  • cyan value is 31.09%
  • magenta value is 9.24%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(31,9,0,7)
C31M9Y0K7 
(31%,9%,0%,7%)
(0.31/0.09/0.00/0.07)	

CMYK percentages

%31.09
%9.24
%0
%6.67

Codes

Color #A4D8EE in popluar color models

A4D8EE
RGB164216238
HSL198°68.52%78.82%
HSB/HSV198°31.09%93.33%
CMYK31.09%9.24%0.00%
6.67%

Color #A4D8EE in popluar number systems.

HEXA4D8EE
Decimal164216238
Binary101001001101100011101110
Octal244330356

Shades and tints

Shades of #A4D8EE

#A4D8EE
(164,216,238)
#96C5D9
(150,197,217)
#88B2C4
(136,178,196)
#7A9FAF
(122,159,175)
#6C8C9A
(108,140,154)
#5E7985
(94,121,133)
#506670
(80,102,112)
#42535B
(66,83,91)
#344046
(52,64,70)
#262D31
(38,45,49)
#181A1C
(24,26,28)
#000000
(0,0,0)

Tints of #A4D8EE

#A4D8EE
(164,216,238)
#ACDBEF
(172,219,239)
#B4DEF0
(180,222,240)
#BCE1F1
(188,225,241)
#C4E4F2
(196,228,242)
#CCE7F3
(204,231,243)
#D4EAF4
(212,234,244)
#DCEDF5
(220,237,245)
#E4F0F6
(228,240,246)
#ECF3F7
(236,243,247)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D8EE color. Also use rgb(164,216,238) instead hex code.

Text Font Color

.myTextColor { color: #A4D8EE; }

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

This text font color is #A4D8EE.


Background Color

.myBgColor { background-color: #A4D8EE; }

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

This div background color is #A4D8EE.


Border color

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

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

This div border color is #A4D8EE.


Opacity

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

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

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

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

This text has shadow with #A4D8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D8EE on black background.


Color preview on white background

This text has color #A4D8EE on white background.



Black color preview on #A4D8EE background

This text has black color on #A4D8EE background.


White color preview on #A4D8EE background

This text has white color on #A4D8EE background.