COLOR #A0E7BD

HEX: #A0E7BD RGB: (160,231,189)

Color info

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

RGB color model

#A0E7BD color RGB value is (160,231,189).

RGB: (160,231,189) (63%, 91%, 74%)

RGB channels and saturation

R 160 of 255 = 63%
G 231 of 255 = 91%
B 189 of 255 = 74%

160
231
189

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

Portions of RGB colors in percentages

R + G + B = 160 + 231 + 189 = 580 (100%)
R 160 of 580 ~ 27.59%
G 231 of 580 ~ 39.83%
B 189 of 580 ~ 32.59'%

%27.59
%39.83
%32.59

CMYK color model

#A0E7BD color CMYK value is (31,0,18,9).

  • cyan value is 30.74%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 9.41%
CMYK: (31,0,18,9) C31M0Y18K9 (31%,0%,18%,9%) (0.31/0.00/0.18/0.09) 

CMYK percentages

%30.74
%0
%18.18
%9.41

Codes

Color #A0E7BD in popluar color models

A0 E7 BD
RGB 160 231 189
HSL 145° 59.66% 76.67%
HSB/HSV 145° 30.74% 90.59%
CMYK 30.74% 0.00% 18.18%
9.41%

Color #A0E7BD in popluar number systems.

HEX A0 E7 BD
Decimal 160 231 189
Binary 10100000 11100111 10111101
Octal 240 347 275

Shades and tints

Shades of #A0E7BD

#A0E7BD
(160,231,189)
#92D2AC
(146,210,172)
#84BD9B
(132,189,155)
#76A88A
(118,168,138)
#689379
(104,147,121)
#5A7E68
(90,126,104)
#4C6957
(76,105,87)
#3E5446
(62,84,70)
#303F35
(48,63,53)
#222A24
(34,42,36)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #A0E7BD

#A0E7BD
(160,231,189)
#A8E9C3
(168,233,195)
#B0EBC9
(176,235,201)
#B8EDCF
(184,237,207)
#C0EFD5
(192,239,213)
#C8F1DB
(200,241,219)
#D0F3E1
(208,243,225)
#D8F5E7
(216,245,231)
#E0F7ED
(224,247,237)
#E8F9F3
(232,249,243)
#F0FBF9
(240,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0E7BD; }

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

This text font color is #A0E7BD.

Background Color

.myBgColor { background-color: #A0E7BD; }

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

This div background color is #A0E7BD.

Border color

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

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

This div border color is #A0E7BD.

Opacity

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

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

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

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

This text has shadow with #A0E7BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0E7BD.

Preview

Color preview on black background

This text has color #A0E7BD on black background.


Color preview on white background

This text has color #A0E7BD on white background.


Black color preview on #A0E7BD background

This text has black color on #A0E7BD background.


White color preview on #A0E7BD background

This text has white color on #A0E7BD background.


Related colors

Complementary color

Complementary color for #hex is #5F1842.


I love getcolorcode.com

Triadic colors

1 #BDA0E7 and #E7BDA0 with #A0E7BD are triadic colors.

2 #BDE7A0 and #E7A0BD with #A0E7BD are triadic colors.