COLOR #A0C0DD

HEX: #A0C0DD
RGB: (160,192,221)

Color info

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

RGB color model

#A0C0DD color RGB value is (160,192,221).

  • red value is 160;
  • green value is 192;
  • blue value is 221.
RGB:
(160,192,221)
(63%,75%,87%)

RGB channels and saturation

R 160 of 255 = 63%
G 192 of 255 = 75%
B 221 of 255 = 87%

160
192
221

R + G + B ~ 75%. #A0C0DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 192 + 221 = 573 (100%)
R 160 of 573 ~ 27.92%
G 192 of 573 ~ 33.51%
B 221 of 573 ~ 38.57%

%27.92
%33.51
%38.57

CMYK color model

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

  • cyan value is 27.60%
  • magenta value is 13.12%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(28,13,0,13)
C28M13Y0K13 
(28%,13%,0%,13%)
(0.28/0.13/0.00/0.13)	

CMYK percentages

%27.6
%13.12
%0
%13.33

Codes

Color #A0C0DD in popluar color models

A0C0DD
RGB160192221
HSL209°47.29%74.71%
HSB/HSV209°27.60%86.67%
CMYK27.60%13.12%0.00%
13.33%

Color #A0C0DD in popluar number systems.

HEXA0C0DD
Decimal160192221
Binary101000001100000011011101
Octal240300335

Shades and tints

Shades of #A0C0DD

#A0C0DD
(160,192,221)
#92AFC9
(146,175,201)
#849EB5
(132,158,181)
#768DA1
(118,141,161)
#687C8D
(104,124,141)
#5A6B79
(90,107,121)
#4C5A65
(76,90,101)
#3E4951
(62,73,81)
#30383D
(48,56,61)
#222729
(34,39,41)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #A0C0DD

#A0C0DD
(160,192,221)
#A8C5E0
(168,197,224)
#B0CAE3
(176,202,227)
#B8CFE6
(184,207,230)
#C0D4E9
(192,212,233)
#C8D9EC
(200,217,236)
#D0DEEF
(208,222,239)
#D8E3F2
(216,227,242)
#E0E8F5
(224,232,245)
#E8EDF8
(232,237,248)
#F0F2FB
(240,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0C0DD color. Also use rgb(160,192,221) instead hex code.

Text Font Color

.myTextColor { color: #A0C0DD; }

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

This text font color is #A0C0DD.


Background Color

.myBgColor { background-color: #A0C0DD; }

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

This div background color is #A0C0DD.


Border color

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

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

This div border color is #A0C0DD.


Opacity

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

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

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

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

This text has shadow with #A0C0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C0DD on black background.


Color preview on white background

This text has color #A0C0DD on white background.



Black color preview on #A0C0DD background

This text has black color on #A0C0DD background.


White color preview on #A0C0DD background

This text has white color on #A0C0DD background.