COLOR #A0DEC0

HEX: #A0DEC0 RGB: (160,222,192)

Color info

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

RGB color model

#A0DEC0 color RGB value is (160,222,192).

RGB: (160,222,192) (63%, 87%, 75%)

RGB channels and saturation

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

160
222
192

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

Portions of RGB colors in percentages

R + G + B = 160 + 222 + 192 = 574 (100%)
R 160 of 574 ~ 27.87%
G 222 of 574 ~ 38.68%
B 192 of 574 ~ 33.45'%

%27.87
%38.68
%33.45

CMYK color model

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

  • cyan value is 27.93%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • 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
%13.51
%12.94

Codes

Color #A0DEC0 in popluar color models

A0 DE C0
RGB 160 222 192
HSL 151° 48.44% 74.90%
HSB/HSV 151° 27.93% 87.06%
CMYK 27.93% 0.00% 13.51%
12.94%

Color #A0DEC0 in popluar number systems.

HEX A0 DE C0
Decimal 160 222 192
Binary 10100000 11011110 11000000
Octal 240 336 300

Shades and tints

Shades of #A0DEC0

#A0DEC0
(160,222,192)
#92CAAF
(146,202,175)
#84B69E
(132,182,158)
#76A28D
(118,162,141)
#688E7C
(104,142,124)
#5A7A6B
(90,122,107)
#4C665A
(76,102,90)
#3E5249
(62,82,73)
#303E38
(48,62,56)
#222A27
(34,42,39)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #A0DEC0

#A0DEC0
(160,222,192)
#A8E1C5
(168,225,197)
#B0E4CA
(176,228,202)
#B8E7CF
(184,231,207)
#C0EAD4
(192,234,212)
#C8EDD9
(200,237,217)
#D0F0DE
(208,240,222)
#D8F3E3
(216,243,227)
#E0F6E8
(224,246,232)
#E8F9ED
(232,249,237)
#F0FCF2
(240,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0DEC0; }

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

This text font color is #A0DEC0.

Background Color

.myBgColor { background-color: #A0DEC0; }

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

This div background color is #A0DEC0.

Border color

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

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

This div border color is #A0DEC0.

Opacity

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

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

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

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

This text has shadow with #A0DEC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0DEC0.

Preview

Color preview on black background

This text has color #A0DEC0 on black background.


Color preview on white background

This text has color #A0DEC0 on white background.


Black color preview on #A0DEC0 background

This text has black color on #A0DEC0 background.


White color preview on #A0DEC0 background

This text has white color on #A0DEC0 background.


Related colors

Complementary color

Complementary color for #hex is #5F213F.


I love getcolorcode.com

Triadic colors

1 #C0A0DE and #DEC0A0 with #A0DEC0 are triadic colors.

2 #C0DEA0 and #DEA0C0 with #A0DEC0 are triadic colors.