COLOR #A8E4A7

HEX: #A8E4A7
RGB: (168,228,167)

Color info

#A8E4A7 contains mainly green color. Web safe color of #A8E4A7 is #99CC99 (or #9C9).

RGB color model

#A8E4A7 color RGB value is (168,228,167).

  • red value is 168;
  • green value is 228;
  • blue value is 167.
RGB:
(168,228,167)
(66%,89%,65%)

RGB channels and saturation

R 168 of 255 = 66%
G 228 of 255 = 89%
B 167 of 255 = 65%

168
228
167

R + G + B ~ 73%. #A8E4A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 228 + 167 = 563 (100%)
R 168 of 563 ~ 29.84%
G 228 of 563 ~ 40.5%
B 167 of 563 ~ 29.66%

%29.84
%40.5
%29.66

CMYK color model

#A8E4A7 color CMYK value is (26,0,27,11).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 26.75%
  • key color value is 10.59%
CMYK:
(26,0,27,11)
C26M0Y27K11 
(26%,0%,27%,11%)
(0.26/0.00/0.27/0.11)	

CMYK percentages

%26.32
%0
%26.75
%10.59

Codes

Color #A8E4A7 in popluar color models

A8E4A7
RGB168228167
HSL119°53.04%77.45%
HSB/HSV119°26.75%89.41%
CMYK26.32%0.00%26.75%
10.59%

Color #A8E4A7 in popluar number systems.

HEXA8E4A7
Decimal168228167
Binary101010001110010010100111
Octal250344247

Shades and tints

Shades of #A8E4A7

#A8E4A7
(168,228,167)
#99D098
(153,208,152)
#8ABC89
(138,188,137)
#7BA87A
(123,168,122)
#6C946B
(108,148,107)
#5D805C
(93,128,92)
#4E6C4D
(78,108,77)
#3F583E
(63,88,62)
#30442F
(48,68,47)
#213020
(33,48,32)
#121C11
(18,28,17)
#000000
(0,0,0)

Tints of #A8E4A7

#A8E4A7
(168,228,167)
#AFE6AF
(175,230,175)
#B6E8B7
(182,232,183)
#BDEABF
(189,234,191)
#C4ECC7
(196,236,199)
#CBEECF
(203,238,207)
#D2F0D7
(210,240,215)
#D9F2DF
(217,242,223)
#E0F4E7
(224,244,231)
#E7F6EF
(231,246,239)
#EEF8F7
(238,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8E4A7 color. Also use rgb(168,228,167) instead hex code.

Text Font Color

.myTextColor { color: #A8E4A7; }

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

This text font color is #A8E4A7.


Background Color

.myBgColor { background-color: #A8E4A7; }

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

This div background color is #A8E4A7.


Border color

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

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

This div border color is #A8E4A7.


Opacity

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

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

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

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

This text has shadow with #A8E4A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E4A7 on black background.


Color preview on white background

This text has color #A8E4A7 on white background.



Black color preview on #A8E4A7 background

This text has black color on #A8E4A7 background.


White color preview on #A8E4A7 background

This text has white color on #A8E4A7 background.