COLOR #A8D4EF

HEX: #A8D4EF
RGB: (168,212,239)

Color info

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

RGB color model

#A8D4EF color RGB value is (168,212,239).

  • red value is 168;
  • green value is 212;
  • blue value is 239.
RGB:
(168,212,239)
(66%,83%,94%)

RGB channels and saturation

R 168 of 255 = 66%
G 212 of 255 = 83%
B 239 of 255 = 94%

168
212
239

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

Portions of RGB colors in percentages

R + G + B =
168 + 212 + 239 = 619 (100%)
R 168 of 619 ~ 27.14%
G 212 of 619 ~ 34.25%
B 239 of 619 ~ 38.61%

%27.14
%34.25
%38.61

CMYK color model

#A8D4EF color CMYK value is (30,11,0,6).

  • cyan value is 29.71%
  • magenta value is 11.30%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(30,11,0,6)
C30M11Y0K6 
(30%,11%,0%,6%)
(0.30/0.11/0.00/0.06)	

CMYK percentages

%29.71
%11.3
%0
%6.27

Codes

Color #A8D4EF in popluar color models

A8D4EF
RGB168212239
HSL203°68.93%79.80%
HSB/HSV203°29.71%93.73%
CMYK29.71%11.30%0.00%
6.27%

Color #A8D4EF in popluar number systems.

HEXA8D4EF
Decimal168212239
Binary101010001101010011101111
Octal250324357

Shades and tints

Shades of #A8D4EF

#A8D4EF
(168,212,239)
#99C1DA
(153,193,218)
#8AAEC5
(138,174,197)
#7B9BB0
(123,155,176)
#6C889B
(108,136,155)
#5D7586
(93,117,134)
#4E6271
(78,98,113)
#3F4F5C
(63,79,92)
#303C47
(48,60,71)
#212932
(33,41,50)
#12161D
(18,22,29)
#000000
(0,0,0)

Tints of #A8D4EF

#A8D4EF
(168,212,239)
#AFD7F0
(175,215,240)
#B6DAF1
(182,218,241)
#BDDDF2
(189,221,242)
#C4E0F3
(196,224,243)
#CBE3F4
(203,227,244)
#D2E6F5
(210,230,245)
#D9E9F6
(217,233,246)
#E0ECF7
(224,236,247)
#E7EFF8
(231,239,248)
#EEF2F9
(238,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D4EF color. Also use rgb(168,212,239) instead hex code.

Text Font Color

.myTextColor { color: #A8D4EF; }

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

This text font color is #A8D4EF.


Background Color

.myBgColor { background-color: #A8D4EF; }

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

This div background color is #A8D4EF.


Border color

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

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

This div border color is #A8D4EF.


Opacity

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

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

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

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

This text has shadow with #A8D4EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D4EF on black background.


Color preview on white background

This text has color #A8D4EF on white background.



Black color preview on #A8D4EF background

This text has black color on #A8D4EF background.


White color preview on #A8D4EF background

This text has white color on #A8D4EF background.