COLOR #A8DAEA

HEX: #A8DAEA
RGB: (168,218,234)

Color info

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

RGB color model

#A8DAEA color RGB value is (168,218,234).

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

RGB channels and saturation

R 168 of 255 = 66%
G 218 of 255 = 85%
B 234 of 255 = 92%

168
218
234

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

Portions of RGB colors in percentages

R + G + B =
168 + 218 + 234 = 620 (100%)
R 168 of 620 ~ 27.1%
G 218 of 620 ~ 35.16%
B 234 of 620 ~ 37.74%

%27.1
%35.16
%37.74

CMYK color model

#A8DAEA color CMYK value is (28,7,0,8).

  • cyan value is 28.21%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(28,7,0,8)
C28M7Y0K8 
(28%,7%,0%,8%)
(0.28/0.07/0.00/0.08)	

CMYK percentages

%28.21
%6.84
%0
%8.24

Codes

Color #A8DAEA in popluar color models

A8DAEA
RGB168218234
HSL195°61.11%78.82%
HSB/HSV195°28.21%91.76%
CMYK28.21%6.84%0.00%
8.24%

Color #A8DAEA in popluar number systems.

HEXA8DAEA
Decimal168218234
Binary101010001101101011101010
Octal250332352

Shades and tints

Shades of #A8DAEA

#A8DAEA
(168,218,234)
#99C7D5
(153,199,213)
#8AB4C0
(138,180,192)
#7BA1AB
(123,161,171)
#6C8E96
(108,142,150)
#5D7B81
(93,123,129)
#4E686C
(78,104,108)
#3F5557
(63,85,87)
#304242
(48,66,66)
#212F2D
(33,47,45)
#121C18
(18,28,24)
#000000
(0,0,0)

Tints of #A8DAEA

#A8DAEA
(168,218,234)
#AFDDEB
(175,221,235)
#B6E0EC
(182,224,236)
#BDE3ED
(189,227,237)
#C4E6EE
(196,230,238)
#CBE9EF
(203,233,239)
#D2ECF0
(210,236,240)
#D9EFF1
(217,239,241)
#E0F2F2
(224,242,242)
#E7F5F3
(231,245,243)
#EEF8F4
(238,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8DAEA; }

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

This text font color is #A8DAEA.


Background Color

.myBgColor { background-color: #A8DAEA; }

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

This div background color is #A8DAEA.


Border color

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

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

This div border color is #A8DAEA.


Opacity

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

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

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

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

This text has shadow with #A8DAEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8DAEA on black background.


Color preview on white background

This text has color #A8DAEA on white background.



Black color preview on #A8DAEA background

This text has black color on #A8DAEA background.


White color preview on #A8DAEA background

This text has white color on #A8DAEA background.