COLOR #A8E9B0

HEX: #A8E9B0
RGB: (168,233,176)

Color info

#A8E9B0 contains mainly green and blue colors. Web safe color of #A8E9B0 is #99FF99 (or #9F9).

RGB color model

#A8E9B0 color RGB value is (168,233,176).

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

RGB channels and saturation

R 168 of 255 = 66%
G 233 of 255 = 91%
B 176 of 255 = 69%

168
233
176

R + G + B ~ 75%. #A8E9B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 233 + 176 = 577 (100%)
R 168 of 577 ~ 29.12%
G 233 of 577 ~ 40.38%
B 176 of 577 ~ 30.5%

%29.12
%40.38
%30.5

CMYK color model

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

  • cyan value is 27.90%
  • magenta value is 0.00%
  • yellow value is 24.46%
  • key color value is 8.63%
CMYK:
(28,0,24,9)
C28M0Y24K9 
(28%,0%,24%,9%)
(0.28/0.00/0.24/0.09)	

CMYK percentages

%27.9
%0
%24.46
%8.63

Codes

Color #A8E9B0 in popluar color models

A8E9B0
RGB168233176
HSL127°59.63%78.63%
HSB/HSV127°27.90%91.37%
CMYK27.90%0.00%24.46%
8.63%

Color #A8E9B0 in popluar number systems.

HEXA8E9B0
Decimal168233176
Binary101010001110100110110000
Octal250351260

Shades and tints

Shades of #A8E9B0

#A8E9B0
(168,233,176)
#99D4A0
(153,212,160)
#8ABF90
(138,191,144)
#7BAA80
(123,170,128)
#6C9570
(108,149,112)
#5D8060
(93,128,96)
#4E6B50
(78,107,80)
#3F5640
(63,86,64)
#304130
(48,65,48)
#212C20
(33,44,32)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #A8E9B0

#A8E9B0
(168,233,176)
#AFEBB7
(175,235,183)
#B6EDBE
(182,237,190)
#BDEFC5
(189,239,197)
#C4F1CC
(196,241,204)
#CBF3D3
(203,243,211)
#D2F5DA
(210,245,218)
#D9F7E1
(217,247,225)
#E0F9E8
(224,249,232)
#E7FBEF
(231,251,239)
#EEFDF6
(238,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8E9B0; }

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

This text font color is #A8E9B0.


Background Color

.myBgColor { background-color: #A8E9B0; }

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

This div background color is #A8E9B0.


Border color

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

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

This div border color is #A8E9B0.


Opacity

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

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

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

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

This text has shadow with #A8E9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E9B0 on black background.


Color preview on white background

This text has color #A8E9B0 on white background.



Black color preview on #A8E9B0 background

This text has black color on #A8E9B0 background.


White color preview on #A8E9B0 background

This text has white color on #A8E9B0 background.