COLOR #A0D0DF

HEX: #A0D0DF
RGB: (160,208,223)

Color info

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

RGB color model

#A0D0DF color RGB value is (160,208,223).

  • red value is 160;
  • green value is 208;
  • blue value is 223.
RGB:
(160,208,223)
(63%,82%,87%)

RGB channels and saturation

R 160 of 255 = 63%
G 208 of 255 = 82%
B 223 of 255 = 87%

160
208
223

R + G + B ~ 77%. #A0D0DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 208 + 223 = 591 (100%)
R 160 of 591 ~ 27.07%
G 208 of 591 ~ 35.19%
B 223 of 591 ~ 37.73%

%27.07
%35.19
%37.73

CMYK color model

#A0D0DF color CMYK value is (28,7,0,13).

  • cyan value is 28.25%
  • magenta value is 6.73%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(28,7,0,13)
C28M7Y0K13 
(28%,7%,0%,13%)
(0.28/0.07/0.00/0.13)	

CMYK percentages

%28.25
%6.73
%0
%12.55

Codes

Color #A0D0DF in popluar color models

A0D0DF
RGB160208223
HSL194°49.61%75.10%
HSB/HSV194°28.25%87.45%
CMYK28.25%6.73%0.00%
12.55%

Color #A0D0DF in popluar number systems.

HEXA0D0DF
Decimal160208223
Binary101000001101000011011111
Octal240320337

Shades and tints

Shades of #A0D0DF

#A0D0DF
(160,208,223)
#92BECB
(146,190,203)
#84ACB7
(132,172,183)
#769AA3
(118,154,163)
#68888F
(104,136,143)
#5A767B
(90,118,123)
#4C6467
(76,100,103)
#3E5253
(62,82,83)
#30403F
(48,64,63)
#222E2B
(34,46,43)
#141C17
(20,28,23)
#000000
(0,0,0)

Tints of #A0D0DF

#A0D0DF
(160,208,223)
#A8D4E1
(168,212,225)
#B0D8E3
(176,216,227)
#B8DCE5
(184,220,229)
#C0E0E7
(192,224,231)
#C8E4E9
(200,228,233)
#D0E8EB
(208,232,235)
#D8ECED
(216,236,237)
#E0F0EF
(224,240,239)
#E8F4F1
(232,244,241)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0D0DF color. Also use rgb(160,208,223) instead hex code.

Text Font Color

.myTextColor { color: #A0D0DF; }

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

This text font color is #A0D0DF.


Background Color

.myBgColor { background-color: #A0D0DF; }

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

This div background color is #A0D0DF.


Border color

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

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

This div border color is #A0D0DF.


Opacity

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

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

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

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

This text has shadow with #A0D0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0D0DF on black background.


Color preview on white background

This text has color #A0D0DF on white background.



Black color preview on #A0D0DF background

This text has black color on #A0D0DF background.


White color preview on #A0D0DF background

This text has white color on #A0D0DF background.