COLOR #A0E4BC

HEX: #A0E4BC
RGB: (160,228,188)

Color info

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

RGB color model

#A0E4BC color RGB value is (160,228,188).

  • red value is 160;
  • green value is 228;
  • blue value is 188.
RGB:
(160,228,188)
(63%,89%,74%)

RGB channels and saturation

R 160 of 255 = 63%
G 228 of 255 = 89%
B 188 of 255 = 74%

160
228
188

R + G + B ~ 75%. #A0E4BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 228 + 188 = 576 (100%)
R 160 of 576 ~ 27.78%
G 228 of 576 ~ 39.58%
B 188 of 576 ~ 32.64%

%27.78
%39.58
%32.64

CMYK color model

#A0E4BC color CMYK value is (30,0,18,11).

  • cyan value is 29.82%
  • magenta value is 0.00%
  • yellow value is 17.54%
  • key color value is 10.59%
CMYK:
(30,0,18,11)
C30M0Y18K11 
(30%,0%,18%,11%)
(0.30/0.00/0.18/0.11)	

CMYK percentages

%29.82
%0
%17.54
%10.59

Codes

Color #A0E4BC in popluar color models

A0E4BC
RGB160228188
HSL145°55.74%76.08%
HSB/HSV145°29.82%89.41%
CMYK29.82%0.00%17.54%
10.59%

Color #A0E4BC in popluar number systems.

HEXA0E4BC
Decimal160228188
Binary101000001110010010111100
Octal240344274

Shades and tints

Shades of #A0E4BC

#A0E4BC
(160,228,188)
#92D0AB
(146,208,171)
#84BC9A
(132,188,154)
#76A889
(118,168,137)
#689478
(104,148,120)
#5A8067
(90,128,103)
#4C6C56
(76,108,86)
#3E5845
(62,88,69)
#304434
(48,68,52)
#223023
(34,48,35)
#141C12
(20,28,18)
#000000
(0,0,0)

Tints of #A0E4BC

#A0E4BC
(160,228,188)
#A8E6C2
(168,230,194)
#B0E8C8
(176,232,200)
#B8EACE
(184,234,206)
#C0ECD4
(192,236,212)
#C8EEDA
(200,238,218)
#D0F0E0
(208,240,224)
#D8F2E6
(216,242,230)
#E0F4EC
(224,244,236)
#E8F6F2
(232,246,242)
#F0F8F8
(240,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0E4BC color. Also use rgb(160,228,188) instead hex code.

Text Font Color

.myTextColor { color: #A0E4BC; }

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

This text font color is #A0E4BC.


Background Color

.myBgColor { background-color: #A0E4BC; }

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

This div background color is #A0E4BC.


Border color

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

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

This div border color is #A0E4BC.


Opacity

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

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

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

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

This text has shadow with #A0E4BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E4BC on black background.


Color preview on white background

This text has color #A0E4BC on white background.



Black color preview on #A0E4BC background

This text has black color on #A0E4BC background.


White color preview on #A0E4BC background

This text has white color on #A0E4BC background.