COLOR #ADC0C7

HEX: #ADC0C7
RGB: (173,192,199)

Color info

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

RGB color model

#ADC0C7 color RGB value is (173,192,199).

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

RGB channels and saturation

R 173 of 255 = 68%
G 192 of 255 = 75%
B 199 of 255 = 78%

173
192
199

R + G + B ~ 74%. #ADC0C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 192 + 199 = 564 (100%)
R 173 of 564 ~ 30.67%
G 192 of 564 ~ 34.04%
B 199 of 564 ~ 35.28%

%30.67
%34.04
%35.28

CMYK color model

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

  • cyan value is 13.07%
  • magenta value is 3.52%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(13,4,0,22)
C13M4Y0K22 
(13%,4%,0%,22%)
(0.13/0.04/0.00/0.22)	

CMYK percentages

%13.07
%3.52
%0
%21.96

Codes

Color #ADC0C7 in popluar color models

ADC0C7
RGB173192199
HSL196°18.84%72.94%
HSB/HSV196°13.07%78.04%
CMYK13.07%3.52%0.00%
21.96%

Color #ADC0C7 in popluar number systems.

HEXADC0C7
Decimal173192199
Binary101011011100000011000111
Octal255300307

Shades and tints

Shades of #ADC0C7

#ADC0C7
(173,192,199)
#9EAFB5
(158,175,181)
#8F9EA3
(143,158,163)
#808D91
(128,141,145)
#717C7F
(113,124,127)
#626B6D
(98,107,109)
#535A5B
(83,90,91)
#444949
(68,73,73)
#353837
(53,56,55)
#262725
(38,39,37)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #ADC0C7

#ADC0C7
(173,192,199)
#B4C5CC
(180,197,204)
#BBCAD1
(187,202,209)
#C2CFD6
(194,207,214)
#C9D4DB
(201,212,219)
#D0D9E0
(208,217,224)
#D7DEE5
(215,222,229)
#DEE3EA
(222,227,234)
#E5E8EF
(229,232,239)
#ECEDF4
(236,237,244)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC0C7; }

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

This text font color is #ADC0C7.


Background Color

.myBgColor { background-color: #ADC0C7; }

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

This div background color is #ADC0C7.


Border color

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

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

This div border color is #ADC0C7.


Opacity

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

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

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

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

This text has shadow with #ADC0C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC0C7 on black background.


Color preview on white background

This text has color #ADC0C7 on white background.



Black color preview on #ADC0C7 background

This text has black color on #ADC0C7 background.


White color preview on #ADC0C7 background

This text has white color on #ADC0C7 background.