COLOR #A0DEC5

HEX: #A0DEC5
RGB: (160,222,197)

Color info

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

RGB color model

#A0DEC5 color RGB value is (160,222,197).

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

RGB channels and saturation

R 160 of 255 = 63%
G 222 of 255 = 87%
B 197 of 255 = 77%

160
222
197

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

Portions of RGB colors in percentages

R + G + B =
160 + 222 + 197 = 579 (100%)
R 160 of 579 ~ 27.63%
G 222 of 579 ~ 38.34%
B 197 of 579 ~ 34.02%

%27.63
%38.34
%34.02

CMYK color model

#A0DEC5 color CMYK value is (28,0,11,13).

  • cyan value is 27.93%
  • magenta value is 0.00%
  • yellow value is 11.26%
  • key color value is 12.94%
CMYK:
(28,0,11,13)
C28M0Y11K13 
(28%,0%,11%,13%)
(0.28/0.00/0.11/0.13)	

CMYK percentages

%27.93
%0
%11.26
%12.94

Codes

Color #A0DEC5 in popluar color models

A0DEC5
RGB160222197
HSL156°48.44%74.90%
HSB/HSV156°27.93%87.06%
CMYK27.93%0.00%11.26%
12.94%

Color #A0DEC5 in popluar number systems.

HEXA0DEC5
Decimal160222197
Binary101000001101111011000101
Octal240336305

Shades and tints

Shades of #A0DEC5

#A0DEC5
(160,222,197)
#92CAB4
(146,202,180)
#84B6A3
(132,182,163)
#76A292
(118,162,146)
#688E81
(104,142,129)
#5A7A70
(90,122,112)
#4C665F
(76,102,95)
#3E524E
(62,82,78)
#303E3D
(48,62,61)
#222A2C
(34,42,44)
#14161B
(20,22,27)
#000000
(0,0,0)

Tints of #A0DEC5

#A0DEC5
(160,222,197)
#A8E1CA
(168,225,202)
#B0E4CF
(176,228,207)
#B8E7D4
(184,231,212)
#C0EAD9
(192,234,217)
#C8EDDE
(200,237,222)
#D0F0E3
(208,240,227)
#D8F3E8
(216,243,232)
#E0F6ED
(224,246,237)
#E8F9F2
(232,249,242)
#F0FCF7
(240,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0DEC5; }

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

This text font color is #A0DEC5.


Background Color

.myBgColor { background-color: #A0DEC5; }

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

This div background color is #A0DEC5.


Border color

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

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

This div border color is #A0DEC5.


Opacity

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

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

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

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

This text has shadow with #A0DEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0DEC5 on black background.


Color preview on white background

This text has color #A0DEC5 on white background.



Black color preview on #A0DEC5 background

This text has black color on #A0DEC5 background.


White color preview on #A0DEC5 background

This text has white color on #A0DEC5 background.