COLOR #A8E6B5

HEX: #A8E6B5 RGB: (168,230,181)

Color info

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

RGB color model

#A8E6B5 color RGB value is (168,230,181).

RGB: (168,230,181) (66%, 90%, 71%)

RGB channels and saturation

R 168 of 255 = 66%
G 230 of 255 = 90%
B 181 of 255 = 71%

168
230
181

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

Portions of RGB colors in percentages

R + G + B = 168 + 230 + 181 = 579 (100%)
R 168 of 579 ~ 29.02%
G 230 of 579 ~ 39.72%
B 181 of 579 ~ 31.26'%

%29.02
%39.72
%31.26

CMYK color model

#A8E6B5 color CMYK value is (27,0,21,10).

  • cyan value is 26.96%
  • magenta value is 0.00%
  • yellow value is 21.30%
  • key color value is 9.80%

CMYK: (27,0,21,10)
C27M0Y21K10 (27%, 0%, 21%, 10%)
(0.27 / 0.00 / 0.21 / 0.10)

CMYK percentages

%26.96
%0
%21.3
%9.8

Codes

Color #A8E6B5 in popluar color models

A8 E6 B5
RGB 168 230 181
HSL 133° 55.36% 78.04%
HSB/HSV 133° 26.96% 90.20%
CMYK 26.96% 0.00% 21.30%
9.80%

Color #A8E6B5 in popluar number systems.

HEX A8 E6 B5
Decimal 168 230 181
Binary 10101000 11100110 10110101
Octal 250 346 265

Shades and tints

Shades of #A8E6B5

#A8E6B5
(168,230,181)
#99D2A5
(153,210,165)
#8ABE95
(138,190,149)
#7BAA85
(123,170,133)
#6C9675
(108,150,117)
#5D8265
(93,130,101)
#4E6E55
(78,110,85)
#3F5A45
(63,90,69)
#304635
(48,70,53)
#213225
(33,50,37)
#121E15
(18,30,21)
#000000
(0,0,0)

Tints of #A8E6B5

#A8E6B5
(168,230,181)
#AFE8BB
(175,232,187)
#B6EAC1
(182,234,193)
#BDECC7
(189,236,199)
#C4EECD
(196,238,205)
#CBF0D3
(203,240,211)
#D2F2D9
(210,242,217)
#D9F4DF
(217,244,223)
#E0F6E5
(224,246,229)
#E7F8EB
(231,248,235)
#EEFAF1
(238,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8E6B5; }

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

This text font color is #A8E6B5.

Background Color

.myBgColor { background-color: #A8E6B5; }

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

This div background color is #A8E6B5.

Border color

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

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

This div border color is #A8E6B5.

Opacity

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

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

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

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

This text has shadow with #A8E6B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8E6B5.

Preview

Color preview on black background

This text has color #A8E6B5 on black background.


Color preview on white background

This text has color #A8E6B5 on white background.


Black color preview on #A8E6B5 background

This text has black color on #A8E6B5 background.


White color preview on #A8E6B5 background

This text has white color on #A8E6B5 background.


Related colors

Complementary color

Complementary color for #hex is #57194A.


I love getcolorcode.com

Triadic colors

1 #B5A8E6 and #E6B5A8 with #A8E6B5 are triadic colors.

2 #B5E6A8 and #E6A8B5 with #A8E6B5 are triadic colors.