COLOR #ADC1CF

HEX: #ADC1CF
RGB: (173,193,207)

Color info

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

RGB color model

#ADC1CF color RGB value is (173,193,207).

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

RGB channels and saturation

R 173 of 255 = 68%
G 193 of 255 = 76%
B 207 of 255 = 81%

173
193
207

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

Portions of RGB colors in percentages

R + G + B =
173 + 193 + 207 = 573 (100%)
R 173 of 573 ~ 30.19%
G 193 of 573 ~ 33.68%
B 207 of 573 ~ 36.13%

%30.19
%33.68
%36.13

CMYK color model

#ADC1CF color CMYK value is (16,7,0,19).

  • cyan value is 16.43%
  • magenta value is 6.76%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(16,7,0,19)
C16M7Y0K19 
(16%,7%,0%,19%)
(0.16/0.07/0.00/0.19)	

CMYK percentages

%16.43
%6.76
%0
%18.82

Codes

Color #ADC1CF in popluar color models

ADC1CF
RGB173193207
HSL205°26.15%74.51%
HSB/HSV205°16.43%81.18%
CMYK16.43%6.76%0.00%
18.82%

Color #ADC1CF in popluar number systems.

HEXADC1CF
Decimal173193207
Binary101011011100000111001111
Octal255301317

Shades and tints

Shades of #ADC1CF

#ADC1CF
(173,193,207)
#9EB0BD
(158,176,189)
#8F9FAB
(143,159,171)
#808E99
(128,142,153)
#717D87
(113,125,135)
#626C75
(98,108,117)
#535B63
(83,91,99)
#444A51
(68,74,81)
#35393F
(53,57,63)
#26282D
(38,40,45)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #ADC1CF

#ADC1CF
(173,193,207)
#B4C6D3
(180,198,211)
#BBCBD7
(187,203,215)
#C2D0DB
(194,208,219)
#C9D5DF
(201,213,223)
#D0DAE3
(208,218,227)
#D7DFE7
(215,223,231)
#DEE4EB
(222,228,235)
#E5E9EF
(229,233,239)
#ECEEF3
(236,238,243)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC1CF; }

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

This text font color is #ADC1CF.


Background Color

.myBgColor { background-color: #ADC1CF; }

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

This div background color is #ADC1CF.


Border color

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

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

This div border color is #ADC1CF.


Opacity

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

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

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

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

This text has shadow with #ADC1CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC1CF on black background.


Color preview on white background

This text has color #ADC1CF on white background.



Black color preview on #ADC1CF background

This text has black color on #ADC1CF background.


White color preview on #ADC1CF background

This text has white color on #ADC1CF background.