COLOR #A0E4BD

HEX: #A0E4BD
RGB: (160,228,189)

Color info

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

RGB color model

#A0E4BD color RGB value is (160,228,189).

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

RGB channels and saturation

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

160
228
189

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

Portions of RGB colors in percentages

R + G + B =
160 + 228 + 189 = 577 (100%)
R 160 of 577 ~ 27.73%
G 228 of 577 ~ 39.51%
B 189 of 577 ~ 32.76%

%27.73
%39.51
%32.76

CMYK color model

#A0E4BD color CMYK value is (30,0,17,11).

  • cyan value is 29.82%
  • magenta value is 0.00%
  • yellow value is 17.11%
  • key color value is 10.59%
CMYK:
(30,0,17,11)
C30M0Y17K11 
(30%,0%,17%,11%)
(0.30/0.00/0.17/0.11)	

CMYK percentages

%29.82
%0
%17.11
%10.59

Codes

Color #A0E4BD in popluar color models

A0E4BD
RGB160228189
HSL146°55.74%76.08%
HSB/HSV146°29.82%89.41%
CMYK29.82%0.00%17.11%
10.59%

Color #A0E4BD in popluar number systems.

HEXA0E4BD
Decimal160228189
Binary101000001110010010111101
Octal240344275

Shades and tints

Shades of #A0E4BD

#A0E4BD
(160,228,189)
#92D0AC
(146,208,172)
#84BC9B
(132,188,155)
#76A88A
(118,168,138)
#689479
(104,148,121)
#5A8068
(90,128,104)
#4C6C57
(76,108,87)
#3E5846
(62,88,70)
#304435
(48,68,53)
#223024
(34,48,36)
#141C13
(20,28,19)
#000000
(0,0,0)

Tints of #A0E4BD

#A0E4BD
(160,228,189)
#A8E6C3
(168,230,195)
#B0E8C9
(176,232,201)
#B8EACF
(184,234,207)
#C0ECD5
(192,236,213)
#C8EEDB
(200,238,219)
#D0F0E1
(208,240,225)
#D8F2E7
(216,242,231)
#E0F4ED
(224,244,237)
#E8F6F3
(232,246,243)
#F0F8F9
(240,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0E4BD; }

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

This text font color is #A0E4BD.


Background Color

.myBgColor { background-color: #A0E4BD; }

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

This div background color is #A0E4BD.


Border color

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

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

This div border color is #A0E4BD.


Opacity

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

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

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

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

This text has shadow with #A0E4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E4BD on black background.


Color preview on white background

This text has color #A0E4BD on white background.



Black color preview on #A0E4BD background

This text has black color on #A0E4BD background.


White color preview on #A0E4BD background

This text has white color on #A0E4BD background.