COLOR #A8D0EA

HEX: #A8D0EA
RGB: (168,208,234)

Color info

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

RGB color model

#A8D0EA color RGB value is (168,208,234).

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

RGB channels and saturation

R 168 of 255 = 66%
G 208 of 255 = 82%
B 234 of 255 = 92%

168
208
234

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

Portions of RGB colors in percentages

R + G + B =
168 + 208 + 234 = 610 (100%)
R 168 of 610 ~ 27.54%
G 208 of 610 ~ 34.1%
B 234 of 610 ~ 38.36%

%27.54
%34.1
%38.36

CMYK color model

#A8D0EA color CMYK value is (28,11,0,8).

  • cyan value is 28.21%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(28,11,0,8)
C28M11Y0K8 
(28%,11%,0%,8%)
(0.28/0.11/0.00/0.08)	

CMYK percentages

%28.21
%11.11
%0
%8.24

Codes

Color #A8D0EA in popluar color models

A8D0EA
RGB168208234
HSL204°61.11%78.82%
HSB/HSV204°28.21%91.76%
CMYK28.21%11.11%0.00%
8.24%

Color #A8D0EA in popluar number systems.

HEXA8D0EA
Decimal168208234
Binary101010001101000011101010
Octal250320352

Shades and tints

Shades of #A8D0EA

#A8D0EA
(168,208,234)
#99BED5
(153,190,213)
#8AACC0
(138,172,192)
#7B9AAB
(123,154,171)
#6C8896
(108,136,150)
#5D7681
(93,118,129)
#4E646C
(78,100,108)
#3F5257
(63,82,87)
#304042
(48,64,66)
#212E2D
(33,46,45)
#121C18
(18,28,24)
#000000
(0,0,0)

Tints of #A8D0EA

#A8D0EA
(168,208,234)
#AFD4EB
(175,212,235)
#B6D8EC
(182,216,236)
#BDDCED
(189,220,237)
#C4E0EE
(196,224,238)
#CBE4EF
(203,228,239)
#D2E8F0
(210,232,240)
#D9ECF1
(217,236,241)
#E0F0F2
(224,240,242)
#E7F4F3
(231,244,243)
#EEF8F4
(238,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8D0EA; }

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

This text font color is #A8D0EA.


Background Color

.myBgColor { background-color: #A8D0EA; }

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

This div background color is #A8D0EA.


Border color

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

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

This div border color is #A8D0EA.


Opacity

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

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

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

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

This text has shadow with #A8D0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D0EA on black background.


Color preview on white background

This text has color #A8D0EA on white background.



Black color preview on #A8D0EA background

This text has black color on #A8D0EA background.


White color preview on #A8D0EA background

This text has white color on #A8D0EA background.