COLOR #ADC8D7

HEX: #ADC8D7
RGB: (173,200,215)

Color info

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

RGB color model

#ADC8D7 color RGB value is (173,200,215).

  • red value is 173;
  • green value is 200;
  • blue value is 215.
RGB:
(173,200,215)
(68%,78%,84%)

RGB channels and saturation

R 173 of 255 = 68%
G 200 of 255 = 78%
B 215 of 255 = 84%

173
200
215

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

Portions of RGB colors in percentages

R + G + B =
173 + 200 + 215 = 588 (100%)
R 173 of 588 ~ 29.42%
G 200 of 588 ~ 34.01%
B 215 of 588 ~ 36.56%

%29.42
%34.01
%36.56

CMYK color model

#ADC8D7 color CMYK value is (20,7,0,16).

  • cyan value is 19.53%
  • magenta value is 6.98%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(20,7,0,16)
C20M7Y0K16 
(20%,7%,0%,16%)
(0.20/0.07/0.00/0.16)	

CMYK percentages

%19.53
%6.98
%0
%15.69

Codes

Color #ADC8D7 in popluar color models

ADC8D7
RGB173200215
HSL201°34.43%76.08%
HSB/HSV201°19.53%84.31%
CMYK19.53%6.98%0.00%
15.69%

Color #ADC8D7 in popluar number systems.

HEXADC8D7
Decimal173200215
Binary101011011100100011010111
Octal255310327

Shades and tints

Shades of #ADC8D7

#ADC8D7
(173,200,215)
#9EB6C4
(158,182,196)
#8FA4B1
(143,164,177)
#80929E
(128,146,158)
#71808B
(113,128,139)
#626E78
(98,110,120)
#535C65
(83,92,101)
#444A52
(68,74,82)
#35383F
(53,56,63)
#26262C
(38,38,44)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #ADC8D7

#ADC8D7
(173,200,215)
#B4CDDA
(180,205,218)
#BBD2DD
(187,210,221)
#C2D7E0
(194,215,224)
#C9DCE3
(201,220,227)
#D0E1E6
(208,225,230)
#D7E6E9
(215,230,233)
#DEEBEC
(222,235,236)
#E5F0EF
(229,240,239)
#ECF5F2
(236,245,242)
#F3FAF5
(243,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC8D7 color. Also use rgb(173,200,215) instead hex code.

Text Font Color

.myTextColor { color: #ADC8D7; }

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

This text font color is #ADC8D7.


Background Color

.myBgColor { background-color: #ADC8D7; }

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

This div background color is #ADC8D7.


Border color

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

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

This div border color is #ADC8D7.


Opacity

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

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

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

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

This text has shadow with #ADC8D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC8D7 on black background.


Color preview on white background

This text has color #ADC8D7 on white background.



Black color preview on #ADC8D7 background

This text has black color on #ADC8D7 background.


White color preview on #ADC8D7 background

This text has white color on #ADC8D7 background.