COLOR #AD8E9B

HEX: #AD8E9B
RGB: (173,142,155)

Color info

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

RGB color model

#AD8E9B color RGB value is (173,142,155).

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

RGB channels and saturation

R 173 of 255 = 68%
G 142 of 255 = 56%
B 155 of 255 = 61%

173
142
155

R + G + B ~ 62%. #AD8E9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 142 + 155 = 470 (100%)
R 173 of 470 ~ 36.81%
G 142 of 470 ~ 30.21%
B 155 of 470 ~ 32.98%

%36.81
%30.21
%32.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.92%
  • 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
%17.92
%10.4
%32.16

Codes

Color #AD8E9B in popluar color models

AD8E9B
RGB173142155
HSL335°15.90%61.76%
HSB/HSV335°17.92%67.84%
CMYK0.00%17.92%10.40%
32.16%

Color #AD8E9B in popluar number systems.

HEXAD8E9B
Decimal173142155
Binary101011011000111010011011
Octal255216233

Shades and tints

Shades of #AD8E9B

#AD8E9B
(173,142,155)
#9E828D
(158,130,141)
#8F767F
(143,118,127)
#806A71
(128,106,113)
#715E63
(113,94,99)
#625255
(98,82,85)
#534647
(83,70,71)
#443A39
(68,58,57)
#352E2B
(53,46,43)
#26221D
(38,34,29)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #AD8E9B

#AD8E9B
(173,142,155)
#B498A4
(180,152,164)
#BBA2AD
(187,162,173)
#C2ACB6
(194,172,182)
#C9B6BF
(201,182,191)
#D0C0C8
(208,192,200)
#D7CAD1
(215,202,209)
#DED4DA
(222,212,218)
#E5DEE3
(229,222,227)
#ECE8EC
(236,232,236)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8E9B; }

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

This text font color is #AD8E9B.


Background Color

.myBgColor { background-color: #AD8E9B; }

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

This div background color is #AD8E9B.


Border color

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

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

This div border color is #AD8E9B.


Opacity

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

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

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

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

This text has shadow with #AD8E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8E9B on black background.


Color preview on white background

This text has color #AD8E9B on white background.



Black color preview on #AD8E9B background

This text has black color on #AD8E9B background.


White color preview on #AD8E9B background

This text has white color on #AD8E9B background.