COLOR #A8E3A8

HEX: #A8E3A8
RGB: (168,227,168)

Color info

#A8E3A8 contains red, green and blue colors in about the same proportion. Web safe color of #A8E3A8 is #99CC99 (or #9C9).

RGB color model

#A8E3A8 color RGB value is (168,227,168).

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

RGB channels and saturation

R 168 of 255 = 66%
G 227 of 255 = 89%
B 168 of 255 = 66%

168
227
168

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

Portions of RGB colors in percentages

R + G + B =
168 + 227 + 168 = 563 (100%)
R 168 of 563 ~ 29.84%
G 227 of 563 ~ 40.32%
B 168 of 563 ~ 29.84%

%29.84
%40.32
%29.84

CMYK color model

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

  • cyan value is 25.99%
  • magenta value is 0.00%
  • yellow value is 25.99%
  • key color value is 10.98%
CMYK:
(26,0,26,11)
C26M0Y26K11 
(26%,0%,26%,11%)
(0.26/0.00/0.26/0.11)	

CMYK percentages

%25.99
%0
%25.99
%10.98

Codes

Color #A8E3A8 in popluar color models

A8E3A8
RGB168227168
HSL120°51.30%77.45%
HSB/HSV120°25.99%89.02%
CMYK25.99%0.00%25.99%
10.98%

Color #A8E3A8 in popluar number systems.

HEXA8E3A8
Decimal168227168
Binary101010001110001110101000
Octal250343250

Shades and tints

Shades of #A8E3A8

#A8E3A8
(168,227,168)
#99CF99
(153,207,153)
#8ABB8A
(138,187,138)
#7BA77B
(123,167,123)
#6C936C
(108,147,108)
#5D7F5D
(93,127,93)
#4E6B4E
(78,107,78)
#3F573F
(63,87,63)
#304330
(48,67,48)
#212F21
(33,47,33)
#121B12
(18,27,18)
#000000
(0,0,0)

Tints of #A8E3A8

#A8E3A8
(168,227,168)
#AFE5AF
(175,229,175)
#B6E7B6
(182,231,182)
#BDE9BD
(189,233,189)
#C4EBC4
(196,235,196)
#CBEDCB
(203,237,203)
#D2EFD2
(210,239,210)
#D9F1D9
(217,241,217)
#E0F3E0
(224,243,224)
#E7F5E7
(231,245,231)
#EEF7EE
(238,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8E3A8; }

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

This text font color is #A8E3A8.


Background Color

.myBgColor { background-color: #A8E3A8; }

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

This div background color is #A8E3A8.


Border color

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

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

This div border color is #A8E3A8.


Opacity

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

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

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

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

This text has shadow with #A8E3A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E3A8 on black background.


Color preview on white background

This text has color #A8E3A8 on white background.



Black color preview on #A8E3A8 background

This text has black color on #A8E3A8 background.


White color preview on #A8E3A8 background

This text has white color on #A8E3A8 background.