COLOR #ADC8CD

HEX: #ADC8CD
RGB: (173,200,205)

Color info

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

RGB color model

#ADC8CD color RGB value is (173,200,205).

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

RGB channels and saturation

R 173 of 255 = 68%
G 200 of 255 = 78%
B 205 of 255 = 80%

173
200
205

R + G + B ~ 75%. #ADC8CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 200 + 205 = 578 (100%)
R 173 of 578 ~ 29.93%
G 200 of 578 ~ 34.6%
B 205 of 578 ~ 35.47%

%29.93
%34.6
%35.47

CMYK color model

#ADC8CD color CMYK value is (16,2,0,20).

  • cyan value is 15.61%
  • magenta value is 2.44%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(16,2,0,20)
C16M2Y0K20 
(16%,2%,0%,20%)
(0.16/0.02/0.00/0.20)	

CMYK percentages

%15.61
%2.44
%0
%19.61

Codes

Color #ADC8CD in popluar color models

ADC8CD
RGB173200205
HSL189°24.24%74.12%
HSB/HSV189°15.61%80.39%
CMYK15.61%2.44%0.00%
19.61%

Color #ADC8CD in popluar number systems.

HEXADC8CD
Decimal173200205
Binary101011011100100011001101
Octal255310315

Shades and tints

Shades of #ADC8CD

#ADC8CD
(173,200,205)
#9EB6BB
(158,182,187)
#8FA4A9
(143,164,169)
#809297
(128,146,151)
#718085
(113,128,133)
#626E73
(98,110,115)
#535C61
(83,92,97)
#444A4F
(68,74,79)
#35383D
(53,56,61)
#26262B
(38,38,43)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #ADC8CD

#ADC8CD
(173,200,205)
#B4CDD1
(180,205,209)
#BBD2D5
(187,210,213)
#C2D7D9
(194,215,217)
#C9DCDD
(201,220,221)
#D0E1E1
(208,225,225)
#D7E6E5
(215,230,229)
#DEEBE9
(222,235,233)
#E5F0ED
(229,240,237)
#ECF5F1
(236,245,241)
#F3FAF5
(243,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC8CD; }

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

This text font color is #ADC8CD.


Background Color

.myBgColor { background-color: #ADC8CD; }

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

This div background color is #ADC8CD.


Border color

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

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

This div border color is #ADC8CD.


Opacity

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

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

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

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

This text has shadow with #ADC8CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC8CD on black background.


Color preview on white background

This text has color #ADC8CD on white background.



Black color preview on #ADC8CD background

This text has black color on #ADC8CD background.


White color preview on #ADC8CD background

This text has white color on #ADC8CD background.