COLOR #AD8D9B

HEX: #AD8D9B
RGB: (173,141,155)

Color info

#AD8D9B contains red, green and blue colors in about the same proportion. Web safe color of #AD8D9B is #999999 (or #999).

RGB color model

#AD8D9B color RGB value is (173,141,155).

  • red value is 173;
  • green value is 141;
  • blue value is 155.
RGB:
(173,141,155)
(68%,55%,61%)

RGB channels and saturation

R 173 of 255 = 68%
G 141 of 255 = 55%
B 155 of 255 = 61%

173
141
155

R + G + B ~ 61%. #AD8D9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 141 + 155 = 469 (100%)
R 173 of 469 ~ 36.89%
G 141 of 469 ~ 30.06%
B 155 of 469 ~ 33.05%

%36.89
%30.06
%33.05

CMYK color model

#AD8D9B color CMYK value is (0,18,10,32).

  • cyan value is 0.00%
  • magenta value is 18.50%
  • yellow value is 10.40%
  • key color value is 32.16%
CMYK:
(0,18,10,32)
C0M18Y10K32 
(0%,18%,10%,32%)
(0.00/0.18/0.10/0.32)	

CMYK percentages

%0
%18.5
%10.4
%32.16

Codes

Color #AD8D9B in popluar color models

AD8D9B
RGB173141155
HSL334°16.33%61.57%
HSB/HSV334°18.50%67.84%
CMYK0.00%18.50%10.40%
32.16%

Color #AD8D9B in popluar number systems.

HEXAD8D9B
Decimal173141155
Binary101011011000110110011011
Octal255215233

Shades and tints

Shades of #AD8D9B

#AD8D9B
(173,141,155)
#9E818D
(158,129,141)
#8F757F
(143,117,127)
#806971
(128,105,113)
#715D63
(113,93,99)
#625155
(98,81,85)
#534547
(83,69,71)
#443939
(68,57,57)
#352D2B
(53,45,43)
#26211D
(38,33,29)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #AD8D9B

#AD8D9B
(173,141,155)
#B497A4
(180,151,164)
#BBA1AD
(187,161,173)
#C2ABB6
(194,171,182)
#C9B5BF
(201,181,191)
#D0BFC8
(208,191,200)
#D7C9D1
(215,201,209)
#DED3DA
(222,211,218)
#E5DDE3
(229,221,227)
#ECE7EC
(236,231,236)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8D9B color. Also use rgb(173,141,155) instead hex code.

Text Font Color

.myTextColor { color: #AD8D9B; }

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

This text font color is #AD8D9B.


Background Color

.myBgColor { background-color: #AD8D9B; }

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

This div background color is #AD8D9B.


Border color

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

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

This div border color is #AD8D9B.


Opacity

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

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

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

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

This text has shadow with #AD8D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8D9B on black background.


Color preview on white background

This text has color #AD8D9B on white background.



Black color preview on #AD8D9B background

This text has black color on #AD8D9B background.


White color preview on #AD8D9B background

This text has white color on #AD8D9B background.