COLOR #A8EEB0

HEX: #A8EEB0
RGB: (168,238,176)

Color info

#A8EEB0 contains mainly green color. Web safe color of #A8EEB0 is #99FF99 (or #9F9).

RGB color model

#A8EEB0 color RGB value is (168,238,176).

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

RGB channels and saturation

R 168 of 255 = 66%
G 238 of 255 = 93%
B 176 of 255 = 69%

168
238
176

R + G + B ~ 76%. #A8EEB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 238 + 176 = 582 (100%)
R 168 of 582 ~ 28.87%
G 238 of 582 ~ 40.89%
B 176 of 582 ~ 30.24%

%28.87
%40.89
%30.24

CMYK color model

#A8EEB0 color CMYK value is (29,0,26,7).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 26.05%
  • key color value is 6.67%
CMYK:
(29,0,26,7)
C29M0Y26K7 
(29%,0%,26%,7%)
(0.29/0.00/0.26/0.07)	

CMYK percentages

%29.41
%0
%26.05
%6.67

Codes

Color #A8EEB0 in popluar color models

A8EEB0
RGB168238176
HSL127°67.31%79.61%
HSB/HSV127°29.41%93.33%
CMYK29.41%0.00%26.05%
6.67%

Color #A8EEB0 in popluar number systems.

HEXA8EEB0
Decimal168238176
Binary101010001110111010110000
Octal250356260

Shades and tints

Shades of #A8EEB0

#A8EEB0
(168,238,176)
#99D9A0
(153,217,160)
#8AC490
(138,196,144)
#7BAF80
(123,175,128)
#6C9A70
(108,154,112)
#5D8560
(93,133,96)
#4E7050
(78,112,80)
#3F5B40
(63,91,64)
#304630
(48,70,48)
#213120
(33,49,32)
#121C10
(18,28,16)
#000000
(0,0,0)

Tints of #A8EEB0

#A8EEB0
(168,238,176)
#AFEFB7
(175,239,183)
#B6F0BE
(182,240,190)
#BDF1C5
(189,241,197)
#C4F2CC
(196,242,204)
#CBF3D3
(203,243,211)
#D2F4DA
(210,244,218)
#D9F5E1
(217,245,225)
#E0F6E8
(224,246,232)
#E7F7EF
(231,247,239)
#EEF8F6
(238,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8EEB0; }

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

This text font color is #A8EEB0.


Background Color

.myBgColor { background-color: #A8EEB0; }

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

This div background color is #A8EEB0.


Border color

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

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

This div border color is #A8EEB0.


Opacity

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

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

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

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

This text has shadow with #A8EEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8EEB0 on black background.


Color preview on white background

This text has color #A8EEB0 on white background.



Black color preview on #A8EEB0 background

This text has black color on #A8EEB0 background.


White color preview on #A8EEB0 background

This text has white color on #A8EEB0 background.