COLOR #A8E8D1

HEX: #A8E8D1
RGB: (168,232,209)

Color info

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

RGB color model

#A8E8D1 color RGB value is (168,232,209).

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

RGB channels and saturation

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

168
232
209

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

Portions of RGB colors in percentages

R + G + B =
168 + 232 + 209 = 609 (100%)
R 168 of 609 ~ 27.59%
G 232 of 609 ~ 38.1%
B 209 of 609 ~ 34.32%

%27.59
%38.1
%34.32

CMYK color model

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

  • cyan value is 27.59%
  • magenta value is 0.00%
  • yellow value is 9.91%
  • key color value is 9.02%
CMYK:
(28,0,10,9)
C28M0Y10K9 
(28%,0%,10%,9%)
(0.28/0.00/0.10/0.09)	

CMYK percentages

%27.59
%0
%9.91
%9.02

Codes

Color #A8E8D1 in popluar color models

A8E8D1
RGB168232209
HSL158°58.18%78.43%
HSB/HSV158°27.59%90.98%
CMYK27.59%0.00%9.91%
9.02%

Color #A8E8D1 in popluar number systems.

HEXA8E8D1
Decimal168232209
Binary101010001110100011010001
Octal250350321

Shades and tints

Shades of #A8E8D1

#A8E8D1
(168,232,209)
#99D3BE
(153,211,190)
#8ABEAB
(138,190,171)
#7BA998
(123,169,152)
#6C9485
(108,148,133)
#5D7F72
(93,127,114)
#4E6A5F
(78,106,95)
#3F554C
(63,85,76)
#304039
(48,64,57)
#212B26
(33,43,38)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #A8E8D1

#A8E8D1
(168,232,209)
#AFEAD5
(175,234,213)
#B6ECD9
(182,236,217)
#BDEEDD
(189,238,221)
#C4F0E1
(196,240,225)
#CBF2E5
(203,242,229)
#D2F4E9
(210,244,233)
#D9F6ED
(217,246,237)
#E0F8F1
(224,248,241)
#E7FAF5
(231,250,245)
#EEFCF9
(238,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8E8D1; }

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

This text font color is #A8E8D1.


Background Color

.myBgColor { background-color: #A8E8D1; }

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

This div background color is #A8E8D1.


Border color

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

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

This div border color is #A8E8D1.


Opacity

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

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

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

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

This text has shadow with #A8E8D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E8D1 on black background.


Color preview on white background

This text has color #A8E8D1 on white background.



Black color preview on #A8E8D1 background

This text has black color on #A8E8D1 background.


White color preview on #A8E8D1 background

This text has white color on #A8E8D1 background.