COLOR #A8E8D2

HEX: #A8E8D2
RGB: (168,232,210)

Color info

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

RGB color model

#A8E8D2 color RGB value is (168,232,210).

  • red value is 168;
  • green value is 232;
  • blue value is 210.
RGB:
(168,232,210)
(66%,91%,82%)

RGB channels and saturation

R 168 of 255 = 66%
G 232 of 255 = 91%
B 210 of 255 = 82%

168
232
210

R + G + B ~ 80%. #A8E8D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 232 + 210 = 610 (100%)
R 168 of 610 ~ 27.54%
G 232 of 610 ~ 38.03%
B 210 of 610 ~ 34.43%

%27.54
%38.03
%34.43

CMYK color model

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

  • cyan value is 27.59%
  • magenta value is 0.00%
  • yellow value is 9.48%
  • key color value is 9.02%
CMYK:
(28,0,9,9)
C28M0Y9K9 
(28%,0%,9%,9%)
(0.28/0.00/0.09/0.09)	

CMYK percentages

%27.59
%0
%9.48
%9.02

Codes

Color #A8E8D2 in popluar color models

A8E8D2
RGB168232210
HSL159°58.18%78.43%
HSB/HSV159°27.59%90.98%
CMYK27.59%0.00%9.48%
9.02%

Color #A8E8D2 in popluar number systems.

HEXA8E8D2
Decimal168232210
Binary101010001110100011010010
Octal250350322

Shades and tints

Shades of #A8E8D2

#A8E8D2
(168,232,210)
#99D3BF
(153,211,191)
#8ABEAC
(138,190,172)
#7BA999
(123,169,153)
#6C9486
(108,148,134)
#5D7F73
(93,127,115)
#4E6A60
(78,106,96)
#3F554D
(63,85,77)
#30403A
(48,64,58)
#212B27
(33,43,39)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #A8E8D2

#A8E8D2
(168,232,210)
#AFEAD6
(175,234,214)
#B6ECDA
(182,236,218)
#BDEEDE
(189,238,222)
#C4F0E2
(196,240,226)
#CBF2E6
(203,242,230)
#D2F4EA
(210,244,234)
#D9F6EE
(217,246,238)
#E0F8F2
(224,248,242)
#E7FAF6
(231,250,246)
#EEFCFA
(238,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8E8D2; }

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

This text font color is #A8E8D2.


Background Color

.myBgColor { background-color: #A8E8D2; }

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

This div background color is #A8E8D2.


Border color

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

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

This div border color is #A8E8D2.


Opacity

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

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

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

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

This text has shadow with #A8E8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E8D2 on black background.


Color preview on white background

This text has color #A8E8D2 on white background.



Black color preview on #A8E8D2 background

This text has black color on #A8E8D2 background.


White color preview on #A8E8D2 background

This text has white color on #A8E8D2 background.