COLOR #A8E8DC

HEX: #A8E8DC RGB: (168,232,220)

Color info

#A8E8DC contains mainly green and blue colors. Web safe color of #A8E8DC is #99FFCC (or #9FC).

RGB color model

#A8E8DC color RGB value is (168,232,220).

RGB: (168,232,220) (66%, 91%, 86%)

RGB channels and saturation

R 168 of 255 = 66%
G 232 of 255 = 91%
B 220 of 255 = 86%

168
232
220

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

Portions of RGB colors in percentages

R + G + B = 168 + 232 + 220 = 620 (100%)
R 168 of 620 ~ 27.1%
G 232 of 620 ~ 37.42%
B 220 of 620 ~ 35.48'%

%27.1
%37.42
%35.48

CMYK color model

#A8E8DC color CMYK value is (28,0,5,9).

  • cyan value is 27.59%
  • magenta value is 0.00%
  • yellow value is 5.17%
  • key color value is 9.02%

CMYK: (28,0,5,9)
C28M0Y5K9 (28%, 0%, 5%, 9%)
(0.28 / 0.00 / 0.05 / 0.09)

CMYK percentages

%27.59
%0
%5.17
%9.02

Codes

Color #A8E8DC in popluar color models

A8 E8 DC
RGB 168 232 220
HSL 169° 58.18% 78.43%
HSB/HSV 169° 27.59% 90.98%
CMYK 27.59% 0.00% 5.17%
9.02%

Color #A8E8DC in popluar number systems.

HEX A8 E8 DC
Decimal 168 232 220
Binary 10101000 11101000 11011100
Octal 250 350 334

Shades and tints

Shades of #A8E8DC

#A8E8DC
(168,232,220)
#99D3C8
(153,211,200)
#8ABEB4
(138,190,180)
#7BA9A0
(123,169,160)
#6C948C
(108,148,140)
#5D7F78
(93,127,120)
#4E6A64
(78,106,100)
#3F5550
(63,85,80)
#30403C
(48,64,60)
#212B28
(33,43,40)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #A8E8DC

#A8E8DC
(168,232,220)
#AFEADF
(175,234,223)
#B6ECE2
(182,236,226)
#BDEEE5
(189,238,229)
#C4F0E8
(196,240,232)
#CBF2EB
(203,242,235)
#D2F4EE
(210,244,238)
#D9F6F1
(217,246,241)
#E0F8F4
(224,248,244)
#E7FAF7
(231,250,247)
#EEFCFA
(238,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8E8DC color. Also use rgb(168,232,220) instead hex code.

Text Font Color

.myTextColor { color: #A8E8DC; }

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

This text font color is #A8E8DC.

Background Color

.myBgColor { background-color: #A8E8DC; }

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

This div background color is #A8E8DC.

Border color

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

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

This div border color is #A8E8DC.

Opacity

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

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

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

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

This text has shadow with #A8E8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8E8DC.

Preview

Color preview on black background

This text has color #A8E8DC on black background.


Color preview on white background

This text has color #A8E8DC on white background.


Black color preview on #A8E8DC background

This text has black color on #A8E8DC background.


White color preview on #A8E8DC background

This text has white color on #A8E8DC background.


Related colors

Complementary color

Complementary color for #hex is #571723.


I love getcolorcode.com

Triadic colors

1 #DCA8E8 and #E8DCA8 with #A8E8DC are triadic colors.

2 #DCE8A8 and #E8A8DC with #A8E8DC are triadic colors.