COLOR #A8E5C9

HEX: #A8E5C9
RGB: (168,229,201)

Color info

#A8E5C9 contains mainly green and blue colors. Web safe color of #A8E5C9 is #99CCCC (or #9CC).

RGB color model

#A8E5C9 color RGB value is (168,229,201).

  • red value is 168;
  • green value is 229;
  • blue value is 201.
RGB:
(168,229,201)
(66%,90%,79%)

RGB channels and saturation

R 168 of 255 = 66%
G 229 of 255 = 90%
B 201 of 255 = 79%

168
229
201

R + G + B ~ 78%. #A8E5C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 229 + 201 = 598 (100%)
R 168 of 598 ~ 28.09%
G 229 of 598 ~ 38.29%
B 201 of 598 ~ 33.61%

%28.09
%38.29
%33.61

CMYK color model

#A8E5C9 color CMYK value is (27,0,12,10).

  • cyan value is 26.64%
  • magenta value is 0.00%
  • yellow value is 12.23%
  • key color value is 10.20%
CMYK:
(27,0,12,10)
C27M0Y12K10 
(27%,0%,12%,10%)
(0.27/0.00/0.12/0.10)	

CMYK percentages

%26.64
%0
%12.23
%10.2

Codes

Color #A8E5C9 in popluar color models

A8E5C9
RGB168229201
HSL152°53.98%77.84%
HSB/HSV152°26.64%89.80%
CMYK26.64%0.00%12.23%
10.20%

Color #A8E5C9 in popluar number systems.

HEXA8E5C9
Decimal168229201
Binary101010001110010111001001
Octal250345311

Shades and tints

Shades of #A8E5C9

#A8E5C9
(168,229,201)
#99D1B7
(153,209,183)
#8ABDA5
(138,189,165)
#7BA993
(123,169,147)
#6C9581
(108,149,129)
#5D816F
(93,129,111)
#4E6D5D
(78,109,93)
#3F594B
(63,89,75)
#304539
(48,69,57)
#213127
(33,49,39)
#121D15
(18,29,21)
#000000
(0,0,0)

Tints of #A8E5C9

#A8E5C9
(168,229,201)
#AFE7CD
(175,231,205)
#B6E9D1
(182,233,209)
#BDEBD5
(189,235,213)
#C4EDD9
(196,237,217)
#CBEFDD
(203,239,221)
#D2F1E1
(210,241,225)
#D9F3E5
(217,243,229)
#E0F5E9
(224,245,233)
#E7F7ED
(231,247,237)
#EEF9F1
(238,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8E5C9; }

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

This text font color is #A8E5C9.


Background Color

.myBgColor { background-color: #A8E5C9; }

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

This div background color is #A8E5C9.


Border color

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

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

This div border color is #A8E5C9.


Opacity

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

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

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

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

This text has shadow with #A8E5C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E5C9 on black background.


Color preview on white background

This text has color #A8E5C9 on white background.



Black color preview on #A8E5C9 background

This text has black color on #A8E5C9 background.


White color preview on #A8E5C9 background

This text has white color on #A8E5C9 background.