COLOR #ADC0DD

HEX: #ADC0DD
RGB: (173,192,221)

Color info

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

RGB color model

#ADC0DD color RGB value is (173,192,221).

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

RGB channels and saturation

R 173 of 255 = 68%
G 192 of 255 = 75%
B 221 of 255 = 87%

173
192
221

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

Portions of RGB colors in percentages

R + G + B =
173 + 192 + 221 = 586 (100%)
R 173 of 586 ~ 29.52%
G 192 of 586 ~ 32.76%
B 221 of 586 ~ 37.71%

%29.52
%32.76
%37.71

CMYK color model

#ADC0DD color CMYK value is (22,13,0,13).

  • cyan value is 21.72%
  • magenta value is 13.12%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(22,13,0,13)
C22M13Y0K13 
(22%,13%,0%,13%)
(0.22/0.13/0.00/0.13)	

CMYK percentages

%21.72
%13.12
%0
%13.33

Codes

Color #ADC0DD in popluar color models

ADC0DD
RGB173192221
HSL216°41.38%77.25%
HSB/HSV216°21.72%86.67%
CMYK21.72%13.12%0.00%
13.33%

Color #ADC0DD in popluar number systems.

HEXADC0DD
Decimal173192221
Binary101011011100000011011101
Octal255300335

Shades and tints

Shades of #ADC0DD

#ADC0DD
(173,192,221)
#9EAFC9
(158,175,201)
#8F9EB5
(143,158,181)
#808DA1
(128,141,161)
#717C8D
(113,124,141)
#626B79
(98,107,121)
#535A65
(83,90,101)
#444951
(68,73,81)
#35383D
(53,56,61)
#262729
(38,39,41)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #ADC0DD

#ADC0DD
(173,192,221)
#B4C5E0
(180,197,224)
#BBCAE3
(187,202,227)
#C2CFE6
(194,207,230)
#C9D4E9
(201,212,233)
#D0D9EC
(208,217,236)
#D7DEEF
(215,222,239)
#DEE3F2
(222,227,242)
#E5E8F5
(229,232,245)
#ECEDF8
(236,237,248)
#F3F2FB
(243,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC0DD; }

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

This text font color is #ADC0DD.


Background Color

.myBgColor { background-color: #ADC0DD; }

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

This div background color is #ADC0DD.


Border color

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

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

This div border color is #ADC0DD.


Opacity

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

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

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

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

This text has shadow with #ADC0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC0DD on black background.


Color preview on white background

This text has color #ADC0DD on white background.



Black color preview on #ADC0DD background

This text has black color on #ADC0DD background.


White color preview on #ADC0DD background

This text has white color on #ADC0DD background.