COLOR #A8E7A4

HEX: #A8E7A4
RGB: (168,231,164)

Color info

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

RGB color model

#A8E7A4 color RGB value is (168,231,164).

  • red value is 168;
  • green value is 231;
  • blue value is 164.
RGB:
(168,231,164)
(66%,91%,64%)

RGB channels and saturation

R 168 of 255 = 66%
G 231 of 255 = 91%
B 164 of 255 = 64%

168
231
164

R + G + B ~ 74%. #A8E7A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 231 + 164 = 563 (100%)
R 168 of 563 ~ 29.84%
G 231 of 563 ~ 41.03%
B 164 of 563 ~ 29.13%

%29.84
%41.03
%29.13

CMYK color model

#A8E7A4 color CMYK value is (27,0,29,9).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 29.00%
  • key color value is 9.41%
CMYK:
(27,0,29,9)
C27M0Y29K9 
(27%,0%,29%,9%)
(0.27/0.00/0.29/0.09)	

CMYK percentages

%27.27
%0
%29
%9.41

Codes

Color #A8E7A4 in popluar color models

A8E7A4
RGB168231164
HSL116°58.26%77.45%
HSB/HSV116°29.00%90.59%
CMYK27.27%0.00%29.00%
9.41%

Color #A8E7A4 in popluar number systems.

HEXA8E7A4
Decimal168231164
Binary101010001110011110100100
Octal250347244

Shades and tints

Shades of #A8E7A4

#A8E7A4
(168,231,164)
#99D296
(153,210,150)
#8ABD88
(138,189,136)
#7BA87A
(123,168,122)
#6C936C
(108,147,108)
#5D7E5E
(93,126,94)
#4E6950
(78,105,80)
#3F5442
(63,84,66)
#303F34
(48,63,52)
#212A26
(33,42,38)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #A8E7A4

#A8E7A4
(168,231,164)
#AFE9AC
(175,233,172)
#B6EBB4
(182,235,180)
#BDEDBC
(189,237,188)
#C4EFC4
(196,239,196)
#CBF1CC
(203,241,204)
#D2F3D4
(210,243,212)
#D9F5DC
(217,245,220)
#E0F7E4
(224,247,228)
#E7F9EC
(231,249,236)
#EEFBF4
(238,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8E7A4 color. Also use rgb(168,231,164) instead hex code.

Text Font Color

.myTextColor { color: #A8E7A4; }

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

This text font color is #A8E7A4.


Background Color

.myBgColor { background-color: #A8E7A4; }

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

This div background color is #A8E7A4.


Border color

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

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

This div border color is #A8E7A4.


Opacity

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

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

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

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

This text has shadow with #A8E7A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E7A4 on black background.


Color preview on white background

This text has color #A8E7A4 on white background.



Black color preview on #A8E7A4 background

This text has black color on #A8E7A4 background.


White color preview on #A8E7A4 background

This text has white color on #A8E7A4 background.