COLOR #A0D6CC

HEX: #A0D6CC
RGB: (160,214,204)

Color info

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

RGB color model

#A0D6CC color RGB value is (160,214,204).

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

RGB channels and saturation

R 160 of 255 = 63%
G 214 of 255 = 84%
B 204 of 255 = 80%

160
214
204

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

Portions of RGB colors in percentages

R + G + B =
160 + 214 + 204 = 578 (100%)
R 160 of 578 ~ 27.68%
G 214 of 578 ~ 37.02%
B 204 of 578 ~ 35.29%

%27.68
%37.02
%35.29

CMYK color model

#A0D6CC color CMYK value is (25,0,5,16).

  • cyan value is 25.23%
  • magenta value is 0.00%
  • yellow value is 4.67%
  • key color value is 16.08%
CMYK:
(25,0,5,16)
C25M0Y5K16 
(25%,0%,5%,16%)
(0.25/0.00/0.05/0.16)	

CMYK percentages

%25.23
%0
%4.67
%16.08

Codes

Color #A0D6CC in popluar color models

A0D6CC
RGB160214204
HSL169°39.71%73.33%
HSB/HSV169°25.23%83.92%
CMYK25.23%0.00%4.67%
16.08%

Color #A0D6CC in popluar number systems.

HEXA0D6CC
Decimal160214204
Binary101000001101011011001100
Octal240326314

Shades and tints

Shades of #A0D6CC

#A0D6CC
(160,214,204)
#92C3BA
(146,195,186)
#84B0A8
(132,176,168)
#769D96
(118,157,150)
#688A84
(104,138,132)
#5A7772
(90,119,114)
#4C6460
(76,100,96)
#3E514E
(62,81,78)
#303E3C
(48,62,60)
#222B2A
(34,43,42)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #A0D6CC

#A0D6CC
(160,214,204)
#A8D9D0
(168,217,208)
#B0DCD4
(176,220,212)
#B8DFD8
(184,223,216)
#C0E2DC
(192,226,220)
#C8E5E0
(200,229,224)
#D0E8E4
(208,232,228)
#D8EBE8
(216,235,232)
#E0EEEC
(224,238,236)
#E8F1F0
(232,241,240)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0D6CC; }

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

This text font color is #A0D6CC.


Background Color

.myBgColor { background-color: #A0D6CC; }

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

This div background color is #A0D6CC.


Border color

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

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

This div border color is #A0D6CC.


Opacity

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

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

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

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

This text has shadow with #A0D6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0D6CC on black background.


Color preview on white background

This text has color #A0D6CC on white background.



Black color preview on #A0D6CC background

This text has black color on #A0D6CC background.


White color preview on #A0D6CC background

This text has white color on #A0D6CC background.