COLOR #A0C0DB

HEX: #A0C0DB
RGB: (160,192,219)

Color info

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

RGB color model

#A0C0DB color RGB value is (160,192,219).

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

RGB channels and saturation

R 160 of 255 = 63%
G 192 of 255 = 75%
B 219 of 255 = 86%

160
192
219

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

Portions of RGB colors in percentages

R + G + B =
160 + 192 + 219 = 571 (100%)
R 160 of 571 ~ 28.02%
G 192 of 571 ~ 33.63%
B 219 of 571 ~ 38.35%

%28.02
%33.63
%38.35

CMYK color model

#A0C0DB color CMYK value is (27,12,0,14).

  • cyan value is 26.94%
  • magenta value is 12.33%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(27,12,0,14)
C27M12Y0K14 
(27%,12%,0%,14%)
(0.27/0.12/0.00/0.14)	

CMYK percentages

%26.94
%12.33
%0
%14.12

Codes

Color #A0C0DB in popluar color models

A0C0DB
RGB160192219
HSL207°45.04%74.31%
HSB/HSV207°26.94%85.88%
CMYK26.94%12.33%0.00%
14.12%

Color #A0C0DB in popluar number systems.

HEXA0C0DB
Decimal160192219
Binary101000001100000011011011
Octal240300333

Shades and tints

Shades of #A0C0DB

#A0C0DB
(160,192,219)
#92AFC8
(146,175,200)
#849EB5
(132,158,181)
#768DA2
(118,141,162)
#687C8F
(104,124,143)
#5A6B7C
(90,107,124)
#4C5A69
(76,90,105)
#3E4956
(62,73,86)
#303843
(48,56,67)
#222730
(34,39,48)
#14161D
(20,22,29)
#000000
(0,0,0)

Tints of #A0C0DB

#A0C0DB
(160,192,219)
#A8C5DE
(168,197,222)
#B0CAE1
(176,202,225)
#B8CFE4
(184,207,228)
#C0D4E7
(192,212,231)
#C8D9EA
(200,217,234)
#D0DEED
(208,222,237)
#D8E3F0
(216,227,240)
#E0E8F3
(224,232,243)
#E8EDF6
(232,237,246)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C0DB; }

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

This text font color is #A0C0DB.


Background Color

.myBgColor { background-color: #A0C0DB; }

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

This div background color is #A0C0DB.


Border color

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

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

This div border color is #A0C0DB.


Opacity

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

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

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

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

This text has shadow with #A0C0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C0DB on black background.


Color preview on white background

This text has color #A0C0DB on white background.



Black color preview on #A0C0DB background

This text has black color on #A0C0DB background.


White color preview on #A0C0DB background

This text has white color on #A0C0DB background.