COLOR #ADC1CD

HEX: #ADC1CD
RGB: (173,193,205)

Color info

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

RGB color model

#ADC1CD color RGB value is (173,193,205).

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

RGB channels and saturation

R 173 of 255 = 68%
G 193 of 255 = 76%
B 205 of 255 = 80%

173
193
205

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

Portions of RGB colors in percentages

R + G + B =
173 + 193 + 205 = 571 (100%)
R 173 of 571 ~ 30.3%
G 193 of 571 ~ 33.8%
B 205 of 571 ~ 35.9%

%30.3
%33.8
%35.9

CMYK color model

#ADC1CD color CMYK value is (16,6,0,20).

  • cyan value is 15.61%
  • magenta value is 5.85%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(16,6,0,20)
C16M6Y0K20 
(16%,6%,0%,20%)
(0.16/0.06/0.00/0.20)	

CMYK percentages

%15.61
%5.85
%0
%19.61

Codes

Color #ADC1CD in popluar color models

ADC1CD
RGB173193205
HSL203°24.24%74.12%
HSB/HSV203°15.61%80.39%
CMYK15.61%5.85%0.00%
19.61%

Color #ADC1CD in popluar number systems.

HEXADC1CD
Decimal173193205
Binary101011011100000111001101
Octal255301315

Shades and tints

Shades of #ADC1CD

#ADC1CD
(173,193,205)
#9EB0BB
(158,176,187)
#8F9FA9
(143,159,169)
#808E97
(128,142,151)
#717D85
(113,125,133)
#626C73
(98,108,115)
#535B61
(83,91,97)
#444A4F
(68,74,79)
#35393D
(53,57,61)
#26282B
(38,40,43)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #ADC1CD

#ADC1CD
(173,193,205)
#B4C6D1
(180,198,209)
#BBCBD5
(187,203,213)
#C2D0D9
(194,208,217)
#C9D5DD
(201,213,221)
#D0DAE1
(208,218,225)
#D7DFE5
(215,223,229)
#DEE4E9
(222,228,233)
#E5E9ED
(229,233,237)
#ECEEF1
(236,238,241)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC1CD; }

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

This text font color is #ADC1CD.


Background Color

.myBgColor { background-color: #ADC1CD; }

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

This div background color is #ADC1CD.


Border color

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

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

This div border color is #ADC1CD.


Opacity

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

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

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

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

This text has shadow with #ADC1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC1CD on black background.


Color preview on white background

This text has color #ADC1CD on white background.



Black color preview on #ADC1CD background

This text has black color on #ADC1CD background.


White color preview on #ADC1CD background

This text has white color on #ADC1CD background.