COLOR #A8E9B5

HEX: #A8E9B5 RGB: (168,233,181)

Color info

#A8E9B5 contains mainly green and blue colors. Web safe color of #A8E9B5 is #99FFCC (or #9FC).

RGB color model

#A8E9B5 color RGB value is (168,233,181).

RGB: (168,233,181) (66%, 91%, 71%)

RGB channels and saturation

R 168 of 255 = 66%
G 233 of 255 = 91%
B 181 of 255 = 71%

168
233
181

R + G + B ~ 76%. #A8E9B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 233 + 181 = 582 (100%)
R 168 of 582 ~ 28.87%
G 233 of 582 ~ 40.03%
B 181 of 582 ~ 31.1'%

%28.87
%40.03
%31.1

CMYK color model

#A8E9B5 color CMYK value is (28,0,22,9).

  • cyan value is 27.90%
  • magenta value is 0.00%
  • yellow value is 22.32%
  • key color value is 8.63%

CMYK: (28,0,22,9)
C28M0Y22K9 (28%, 0%, 22%, 9%)
(0.28 / 0.00 / 0.22 / 0.09)

CMYK percentages

%27.9
%0
%22.32
%8.63

Codes

Color #A8E9B5 in popluar color models

A8 E9 B5
RGB 168 233 181
HSL 132° 59.63% 78.63%
HSB/HSV 132° 27.90% 91.37%
CMYK 27.90% 0.00% 22.32%
8.63%

Color #A8E9B5 in popluar number systems.

HEX A8 E9 B5
Decimal 168 233 181
Binary 10101000 11101001 10110101
Octal 250 351 265

Shades and tints

Shades of #A8E9B5

#A8E9B5
(168,233,181)
#99D4A5
(153,212,165)
#8ABF95
(138,191,149)
#7BAA85
(123,170,133)
#6C9575
(108,149,117)
#5D8065
(93,128,101)
#4E6B55
(78,107,85)
#3F5645
(63,86,69)
#304135
(48,65,53)
#212C25
(33,44,37)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #A8E9B5

#A8E9B5
(168,233,181)
#AFEBBB
(175,235,187)
#B6EDC1
(182,237,193)
#BDEFC7
(189,239,199)
#C4F1CD
(196,241,205)
#CBF3D3
(203,243,211)
#D2F5D9
(210,245,217)
#D9F7DF
(217,247,223)
#E0F9E5
(224,249,229)
#E7FBEB
(231,251,235)
#EEFDF1
(238,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8E9B5; }

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

This text font color is #A8E9B5.

Background Color

.myBgColor { background-color: #A8E9B5; }

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

This div background color is #A8E9B5.

Border color

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

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

This div border color is #A8E9B5.

Opacity

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

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

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

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

This text has shadow with #A8E9B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8E9B5.

Preview

Color preview on black background

This text has color #A8E9B5 on black background.


Color preview on white background

This text has color #A8E9B5 on white background.


Black color preview on #A8E9B5 background

This text has black color on #A8E9B5 background.


White color preview on #A8E9B5 background

This text has white color on #A8E9B5 background.


Related colors

Complementary color

Complementary color for #hex is #57164A.


I love getcolorcode.com

Triadic colors

1 #B5A8E9 and #E9B5A8 with #A8E9B5 are triadic colors.

2 #B5E9A8 and #E9A8B5 with #A8E9B5 are triadic colors.