COLOR #A8E6DF

HEX: #A8E6DF
RGB: (168,230,223)

Color info

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

RGB color model

#A8E6DF color RGB value is (168,230,223).

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

RGB channels and saturation

R 168 of 255 = 66%
G 230 of 255 = 90%
B 223 of 255 = 87%

168
230
223

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

Portions of RGB colors in percentages

R + G + B =
168 + 230 + 223 = 621 (100%)
R 168 of 621 ~ 27.05%
G 230 of 621 ~ 37.04%
B 223 of 621 ~ 35.91%

%27.05
%37.04
%35.91

CMYK color model

#A8E6DF color CMYK value is (27,0,3,10).

  • cyan value is 26.96%
  • magenta value is 0.00%
  • yellow value is 3.04%
  • key color value is 9.80%
CMYK:
(27,0,3,10)
C27M0Y3K10 
(27%,0%,3%,10%)
(0.27/0.00/0.03/0.10)	

CMYK percentages

%26.96
%0
%3.04
%9.8

Codes

Color #A8E6DF in popluar color models

A8E6DF
RGB168230223
HSL173°55.36%78.04%
HSB/HSV173°26.96%90.20%
CMYK26.96%0.00%3.04%
9.80%

Color #A8E6DF in popluar number systems.

HEXA8E6DF
Decimal168230223
Binary101010001110011011011111
Octal250346337

Shades and tints

Shades of #A8E6DF

#A8E6DF
(168,230,223)
#99D2CB
(153,210,203)
#8ABEB7
(138,190,183)
#7BAAA3
(123,170,163)
#6C968F
(108,150,143)
#5D827B
(93,130,123)
#4E6E67
(78,110,103)
#3F5A53
(63,90,83)
#30463F
(48,70,63)
#21322B
(33,50,43)
#121E17
(18,30,23)
#000000
(0,0,0)

Tints of #A8E6DF

#A8E6DF
(168,230,223)
#AFE8E1
(175,232,225)
#B6EAE3
(182,234,227)
#BDECE5
(189,236,229)
#C4EEE7
(196,238,231)
#CBF0E9
(203,240,233)
#D2F2EB
(210,242,235)
#D9F4ED
(217,244,237)
#E0F6EF
(224,246,239)
#E7F8F1
(231,248,241)
#EEFAF3
(238,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8E6DF; }

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

This text font color is #A8E6DF.


Background Color

.myBgColor { background-color: #A8E6DF; }

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

This div background color is #A8E6DF.


Border color

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

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

This div border color is #A8E6DF.


Opacity

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

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

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

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

This text has shadow with #A8E6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E6DF on black background.


Color preview on white background

This text has color #A8E6DF on white background.



Black color preview on #A8E6DF background

This text has black color on #A8E6DF background.


White color preview on #A8E6DF background

This text has white color on #A8E6DF background.