COLOR #ADC9BB

HEX: #ADC9BB
RGB: (173,201,187)

Color info

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

RGB color model

#ADC9BB color RGB value is (173,201,187).

  • red value is 173;
  • green value is 201;
  • blue value is 187.
RGB:
(173,201,187)
(68%,79%,73%)

RGB channels and saturation

R 173 of 255 = 68%
G 201 of 255 = 79%
B 187 of 255 = 73%

173
201
187

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

Portions of RGB colors in percentages

R + G + B =
173 + 201 + 187 = 561 (100%)
R 173 of 561 ~ 30.84%
G 201 of 561 ~ 35.83%
B 187 of 561 ~ 33.33%

%30.84
%35.83
%33.33

CMYK color model

#ADC9BB color CMYK value is (14,0,7,21).

  • cyan value is 13.93%
  • magenta value is 0.00%
  • yellow value is 6.97%
  • key color value is 21.18%
CMYK:
(14,0,7,21)
C14M0Y7K21 
(14%,0%,7%,21%)
(0.14/0.00/0.07/0.21)	

CMYK percentages

%13.93
%0
%6.97
%21.18

Codes

Color #ADC9BB in popluar color models

ADC9BB
RGB173201187
HSL150°20.59%73.33%
HSB/HSV150°13.93%78.82%
CMYK13.93%0.00%6.97%
21.18%

Color #ADC9BB in popluar number systems.

HEXADC9BB
Decimal173201187
Binary101011011100100110111011
Octal255311273

Shades and tints

Shades of #ADC9BB

#ADC9BB
(173,201,187)
#9EB7AA
(158,183,170)
#8FA599
(143,165,153)
#809388
(128,147,136)
#718177
(113,129,119)
#626F66
(98,111,102)
#535D55
(83,93,85)
#444B44
(68,75,68)
#353933
(53,57,51)
#262722
(38,39,34)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #ADC9BB

#ADC9BB
(173,201,187)
#B4CDC1
(180,205,193)
#BBD1C7
(187,209,199)
#C2D5CD
(194,213,205)
#C9D9D3
(201,217,211)
#D0DDD9
(208,221,217)
#D7E1DF
(215,225,223)
#DEE5E5
(222,229,229)
#E5E9EB
(229,233,235)
#ECEDF1
(236,237,241)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC9BB color. Also use rgb(173,201,187) instead hex code.

Text Font Color

.myTextColor { color: #ADC9BB; }

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

This text font color is #ADC9BB.


Background Color

.myBgColor { background-color: #ADC9BB; }

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

This div background color is #ADC9BB.


Border color

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

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

This div border color is #ADC9BB.


Opacity

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

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

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

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

This text has shadow with #ADC9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC9BB on black background.


Color preview on white background

This text has color #ADC9BB on white background.



Black color preview on #ADC9BB background

This text has black color on #ADC9BB background.


White color preview on #ADC9BB background

This text has white color on #ADC9BB background.