COLOR #A8E2A5

HEX: #A8E2A5
RGB: (168,226,165)

Color info

#A8E2A5 contains mainly red and green colors. Web safe color of #A8E2A5 is #99CC99 (or #9C9).

RGB color model

#A8E2A5 color RGB value is (168,226,165).

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

RGB channels and saturation

R 168 of 255 = 66%
G 226 of 255 = 89%
B 165 of 255 = 65%

168
226
165

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

Portions of RGB colors in percentages

R + G + B =
168 + 226 + 165 = 559 (100%)
R 168 of 559 ~ 30.05%
G 226 of 559 ~ 40.43%
B 165 of 559 ~ 29.52%

%30.05
%40.43
%29.52

CMYK color model

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

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

CMYK percentages

%25.66
%0
%26.99
%11.37

Codes

Color #A8E2A5 in popluar color models

A8E2A5
RGB168226165
HSL117°51.26%76.67%
HSB/HSV117°26.99%88.63%
CMYK25.66%0.00%26.99%
11.37%

Color #A8E2A5 in popluar number systems.

HEXA8E2A5
Decimal168226165
Binary101010001110001010100101
Octal250342245

Shades and tints

Shades of #A8E2A5

#A8E2A5
(168,226,165)
#99CE96
(153,206,150)
#8ABA87
(138,186,135)
#7BA678
(123,166,120)
#6C9269
(108,146,105)
#5D7E5A
(93,126,90)
#4E6A4B
(78,106,75)
#3F563C
(63,86,60)
#30422D
(48,66,45)
#212E1E
(33,46,30)
#121A0F
(18,26,15)
#000000
(0,0,0)

Tints of #A8E2A5

#A8E2A5
(168,226,165)
#AFE4AD
(175,228,173)
#B6E6B5
(182,230,181)
#BDE8BD
(189,232,189)
#C4EAC5
(196,234,197)
#CBECCD
(203,236,205)
#D2EED5
(210,238,213)
#D9F0DD
(217,240,221)
#E0F2E5
(224,242,229)
#E7F4ED
(231,244,237)
#EEF6F5
(238,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8E2A5; }

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

This text font color is #A8E2A5.


Background Color

.myBgColor { background-color: #A8E2A5; }

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

This div background color is #A8E2A5.


Border color

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

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

This div border color is #A8E2A5.


Opacity

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

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

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

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

This text has shadow with #A8E2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E2A5 on black background.


Color preview on white background

This text has color #A8E2A5 on white background.



Black color preview on #A8E2A5 background

This text has black color on #A8E2A5 background.


White color preview on #A8E2A5 background

This text has white color on #A8E2A5 background.