COLOR #ADC9D7

HEX: #ADC9D7
RGB: (173,201,215)

Color info

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

RGB color model

#ADC9D7 color RGB value is (173,201,215).

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

RGB channels and saturation

R 173 of 255 = 68%
G 201 of 255 = 79%
B 215 of 255 = 84%

173
201
215

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

Portions of RGB colors in percentages

R + G + B =
173 + 201 + 215 = 589 (100%)
R 173 of 589 ~ 29.37%
G 201 of 589 ~ 34.13%
B 215 of 589 ~ 36.5%

%29.37
%34.13
%36.5

CMYK color model

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

  • cyan value is 19.53%
  • magenta value is 6.51%
  • 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.51
%0
%15.69

Codes

Color #ADC9D7 in popluar color models

ADC9D7
RGB173201215
HSL200°34.43%76.08%
HSB/HSV200°19.53%84.31%
CMYK19.53%6.51%0.00%
15.69%

Color #ADC9D7 in popluar number systems.

HEXADC9D7
Decimal173201215
Binary101011011100100111010111
Octal255311327

Shades and tints

Shades of #ADC9D7

#ADC9D7
(173,201,215)
#9EB7C4
(158,183,196)
#8FA5B1
(143,165,177)
#80939E
(128,147,158)
#71818B
(113,129,139)
#626F78
(98,111,120)
#535D65
(83,93,101)
#444B52
(68,75,82)
#35393F
(53,57,63)
#26272C
(38,39,44)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #ADC9D7

#ADC9D7
(173,201,215)
#B4CDDA
(180,205,218)
#BBD1DD
(187,209,221)
#C2D5E0
(194,213,224)
#C9D9E3
(201,217,227)
#D0DDE6
(208,221,230)
#D7E1E9
(215,225,233)
#DEE5EC
(222,229,236)
#E5E9EF
(229,233,239)
#ECEDF2
(236,237,242)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC9D7; }

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

This text font color is #ADC9D7.


Background Color

.myBgColor { background-color: #ADC9D7; }

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

This div background color is #ADC9D7.


Border color

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

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

This div border color is #ADC9D7.


Opacity

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

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

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

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

This text has shadow with #ADC9D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC9D7 on black background.


Color preview on white background

This text has color #ADC9D7 on white background.



Black color preview on #ADC9D7 background

This text has black color on #ADC9D7 background.


White color preview on #ADC9D7 background

This text has white color on #ADC9D7 background.