COLOR #ADC3B6

HEX: #ADC3B6
RGB: (173,195,182)

Color info

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

RGB color model

#ADC3B6 color RGB value is (173,195,182).

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

RGB channels and saturation

R 173 of 255 = 68%
G 195 of 255 = 76%
B 182 of 255 = 71%

173
195
182

R + G + B ~ 72%. #ADC3B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 195 + 182 = 550 (100%)
R 173 of 550 ~ 31.45%
G 195 of 550 ~ 35.45%
B 182 of 550 ~ 33.09%

%31.45
%35.45
%33.09

CMYK color model

#ADC3B6 color CMYK value is (11,0,7,24).

  • cyan value is 11.28%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 23.53%
CMYK:
(11,0,7,24)
C11M0Y7K24 
(11%,0%,7%,24%)
(0.11/0.00/0.07/0.24)	

CMYK percentages

%11.28
%0
%6.67
%23.53

Codes

Color #ADC3B6 in popluar color models

ADC3B6
RGB173195182
HSL145°15.49%72.16%
HSB/HSV145°11.28%76.47%
CMYK11.28%0.00%6.67%
23.53%

Color #ADC3B6 in popluar number systems.

HEXADC3B6
Decimal173195182
Binary101011011100001110110110
Octal255303266

Shades and tints

Shades of #ADC3B6

#ADC3B6
(173,195,182)
#9EB2A6
(158,178,166)
#8FA196
(143,161,150)
#809086
(128,144,134)
#717F76
(113,127,118)
#626E66
(98,110,102)
#535D56
(83,93,86)
#444C46
(68,76,70)
#353B36
(53,59,54)
#262A26
(38,42,38)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #ADC3B6

#ADC3B6
(173,195,182)
#B4C8BC
(180,200,188)
#BBCDC2
(187,205,194)
#C2D2C8
(194,210,200)
#C9D7CE
(201,215,206)
#D0DCD4
(208,220,212)
#D7E1DA
(215,225,218)
#DEE6E0
(222,230,224)
#E5EBE6
(229,235,230)
#ECF0EC
(236,240,236)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC3B6; }

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

This text font color is #ADC3B6.


Background Color

.myBgColor { background-color: #ADC3B6; }

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

This div background color is #ADC3B6.


Border color

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

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

This div border color is #ADC3B6.


Opacity

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

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

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

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

This text has shadow with #ADC3B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC3B6 on black background.


Color preview on white background

This text has color #ADC3B6 on white background.



Black color preview on #ADC3B6 background

This text has black color on #ADC3B6 background.


White color preview on #ADC3B6 background

This text has white color on #ADC3B6 background.