COLOR #AD879D

HEX: #AD879D
RGB: (173,135,157)

Color info

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

RGB color model

#AD879D color RGB value is (173,135,157).

  • red value is 173;
  • green value is 135;
  • blue value is 157.
RGB:
(173,135,157)
(68%,53%,62%)

RGB channels and saturation

R 173 of 255 = 68%
G 135 of 255 = 53%
B 157 of 255 = 62%

173
135
157

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

Portions of RGB colors in percentages

R + G + B =
173 + 135 + 157 = 465 (100%)
R 173 of 465 ~ 37.2%
G 135 of 465 ~ 29.03%
B 157 of 465 ~ 33.76%

%37.2
%29.03
%33.76

CMYK color model

#AD879D color CMYK value is (0,22,9,32).

  • cyan value is 0.00%
  • magenta value is 21.97%
  • yellow value is 9.25%
  • key color value is 32.16%
CMYK:
(0,22,9,32)
C0M22Y9K32 
(0%,22%,9%,32%)
(0.00/0.22/0.09/0.32)	

CMYK percentages

%0
%21.97
%9.25
%32.16

Codes

Color #AD879D in popluar color models

AD879D
RGB173135157
HSL325°18.81%60.39%
HSB/HSV325°21.97%67.84%
CMYK0.00%21.97%9.25%
32.16%

Color #AD879D in popluar number systems.

HEXAD879D
Decimal173135157
Binary101011011000011110011101
Octal255207235

Shades and tints

Shades of #AD879D

#AD879D
(173,135,157)
#9E7B8F
(158,123,143)
#8F6F81
(143,111,129)
#806373
(128,99,115)
#715765
(113,87,101)
#624B57
(98,75,87)
#533F49
(83,63,73)
#44333B
(68,51,59)
#35272D
(53,39,45)
#261B1F
(38,27,31)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #AD879D

#AD879D
(173,135,157)
#B491A5
(180,145,165)
#BB9BAD
(187,155,173)
#C2A5B5
(194,165,181)
#C9AFBD
(201,175,189)
#D0B9C5
(208,185,197)
#D7C3CD
(215,195,205)
#DECDD5
(222,205,213)
#E5D7DD
(229,215,221)
#ECE1E5
(236,225,229)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD879D color. Also use rgb(173,135,157) instead hex code.

Text Font Color

.myTextColor { color: #AD879D; }

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

This text font color is #AD879D.


Background Color

.myBgColor { background-color: #AD879D; }

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

This div background color is #AD879D.


Border color

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

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

This div border color is #AD879D.


Opacity

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

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

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

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

This text has shadow with #AD879D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD879D on black background.


Color preview on white background

This text has color #AD879D on white background.



Black color preview on #AD879D background

This text has black color on #AD879D background.


White color preview on #AD879D background

This text has white color on #AD879D background.