COLOR #ADC1C7

HEX: #ADC1C7
RGB: (173,193,199)

Color info

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

RGB color model

#ADC1C7 color RGB value is (173,193,199).

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

RGB channels and saturation

R 173 of 255 = 68%
G 193 of 255 = 76%
B 199 of 255 = 78%

173
193
199

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

Portions of RGB colors in percentages

R + G + B =
173 + 193 + 199 = 565 (100%)
R 173 of 565 ~ 30.62%
G 193 of 565 ~ 34.16%
B 199 of 565 ~ 35.22%

%30.62
%34.16
%35.22

CMYK color model

#ADC1C7 color CMYK value is (13,3,0,22).

  • cyan value is 13.07%
  • magenta value is 3.02%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(13,3,0,22)
C13M3Y0K22 
(13%,3%,0%,22%)
(0.13/0.03/0.00/0.22)	

CMYK percentages

%13.07
%3.02
%0
%21.96

Codes

Color #ADC1C7 in popluar color models

ADC1C7
RGB173193199
HSL194°18.84%72.94%
HSB/HSV194°13.07%78.04%
CMYK13.07%3.02%0.00%
21.96%

Color #ADC1C7 in popluar number systems.

HEXADC1C7
Decimal173193199
Binary101011011100000111000111
Octal255301307

Shades and tints

Shades of #ADC1C7

#ADC1C7
(173,193,199)
#9EB0B5
(158,176,181)
#8F9FA3
(143,159,163)
#808E91
(128,142,145)
#717D7F
(113,125,127)
#626C6D
(98,108,109)
#535B5B
(83,91,91)
#444A49
(68,74,73)
#353937
(53,57,55)
#262825
(38,40,37)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #ADC1C7

#ADC1C7
(173,193,199)
#B4C6CC
(180,198,204)
#BBCBD1
(187,203,209)
#C2D0D6
(194,208,214)
#C9D5DB
(201,213,219)
#D0DAE0
(208,218,224)
#D7DFE5
(215,223,229)
#DEE4EA
(222,228,234)
#E5E9EF
(229,233,239)
#ECEEF4
(236,238,244)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC1C7; }

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

This text font color is #ADC1C7.


Background Color

.myBgColor { background-color: #ADC1C7; }

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

This div background color is #ADC1C7.


Border color

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

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

This div border color is #ADC1C7.


Opacity

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

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

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

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

This text has shadow with #ADC1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC1C7 on black background.


Color preview on white background

This text has color #ADC1C7 on white background.



Black color preview on #ADC1C7 background

This text has black color on #ADC1C7 background.


White color preview on #ADC1C7 background

This text has white color on #ADC1C7 background.