COLOR #A0D6DC

HEX: #A0D6DC
RGB: (160,214,220)

Color info

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

RGB color model

#A0D6DC color RGB value is (160,214,220).

  • red value is 160;
  • green value is 214;
  • blue value is 220.
RGB:
(160,214,220)
(63%,84%,86%)

RGB channels and saturation

R 160 of 255 = 63%
G 214 of 255 = 84%
B 220 of 255 = 86%

160
214
220

R + G + B ~ 78%. #A0D6DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 214 + 220 = 594 (100%)
R 160 of 594 ~ 26.94%
G 214 of 594 ~ 36.03%
B 220 of 594 ~ 37.04%

%26.94
%36.03
%37.04

CMYK color model

#A0D6DC color CMYK value is (27,3,0,14).

  • cyan value is 27.27%
  • magenta value is 2.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(27,3,0,14)
C27M3Y0K14 
(27%,3%,0%,14%)
(0.27/0.03/0.00/0.14)	

CMYK percentages

%27.27
%2.73
%0
%13.73

Codes

Color #A0D6DC in popluar color models

A0D6DC
RGB160214220
HSL186°46.15%74.51%
HSB/HSV186°27.27%86.27%
CMYK27.27%2.73%0.00%
13.73%

Color #A0D6DC in popluar number systems.

HEXA0D6DC
Decimal160214220
Binary101000001101011011011100
Octal240326334

Shades and tints

Shades of #A0D6DC

#A0D6DC
(160,214,220)
#92C3C8
(146,195,200)
#84B0B4
(132,176,180)
#769DA0
(118,157,160)
#688A8C
(104,138,140)
#5A7778
(90,119,120)
#4C6464
(76,100,100)
#3E5150
(62,81,80)
#303E3C
(48,62,60)
#222B28
(34,43,40)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #A0D6DC

#A0D6DC
(160,214,220)
#A8D9DF
(168,217,223)
#B0DCE2
(176,220,226)
#B8DFE5
(184,223,229)
#C0E2E8
(192,226,232)
#C8E5EB
(200,229,235)
#D0E8EE
(208,232,238)
#D8EBF1
(216,235,241)
#E0EEF4
(224,238,244)
#E8F1F7
(232,241,247)
#F0F4FA
(240,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0D6DC color. Also use rgb(160,214,220) instead hex code.

Text Font Color

.myTextColor { color: #A0D6DC; }

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

This text font color is #A0D6DC.


Background Color

.myBgColor { background-color: #A0D6DC; }

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

This div background color is #A0D6DC.


Border color

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

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

This div border color is #A0D6DC.


Opacity

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

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

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

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

This text has shadow with #A0D6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0D6DC on black background.


Color preview on white background

This text has color #A0D6DC on white background.



Black color preview on #A0D6DC background

This text has black color on #A0D6DC background.


White color preview on #A0D6DC background

This text has white color on #A0D6DC background.