COLOR #A0DEB0

HEX: #A0DEB0 RGB: (160,222,176)

Color info

#A0DEB0 contains mainly green and blue colors. Web safe color of #A0DEB0 is #99CC99 (or #9C9).

RGB color model

#A0DEB0 color RGB value is (160,222,176).

RGB: (160,222,176) (63%, 87%, 69%)

RGB channels and saturation

R 160 of 255 = 63%
G 222 of 255 = 87%
B 176 of 255 = 69%

160
222
176

R + G + B ~ 73%. #A0DEB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 222 + 176 = 558 (100%)
R 160 of 558 ~ 28.67%
G 222 of 558 ~ 39.78%
B 176 of 558 ~ 31.54'%

%28.67
%39.78
%31.54

CMYK color model

#A0DEB0 color CMYK value is (28,0,21,13).

  • cyan value is 27.93%
  • magenta value is 0.00%
  • yellow value is 20.72%
  • key color value is 12.94%

CMYK: (28,0,21,13)
C28M0Y21K13 (28%, 0%, 21%, 13%)
(0.28 / 0.00 / 0.21 / 0.13)

CMYK percentages

%27.93
%0
%20.72
%12.94

Codes

Color #A0DEB0 in popluar color models

A0 DE B0
RGB 160 222 176
HSL 135° 48.44% 74.90%
HSB/HSV 135° 27.93% 87.06%
CMYK 27.93% 0.00% 20.72%
12.94%

Color #A0DEB0 in popluar number systems.

HEX A0 DE B0
Decimal 160 222 176
Binary 10100000 11011110 10110000
Octal 240 336 260

Shades and tints

Shades of #A0DEB0

#A0DEB0
(160,222,176)
#92CAA0
(146,202,160)
#84B690
(132,182,144)
#76A280
(118,162,128)
#688E70
(104,142,112)
#5A7A60
(90,122,96)
#4C6650
(76,102,80)
#3E5240
(62,82,64)
#303E30
(48,62,48)
#222A20
(34,42,32)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #A0DEB0

#A0DEB0
(160,222,176)
#A8E1B7
(168,225,183)
#B0E4BE
(176,228,190)
#B8E7C5
(184,231,197)
#C0EACC
(192,234,204)
#C8EDD3
(200,237,211)
#D0F0DA
(208,240,218)
#D8F3E1
(216,243,225)
#E0F6E8
(224,246,232)
#E8F9EF
(232,249,239)
#F0FCF6
(240,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0DEB0 color. Also use rgb(160,222,176) instead hex code.

Text Font Color

.myTextColor { color: #A0DEB0; }

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

This text font color is #A0DEB0.

Background Color

.myBgColor { background-color: #A0DEB0; }

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

This div background color is #A0DEB0.

Border color

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

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

This div border color is #A0DEB0.

Opacity

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

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

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

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

This text has shadow with #A0DEB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0DEB0.

Preview

Color preview on black background

This text has color #A0DEB0 on black background.


Color preview on white background

This text has color #A0DEB0 on white background.


Black color preview on #A0DEB0 background

This text has black color on #A0DEB0 background.


White color preview on #A0DEB0 background

This text has white color on #A0DEB0 background.


Related colors

Complementary color

Complementary color for #hex is #5F214F.


I love getcolorcode.com

Triadic colors

1 #B0A0DE and #DEB0A0 with #A0DEB0 are triadic colors.

2 #B0DEA0 and #DEA0B0 with #A0DEB0 are triadic colors.