COLOR #A0DAB6

HEX: #A0DAB6
RGB: (160,218,182)

Color info

#A0DAB6 contains red, green and blue colors in about the same proportion. Web safe color of #A0DAB6 is #99CCCC (or #9CC).

RGB color model

#A0DAB6 color RGB value is (160,218,182).

  • red value is 160;
  • green value is 218;
  • blue value is 182.
RGB:
(160,218,182)
(63%,85%,71%)

RGB channels and saturation

R 160 of 255 = 63%
G 218 of 255 = 85%
B 182 of 255 = 71%

160
218
182

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

Portions of RGB colors in percentages

R + G + B =
160 + 218 + 182 = 560 (100%)
R 160 of 560 ~ 28.57%
G 218 of 560 ~ 38.93%
B 182 of 560 ~ 32.5%

%28.57
%38.93
%32.5

CMYK color model

#A0DAB6 color CMYK value is (27,0,17,15).

  • cyan value is 26.61%
  • magenta value is 0.00%
  • yellow value is 16.51%
  • key color value is 14.51%
CMYK:
(27,0,17,15)
C27M0Y17K15 
(27%,0%,17%,15%)
(0.27/0.00/0.17/0.15)	

CMYK percentages

%26.61
%0
%16.51
%14.51

Codes

Color #A0DAB6 in popluar color models

A0DAB6
RGB160218182
HSL143°43.94%74.12%
HSB/HSV143°26.61%85.49%
CMYK26.61%0.00%16.51%
14.51%

Color #A0DAB6 in popluar number systems.

HEXA0DAB6
Decimal160218182
Binary101000001101101010110110
Octal240332266

Shades and tints

Shades of #A0DAB6

#A0DAB6
(160,218,182)
#92C7A6
(146,199,166)
#84B496
(132,180,150)
#76A186
(118,161,134)
#688E76
(104,142,118)
#5A7B66
(90,123,102)
#4C6856
(76,104,86)
#3E5546
(62,85,70)
#304236
(48,66,54)
#222F26
(34,47,38)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #A0DAB6

#A0DAB6
(160,218,182)
#A8DDBC
(168,221,188)
#B0E0C2
(176,224,194)
#B8E3C8
(184,227,200)
#C0E6CE
(192,230,206)
#C8E9D4
(200,233,212)
#D0ECDA
(208,236,218)
#D8EFE0
(216,239,224)
#E0F2E6
(224,242,230)
#E8F5EC
(232,245,236)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0DAB6 color. Also use rgb(160,218,182) instead hex code.

Text Font Color

.myTextColor { color: #A0DAB6; }

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

This text font color is #A0DAB6.


Background Color

.myBgColor { background-color: #A0DAB6; }

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

This div background color is #A0DAB6.


Border color

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

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

This div border color is #A0DAB6.


Opacity

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

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

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

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

This text has shadow with #A0DAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0DAB6 on black background.


Color preview on white background

This text has color #A0DAB6 on white background.



Black color preview on #A0DAB6 background

This text has black color on #A0DAB6 background.


White color preview on #A0DAB6 background

This text has white color on #A0DAB6 background.