COLOR #ADC9B5

HEX: #ADC9B5
RGB: (173,201,181)

Color info

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

RGB color model

#ADC9B5 color RGB value is (173,201,181).

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

RGB channels and saturation

R 173 of 255 = 68%
G 201 of 255 = 79%
B 181 of 255 = 71%

173
201
181

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

Portions of RGB colors in percentages

R + G + B =
173 + 201 + 181 = 555 (100%)
R 173 of 555 ~ 31.17%
G 201 of 555 ~ 36.22%
B 181 of 555 ~ 32.61%

%31.17
%36.22
%32.61

CMYK color model

#ADC9B5 color CMYK value is (14,0,10,21).

  • cyan value is 13.93%
  • magenta value is 0.00%
  • yellow value is 9.95%
  • key color value is 21.18%
CMYK:
(14,0,10,21)
C14M0Y10K21 
(14%,0%,10%,21%)
(0.14/0.00/0.10/0.21)	

CMYK percentages

%13.93
%0
%9.95
%21.18

Codes

Color #ADC9B5 in popluar color models

ADC9B5
RGB173201181
HSL137°20.59%73.33%
HSB/HSV137°13.93%78.82%
CMYK13.93%0.00%9.95%
21.18%

Color #ADC9B5 in popluar number systems.

HEXADC9B5
Decimal173201181
Binary101011011100100110110101
Octal255311265

Shades and tints

Shades of #ADC9B5

#ADC9B5
(173,201,181)
#9EB7A5
(158,183,165)
#8FA595
(143,165,149)
#809385
(128,147,133)
#718175
(113,129,117)
#626F65
(98,111,101)
#535D55
(83,93,85)
#444B45
(68,75,69)
#353935
(53,57,53)
#262725
(38,39,37)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #ADC9B5

#ADC9B5
(173,201,181)
#B4CDBB
(180,205,187)
#BBD1C1
(187,209,193)
#C2D5C7
(194,213,199)
#C9D9CD
(201,217,205)
#D0DDD3
(208,221,211)
#D7E1D9
(215,225,217)
#DEE5DF
(222,229,223)
#E5E9E5
(229,233,229)
#ECEDEB
(236,237,235)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC9B5; }

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

This text font color is #ADC9B5.


Background Color

.myBgColor { background-color: #ADC9B5; }

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

This div background color is #ADC9B5.


Border color

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

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

This div border color is #ADC9B5.


Opacity

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

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

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

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

This text has shadow with #ADC9B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC9B5 on black background.


Color preview on white background

This text has color #ADC9B5 on white background.



Black color preview on #ADC9B5 background

This text has black color on #ADC9B5 background.


White color preview on #ADC9B5 background

This text has white color on #ADC9B5 background.