COLOR #A8E6D0

HEX: #A8E6D0
RGB: (168,230,208)

Color info

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

RGB color model

#A8E6D0 color RGB value is (168,230,208).

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

RGB channels and saturation

R 168 of 255 = 66%
G 230 of 255 = 90%
B 208 of 255 = 82%

168
230
208

R + G + B ~ 79%. #A8E6D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 230 + 208 = 606 (100%)
R 168 of 606 ~ 27.72%
G 230 of 606 ~ 37.95%
B 208 of 606 ~ 34.32%

%27.72
%37.95
%34.32

CMYK color model

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

  • cyan value is 26.96%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 9.80%
CMYK:
(27,0,10,10)
C27M0Y10K10 
(27%,0%,10%,10%)
(0.27/0.00/0.10/0.10)	

CMYK percentages

%26.96
%0
%9.57
%9.8

Codes

Color #A8E6D0 in popluar color models

A8E6D0
RGB168230208
HSL159°55.36%78.04%
HSB/HSV159°26.96%90.20%
CMYK26.96%0.00%9.57%
9.80%

Color #A8E6D0 in popluar number systems.

HEXA8E6D0
Decimal168230208
Binary101010001110011011010000
Octal250346320

Shades and tints

Shades of #A8E6D0

#A8E6D0
(168,230,208)
#99D2BE
(153,210,190)
#8ABEAC
(138,190,172)
#7BAA9A
(123,170,154)
#6C9688
(108,150,136)
#5D8276
(93,130,118)
#4E6E64
(78,110,100)
#3F5A52
(63,90,82)
#304640
(48,70,64)
#21322E
(33,50,46)
#121E1C
(18,30,28)
#000000
(0,0,0)

Tints of #A8E6D0

#A8E6D0
(168,230,208)
#AFE8D4
(175,232,212)
#B6EAD8
(182,234,216)
#BDECDC
(189,236,220)
#C4EEE0
(196,238,224)
#CBF0E4
(203,240,228)
#D2F2E8
(210,242,232)
#D9F4EC
(217,244,236)
#E0F6F0
(224,246,240)
#E7F8F4
(231,248,244)
#EEFAF8
(238,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8E6D0; }

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

This text font color is #A8E6D0.


Background Color

.myBgColor { background-color: #A8E6D0; }

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

This div background color is #A8E6D0.


Border color

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

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

This div border color is #A8E6D0.


Opacity

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

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

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

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

This text has shadow with #A8E6D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E6D0 on black background.


Color preview on white background

This text has color #A8E6D0 on white background.



Black color preview on #A8E6D0 background

This text has black color on #A8E6D0 background.


White color preview on #A8E6D0 background

This text has white color on #A8E6D0 background.