COLOR #ADC1C2

HEX: #ADC1C2
RGB: (173,193,194)

Color info

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

RGB color model

#ADC1C2 color RGB value is (173,193,194).

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

RGB channels and saturation

R 173 of 255 = 68%
G 193 of 255 = 76%
B 194 of 255 = 76%

173
193
194

R + G + B ~ 73%. #ADC1C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 193 + 194 = 560 (100%)
R 173 of 560 ~ 30.89%
G 193 of 560 ~ 34.46%
B 194 of 560 ~ 34.64%

%30.89
%34.46
%34.64

CMYK color model

#ADC1C2 color CMYK value is (11,1,0,24).

  • cyan value is 10.82%
  • magenta value is 0.52%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(11,1,0,24)
C11M1Y0K24 
(11%,1%,0%,24%)
(0.11/0.01/0.00/0.24)	

CMYK percentages

%10.82
%0.52
%0
%23.92

Codes

Color #ADC1C2 in popluar color models

ADC1C2
RGB173193194
HSL183°14.69%71.96%
HSB/HSV183°10.82%76.08%
CMYK10.82%0.52%0.00%
23.92%

Color #ADC1C2 in popluar number systems.

HEXADC1C2
Decimal173193194
Binary101011011100000111000010
Octal255301302

Shades and tints

Shades of #ADC1C2

#ADC1C2
(173,193,194)
#9EB0B1
(158,176,177)
#8F9FA0
(143,159,160)
#808E8F
(128,142,143)
#717D7E
(113,125,126)
#626C6D
(98,108,109)
#535B5C
(83,91,92)
#444A4B
(68,74,75)
#35393A
(53,57,58)
#262829
(38,40,41)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #ADC1C2

#ADC1C2
(173,193,194)
#B4C6C7
(180,198,199)
#BBCBCC
(187,203,204)
#C2D0D1
(194,208,209)
#C9D5D6
(201,213,214)
#D0DADB
(208,218,219)
#D7DFE0
(215,223,224)
#DEE4E5
(222,228,229)
#E5E9EA
(229,233,234)
#ECEEEF
(236,238,239)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC1C2; }

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

This text font color is #ADC1C2.


Background Color

.myBgColor { background-color: #ADC1C2; }

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

This div background color is #ADC1C2.


Border color

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

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

This div border color is #ADC1C2.


Opacity

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

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

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

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

This text has shadow with #ADC1C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC1C2 on black background.


Color preview on white background

This text has color #ADC1C2 on white background.



Black color preview on #ADC1C2 background

This text has black color on #ADC1C2 background.


White color preview on #ADC1C2 background

This text has white color on #ADC1C2 background.