COLOR #ADC5CD

HEX: #ADC5CD
RGB: (173,197,205)

Color info

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

RGB color model

#ADC5CD color RGB value is (173,197,205).

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

RGB channels and saturation

R 173 of 255 = 68%
G 197 of 255 = 77%
B 205 of 255 = 80%

173
197
205

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

Portions of RGB colors in percentages

R + G + B =
173 + 197 + 205 = 575 (100%)
R 173 of 575 ~ 30.09%
G 197 of 575 ~ 34.26%
B 205 of 575 ~ 35.65%

%30.09
%34.26
%35.65

CMYK color model

#ADC5CD color CMYK value is (16,4,0,20).

  • cyan value is 15.61%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(16,4,0,20)
C16M4Y0K20 
(16%,4%,0%,20%)
(0.16/0.04/0.00/0.20)	

CMYK percentages

%15.61
%3.9
%0
%19.61

Codes

Color #ADC5CD in popluar color models

ADC5CD
RGB173197205
HSL195°24.24%74.12%
HSB/HSV195°15.61%80.39%
CMYK15.61%3.90%0.00%
19.61%

Color #ADC5CD in popluar number systems.

HEXADC5CD
Decimal173197205
Binary101011011100010111001101
Octal255305315

Shades and tints

Shades of #ADC5CD

#ADC5CD
(173,197,205)
#9EB4BB
(158,180,187)
#8FA3A9
(143,163,169)
#809297
(128,146,151)
#718185
(113,129,133)
#627073
(98,112,115)
#535F61
(83,95,97)
#444E4F
(68,78,79)
#353D3D
(53,61,61)
#262C2B
(38,44,43)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #ADC5CD

#ADC5CD
(173,197,205)
#B4CAD1
(180,202,209)
#BBCFD5
(187,207,213)
#C2D4D9
(194,212,217)
#C9D9DD
(201,217,221)
#D0DEE1
(208,222,225)
#D7E3E5
(215,227,229)
#DEE8E9
(222,232,233)
#E5EDED
(229,237,237)
#ECF2F1
(236,242,241)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC5CD; }

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

This text font color is #ADC5CD.


Background Color

.myBgColor { background-color: #ADC5CD; }

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

This div background color is #ADC5CD.


Border color

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

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

This div border color is #ADC5CD.


Opacity

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

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

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

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

This text has shadow with #ADC5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC5CD on black background.


Color preview on white background

This text has color #ADC5CD on white background.



Black color preview on #ADC5CD background

This text has black color on #ADC5CD background.


White color preview on #ADC5CD background

This text has white color on #ADC5CD background.