COLOR #A0E8BB

HEX: #A0E8BB
RGB: (160,232,187)

Color info

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

RGB color model

#A0E8BB color RGB value is (160,232,187).

  • red value is 160;
  • green value is 232;
  • blue value is 187.
RGB:
(160,232,187)
(63%,91%,73%)

RGB channels and saturation

R 160 of 255 = 63%
G 232 of 255 = 91%
B 187 of 255 = 73%

160
232
187

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

Portions of RGB colors in percentages

R + G + B =
160 + 232 + 187 = 579 (100%)
R 160 of 579 ~ 27.63%
G 232 of 579 ~ 40.07%
B 187 of 579 ~ 32.3%

%27.63
%40.07
%32.3

CMYK color model

#A0E8BB color CMYK value is (31,0,19,9).

  • cyan value is 31.03%
  • magenta value is 0.00%
  • yellow value is 19.40%
  • key color value is 9.02%
CMYK:
(31,0,19,9)
C31M0Y19K9 
(31%,0%,19%,9%)
(0.31/0.00/0.19/0.09)	

CMYK percentages

%31.03
%0
%19.4
%9.02

Codes

Color #A0E8BB in popluar color models

A0E8BB
RGB160232187
HSL143°61.02%76.86%
HSB/HSV143°31.03%90.98%
CMYK31.03%0.00%19.40%
9.02%

Color #A0E8BB in popluar number systems.

HEXA0E8BB
Decimal160232187
Binary101000001110100010111011
Octal240350273

Shades and tints

Shades of #A0E8BB

#A0E8BB
(160,232,187)
#92D3AA
(146,211,170)
#84BE99
(132,190,153)
#76A988
(118,169,136)
#689477
(104,148,119)
#5A7F66
(90,127,102)
#4C6A55
(76,106,85)
#3E5544
(62,85,68)
#304033
(48,64,51)
#222B22
(34,43,34)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #A0E8BB

#A0E8BB
(160,232,187)
#A8EAC1
(168,234,193)
#B0ECC7
(176,236,199)
#B8EECD
(184,238,205)
#C0F0D3
(192,240,211)
#C8F2D9
(200,242,217)
#D0F4DF
(208,244,223)
#D8F6E5
(216,246,229)
#E0F8EB
(224,248,235)
#E8FAF1
(232,250,241)
#F0FCF7
(240,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0E8BB color. Also use rgb(160,232,187) instead hex code.

Text Font Color

.myTextColor { color: #A0E8BB; }

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

This text font color is #A0E8BB.


Background Color

.myBgColor { background-color: #A0E8BB; }

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

This div background color is #A0E8BB.


Border color

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

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

This div border color is #A0E8BB.


Opacity

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

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

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

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

This text has shadow with #A0E8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E8BB on black background.


Color preview on white background

This text has color #A0E8BB on white background.



Black color preview on #A0E8BB background

This text has black color on #A0E8BB background.


White color preview on #A0E8BB background

This text has white color on #A0E8BB background.