COLOR #ADC5DD

HEX: #ADC5DD
RGB: (173,197,221)

Color info

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

RGB color model

#ADC5DD color RGB value is (173,197,221).

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

RGB channels and saturation

R 173 of 255 = 68%
G 197 of 255 = 77%
B 221 of 255 = 87%

173
197
221

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

Portions of RGB colors in percentages

R + G + B =
173 + 197 + 221 = 591 (100%)
R 173 of 591 ~ 29.27%
G 197 of 591 ~ 33.33%
B 221 of 591 ~ 37.39%

%29.27
%33.33
%37.39

CMYK color model

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

  • cyan value is 21.72%
  • magenta value is 10.86%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(22,11,0,13)
C22M11Y0K13 
(22%,11%,0%,13%)
(0.22/0.11/0.00/0.13)	

CMYK percentages

%21.72
%10.86
%0
%13.33

Codes

Color #ADC5DD in popluar color models

ADC5DD
RGB173197221
HSL210°41.38%77.25%
HSB/HSV210°21.72%86.67%
CMYK21.72%10.86%0.00%
13.33%

Color #ADC5DD in popluar number systems.

HEXADC5DD
Decimal173197221
Binary101011011100010111011101
Octal255305335

Shades and tints

Shades of #ADC5DD

#ADC5DD
(173,197,221)
#9EB4C9
(158,180,201)
#8FA3B5
(143,163,181)
#8092A1
(128,146,161)
#71818D
(113,129,141)
#627079
(98,112,121)
#535F65
(83,95,101)
#444E51
(68,78,81)
#353D3D
(53,61,61)
#262C29
(38,44,41)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #ADC5DD

#ADC5DD
(173,197,221)
#B4CAE0
(180,202,224)
#BBCFE3
(187,207,227)
#C2D4E6
(194,212,230)
#C9D9E9
(201,217,233)
#D0DEEC
(208,222,236)
#D7E3EF
(215,227,239)
#DEE8F2
(222,232,242)
#E5EDF5
(229,237,245)
#ECF2F8
(236,242,248)
#F3F7FB
(243,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC5DD; }

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

This text font color is #ADC5DD.


Background Color

.myBgColor { background-color: #ADC5DD; }

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

This div background color is #ADC5DD.


Border color

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

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

This div border color is #ADC5DD.


Opacity

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

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

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

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

This text has shadow with #ADC5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC5DD on black background.


Color preview on white background

This text has color #ADC5DD on white background.



Black color preview on #ADC5DD background

This text has black color on #ADC5DD background.


White color preview on #ADC5DD background

This text has white color on #ADC5DD background.