COLOR #A8DAE6

HEX: #A8DAE6
RGB: (168,218,230)

Color info

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

RGB color model

#A8DAE6 color RGB value is (168,218,230).

  • red value is 168;
  • green value is 218;
  • blue value is 230.
RGB:
(168,218,230)
(66%,85%,90%)

RGB channels and saturation

R 168 of 255 = 66%
G 218 of 255 = 85%
B 230 of 255 = 90%

168
218
230

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

Portions of RGB colors in percentages

R + G + B =
168 + 218 + 230 = 616 (100%)
R 168 of 616 ~ 27.27%
G 218 of 616 ~ 35.39%
B 230 of 616 ~ 37.34%

%27.27
%35.39
%37.34

CMYK color model

#A8DAE6 color CMYK value is (27,5,0,10).

  • cyan value is 26.96%
  • magenta value is 5.22%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(27,5,0,10)
C27M5Y0K10 
(27%,5%,0%,10%)
(0.27/0.05/0.00/0.10)	

CMYK percentages

%26.96
%5.22
%0
%9.8

Codes

Color #A8DAE6 in popluar color models

A8DAE6
RGB168218230
HSL192°55.36%78.04%
HSB/HSV192°26.96%90.20%
CMYK26.96%5.22%0.00%
9.80%

Color #A8DAE6 in popluar number systems.

HEXA8DAE6
Decimal168218230
Binary101010001101101011100110
Octal250332346

Shades and tints

Shades of #A8DAE6

#A8DAE6
(168,218,230)
#99C7D2
(153,199,210)
#8AB4BE
(138,180,190)
#7BA1AA
(123,161,170)
#6C8E96
(108,142,150)
#5D7B82
(93,123,130)
#4E686E
(78,104,110)
#3F555A
(63,85,90)
#304246
(48,66,70)
#212F32
(33,47,50)
#121C1E
(18,28,30)
#000000
(0,0,0)

Tints of #A8DAE6

#A8DAE6
(168,218,230)
#AFDDE8
(175,221,232)
#B6E0EA
(182,224,234)
#BDE3EC
(189,227,236)
#C4E6EE
(196,230,238)
#CBE9F0
(203,233,240)
#D2ECF2
(210,236,242)
#D9EFF4
(217,239,244)
#E0F2F6
(224,242,246)
#E7F5F8
(231,245,248)
#EEF8FA
(238,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8DAE6 color. Also use rgb(168,218,230) instead hex code.

Text Font Color

.myTextColor { color: #A8DAE6; }

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

This text font color is #A8DAE6.


Background Color

.myBgColor { background-color: #A8DAE6; }

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

This div background color is #A8DAE6.


Border color

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

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

This div border color is #A8DAE6.


Opacity

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

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

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

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

This text has shadow with #A8DAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8DAE6 on black background.


Color preview on white background

This text has color #A8DAE6 on white background.



Black color preview on #A8DAE6 background

This text has black color on #A8DAE6 background.


White color preview on #A8DAE6 background

This text has white color on #A8DAE6 background.