COLOR #ADC3C0

HEX: #ADC3C0
RGB: (173,195,192)

Color info

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

RGB color model

#ADC3C0 color RGB value is (173,195,192).

  • red value is 173;
  • green value is 195;
  • blue value is 192.
RGB: (173,195,192) (68%,76%,75%)

RGB channels and saturation

R 173 of 255 = 68%
G 195 of 255 = 76%
B 192 of 255 = 75%

173
195
192

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

Portions of RGB colors in percentages

R + G + B =
173 + 195 + 192 = 560 (100%)
R 173 of 560 ~ 30.89%
G 195 of 560 ~ 34.82%
B 192 of 560 ~ 34.29%

%30.89
%34.82
%34.29

CMYK color model

#ADC3C0 color CMYK value is (11,0,2,24).

  • cyan value is 11.28%
  • magenta value is 0.00%
  • yellow value is 1.54%
  • key color value is 23.53%
CMYK: (11,0,2,24) C11M0Y2K24 (11%,0%,2%,24%) (0.11/0.00/0.02/0.24)

CMYK percentages

%11.28
%0
%1.54
%23.53

Codes

Color #ADC3C0 in popluar color models

ADC3C0
RGB173195192
HSL172°15.49%72.16%
HSB/HSV172°11.28%76.47%
CMYK11.28%0.00%1.54%
23.53%

Color #ADC3C0 in popluar number systems.

HEXADC3C0
Decimal173195192
Binary101011011100001111000000
Octal255303300

Shades and tints

Shades of #ADC3C0

#ADC3C0
(173,195,192)
#9EB2AF
(158,178,175)
#8FA19E
(143,161,158)
#80908D
(128,144,141)
#717F7C
(113,127,124)
#626E6B
(98,110,107)
#535D5A
(83,93,90)
#444C49
(68,76,73)
#353B38
(53,59,56)
#262A27
(38,42,39)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #ADC3C0

#ADC3C0
(173,195,192)
#B4C8C5
(180,200,197)
#BBCDCA
(187,205,202)
#C2D2CF
(194,210,207)
#C9D7D4
(201,215,212)
#D0DCD9
(208,220,217)
#D7E1DE
(215,225,222)
#DEE6E3
(222,230,227)
#E5EBE8
(229,235,232)
#ECF0ED
(236,240,237)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC3C0 color. Also use rgb(173,195,192) instead hex code.

Text Font Color

.myTextColor { color: #ADC3C0; }

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

This text font color is #ADC3C0.


Background Color

.myBgColor { background-color: #ADC3C0; }

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

This div background color is #ADC3C0.


Border color

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

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

This div border color is #ADC3C0.


Opacity

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

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

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

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

This text has shadow with #ADC3C0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ADC3C0 on black background.


Color preview on white background

This text has color #ADC3C0 on white background.



Black color preview on #ADC3C0 background

This text has black color on #ADC3C0 background.


White color preview on #ADC3C0 background

This text has white color on #ADC3C0 background.