COLOR #A8E9C8

HEX: #A8E9C8
RGB: (168,233,200)

Color info

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

RGB color model

#A8E9C8 color RGB value is (168,233,200).

  • red value is 168;
  • green value is 233;
  • blue value is 200.
RGB:
(168,233,200)
(66%,91%,78%)

RGB channels and saturation

R 168 of 255 = 66%
G 233 of 255 = 91%
B 200 of 255 = 78%

168
233
200

R + G + B ~ 78%. #A8E9C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 233 + 200 = 601 (100%)
R 168 of 601 ~ 27.95%
G 233 of 601 ~ 38.77%
B 200 of 601 ~ 33.28%

%27.95
%38.77
%33.28

CMYK color model

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

  • cyan value is 27.90%
  • magenta value is 0.00%
  • yellow value is 14.16%
  • key color value is 8.63%
CMYK:
(28,0,14,9)
C28M0Y14K9 
(28%,0%,14%,9%)
(0.28/0.00/0.14/0.09)	

CMYK percentages

%27.9
%0
%14.16
%8.63

Codes

Color #A8E9C8 in popluar color models

A8E9C8
RGB168233200
HSL150°59.63%78.63%
HSB/HSV150°27.90%91.37%
CMYK27.90%0.00%14.16%
8.63%

Color #A8E9C8 in popluar number systems.

HEXA8E9C8
Decimal168233200
Binary101010001110100111001000
Octal250351310

Shades and tints

Shades of #A8E9C8

#A8E9C8
(168,233,200)
#99D4B6
(153,212,182)
#8ABFA4
(138,191,164)
#7BAA92
(123,170,146)
#6C9580
(108,149,128)
#5D806E
(93,128,110)
#4E6B5C
(78,107,92)
#3F564A
(63,86,74)
#304138
(48,65,56)
#212C26
(33,44,38)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #A8E9C8

#A8E9C8
(168,233,200)
#AFEBCD
(175,235,205)
#B6EDD2
(182,237,210)
#BDEFD7
(189,239,215)
#C4F1DC
(196,241,220)
#CBF3E1
(203,243,225)
#D2F5E6
(210,245,230)
#D9F7EB
(217,247,235)
#E0F9F0
(224,249,240)
#E7FBF5
(231,251,245)
#EEFDFA
(238,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8E9C8 color. Also use rgb(168,233,200) instead hex code.

Text Font Color

.myTextColor { color: #A8E9C8; }

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

This text font color is #A8E9C8.


Background Color

.myBgColor { background-color: #A8E9C8; }

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

This div background color is #A8E9C8.


Border color

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

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

This div border color is #A8E9C8.


Opacity

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

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

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

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

This text has shadow with #A8E9C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E9C8 on black background.


Color preview on white background

This text has color #A8E9C8 on white background.



Black color preview on #A8E9C8 background

This text has black color on #A8E9C8 background.


White color preview on #A8E9C8 background

This text has white color on #A8E9C8 background.