COLOR #A0D2D6

HEX: #A0D2D6
RGB: (160,210,214)

Color info

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

RGB color model

#A0D2D6 color RGB value is (160,210,214).

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

RGB channels and saturation

R 160 of 255 = 63%
G 210 of 255 = 82%
B 214 of 255 = 84%

160
210
214

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

Portions of RGB colors in percentages

R + G + B =
160 + 210 + 214 = 584 (100%)
R 160 of 584 ~ 27.4%
G 210 of 584 ~ 35.96%
B 214 of 584 ~ 36.64%

%27.4
%35.96
%36.64

CMYK color model

#A0D2D6 color CMYK value is (25,2,0,16).

  • cyan value is 25.23%
  • magenta value is 1.87%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(25,2,0,16)
C25M2Y0K16 
(25%,2%,0%,16%)
(0.25/0.02/0.00/0.16)	

CMYK percentages

%25.23
%1.87
%0
%16.08

Codes

Color #A0D2D6 in popluar color models

A0D2D6
RGB160210214
HSL184°39.71%73.33%
HSB/HSV184°25.23%83.92%
CMYK25.23%1.87%0.00%
16.08%

Color #A0D2D6 in popluar number systems.

HEXA0D2D6
Decimal160210214
Binary101000001101001011010110
Octal240322326

Shades and tints

Shades of #A0D2D6

#A0D2D6
(160,210,214)
#92BFC3
(146,191,195)
#84ACB0
(132,172,176)
#76999D
(118,153,157)
#68868A
(104,134,138)
#5A7377
(90,115,119)
#4C6064
(76,96,100)
#3E4D51
(62,77,81)
#303A3E
(48,58,62)
#22272B
(34,39,43)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #A0D2D6

#A0D2D6
(160,210,214)
#A8D6D9
(168,214,217)
#B0DADC
(176,218,220)
#B8DEDF
(184,222,223)
#C0E2E2
(192,226,226)
#C8E6E5
(200,230,229)
#D0EAE8
(208,234,232)
#D8EEEB
(216,238,235)
#E0F2EE
(224,242,238)
#E8F6F1
(232,246,241)
#F0FAF4
(240,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0D2D6; }

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

This text font color is #A0D2D6.


Background Color

.myBgColor { background-color: #A0D2D6; }

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

This div background color is #A0D2D6.


Border color

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

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

This div border color is #A0D2D6.


Opacity

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

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

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

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

This text has shadow with #A0D2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0D2D6 on black background.


Color preview on white background

This text has color #A0D2D6 on white background.



Black color preview on #A0D2D6 background

This text has black color on #A0D2D6 background.


White color preview on #A0D2D6 background

This text has white color on #A0D2D6 background.