COLOR #A8D0EC

HEX: #A8D0EC
RGB: (168,208,236)

Color info

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

RGB color model

#A8D0EC color RGB value is (168,208,236).

  • red value is 168;
  • green value is 208;
  • blue value is 236.
RGB:
(168,208,236)
(66%,82%,93%)

RGB channels and saturation

R 168 of 255 = 66%
G 208 of 255 = 82%
B 236 of 255 = 93%

168
208
236

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

Portions of RGB colors in percentages

R + G + B =
168 + 208 + 236 = 612 (100%)
R 168 of 612 ~ 27.45%
G 208 of 612 ~ 33.99%
B 236 of 612 ~ 38.56%

%27.45
%33.99
%38.56

CMYK color model

#A8D0EC color CMYK value is (29,12,0,7).

  • cyan value is 28.81%
  • magenta value is 11.86%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(29,12,0,7)
C29M12Y0K7 
(29%,12%,0%,7%)
(0.29/0.12/0.00/0.07)	

CMYK percentages

%28.81
%11.86
%0
%7.45

Codes

Color #A8D0EC in popluar color models

A8D0EC
RGB168208236
HSL205°64.15%79.22%
HSB/HSV205°28.81%92.55%
CMYK28.81%11.86%0.00%
7.45%

Color #A8D0EC in popluar number systems.

HEXA8D0EC
Decimal168208236
Binary101010001101000011101100
Octal250320354

Shades and tints

Shades of #A8D0EC

#A8D0EC
(168,208,236)
#99BED7
(153,190,215)
#8AACC2
(138,172,194)
#7B9AAD
(123,154,173)
#6C8898
(108,136,152)
#5D7683
(93,118,131)
#4E646E
(78,100,110)
#3F5259
(63,82,89)
#304044
(48,64,68)
#212E2F
(33,46,47)
#121C1A
(18,28,26)
#000000
(0,0,0)

Tints of #A8D0EC

#A8D0EC
(168,208,236)
#AFD4ED
(175,212,237)
#B6D8EE
(182,216,238)
#BDDCEF
(189,220,239)
#C4E0F0
(196,224,240)
#CBE4F1
(203,228,241)
#D2E8F2
(210,232,242)
#D9ECF3
(217,236,243)
#E0F0F4
(224,240,244)
#E7F4F5
(231,244,245)
#EEF8F6
(238,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D0EC color. Also use rgb(168,208,236) instead hex code.

Text Font Color

.myTextColor { color: #A8D0EC; }

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

This text font color is #A8D0EC.


Background Color

.myBgColor { background-color: #A8D0EC; }

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

This div background color is #A8D0EC.


Border color

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

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

This div border color is #A8D0EC.


Opacity

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

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

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

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

This text has shadow with #A8D0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D0EC on black background.


Color preview on white background

This text has color #A8D0EC on white background.



Black color preview on #A8D0EC background

This text has black color on #A8D0EC background.


White color preview on #A8D0EC background

This text has white color on #A8D0EC background.