COLOR #ADC5D7

HEX: #ADC5D7
RGB: (173,197,215)

Color info

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

RGB color model

#ADC5D7 color RGB value is (173,197,215).

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

RGB channels and saturation

R 173 of 255 = 68%
G 197 of 255 = 77%
B 215 of 255 = 84%

173
197
215

R + G + B ~ 76%. #ADC5D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 197 + 215 = 585 (100%)
R 173 of 585 ~ 29.57%
G 197 of 585 ~ 33.68%
B 215 of 585 ~ 36.75%

%29.57
%33.68
%36.75

CMYK color model

#ADC5D7 color CMYK value is (20,8,0,16).

  • cyan value is 19.53%
  • magenta value is 8.37%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(20,8,0,16)
C20M8Y0K16 
(20%,8%,0%,16%)
(0.20/0.08/0.00/0.16)	

CMYK percentages

%19.53
%8.37
%0
%15.69

Codes

Color #ADC5D7 in popluar color models

ADC5D7
RGB173197215
HSL206°34.43%76.08%
HSB/HSV206°19.53%84.31%
CMYK19.53%8.37%0.00%
15.69%

Color #ADC5D7 in popluar number systems.

HEXADC5D7
Decimal173197215
Binary101011011100010111010111
Octal255305327

Shades and tints

Shades of #ADC5D7

#ADC5D7
(173,197,215)
#9EB4C4
(158,180,196)
#8FA3B1
(143,163,177)
#80929E
(128,146,158)
#71818B
(113,129,139)
#627078
(98,112,120)
#535F65
(83,95,101)
#444E52
(68,78,82)
#353D3F
(53,61,63)
#262C2C
(38,44,44)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #ADC5D7

#ADC5D7
(173,197,215)
#B4CADA
(180,202,218)
#BBCFDD
(187,207,221)
#C2D4E0
(194,212,224)
#C9D9E3
(201,217,227)
#D0DEE6
(208,222,230)
#D7E3E9
(215,227,233)
#DEE8EC
(222,232,236)
#E5EDEF
(229,237,239)
#ECF2F2
(236,242,242)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC5D7; }

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

This text font color is #ADC5D7.


Background Color

.myBgColor { background-color: #ADC5D7; }

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

This div background color is #ADC5D7.


Border color

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

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

This div border color is #ADC5D7.


Opacity

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

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

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

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

This text has shadow with #ADC5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC5D7 on black background.


Color preview on white background

This text has color #ADC5D7 on white background.



Black color preview on #ADC5D7 background

This text has black color on #ADC5D7 background.


White color preview on #ADC5D7 background

This text has white color on #ADC5D7 background.