COLOR #A0DEBE

HEX: #A0DEBE
RGB: (160,222,190)

Color info

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

RGB color model

#A0DEBE color RGB value is (160,222,190).

  • red value is 160;
  • green value is 222;
  • blue value is 190.
RGB:
(160,222,190)
(63%,87%,75%)

RGB channels and saturation

R 160 of 255 = 63%
G 222 of 255 = 87%
B 190 of 255 = 75%

160
222
190

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

Portions of RGB colors in percentages

R + G + B =
160 + 222 + 190 = 572 (100%)
R 160 of 572 ~ 27.97%
G 222 of 572 ~ 38.81%
B 190 of 572 ~ 33.22%

%27.97
%38.81
%33.22

CMYK color model

#A0DEBE color CMYK value is (28,0,14,13).

  • cyan value is 27.93%
  • magenta value is 0.00%
  • yellow value is 14.41%
  • key color value is 12.94%
CMYK:
(28,0,14,13)
C28M0Y14K13 
(28%,0%,14%,13%)
(0.28/0.00/0.14/0.13)	

CMYK percentages

%27.93
%0
%14.41
%12.94

Codes

Color #A0DEBE in popluar color models

A0DEBE
RGB160222190
HSL149°48.44%74.90%
HSB/HSV149°27.93%87.06%
CMYK27.93%0.00%14.41%
12.94%

Color #A0DEBE in popluar number systems.

HEXA0DEBE
Decimal160222190
Binary101000001101111010111110
Octal240336276

Shades and tints

Shades of #A0DEBE

#A0DEBE
(160,222,190)
#92CAAD
(146,202,173)
#84B69C
(132,182,156)
#76A28B
(118,162,139)
#688E7A
(104,142,122)
#5A7A69
(90,122,105)
#4C6658
(76,102,88)
#3E5247
(62,82,71)
#303E36
(48,62,54)
#222A25
(34,42,37)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #A0DEBE

#A0DEBE
(160,222,190)
#A8E1C3
(168,225,195)
#B0E4C8
(176,228,200)
#B8E7CD
(184,231,205)
#C0EAD2
(192,234,210)
#C8EDD7
(200,237,215)
#D0F0DC
(208,240,220)
#D8F3E1
(216,243,225)
#E0F6E6
(224,246,230)
#E8F9EB
(232,249,235)
#F0FCF0
(240,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0DEBE; }

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

This text font color is #A0DEBE.


Background Color

.myBgColor { background-color: #A0DEBE; }

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

This div background color is #A0DEBE.


Border color

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

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

This div border color is #A0DEBE.


Opacity

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

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

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

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

This text has shadow with #A0DEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0DEBE on black background.


Color preview on white background

This text has color #A0DEBE on white background.



Black color preview on #A0DEBE background

This text has black color on #A0DEBE background.


White color preview on #A0DEBE background

This text has white color on #A0DEBE background.