COLOR #AD7B87

HEX: #AD7B87
RGB: (173,123,135)

Color info

#AD7B87 contains red, green and blue colors in about the same proportion. Web safe color of #AD7B87 is #996699 (or #969).

RGB color model

#AD7B87 color RGB value is (173,123,135).

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

RGB channels and saturation

R 173 of 255 = 68%
G 123 of 255 = 48%
B 135 of 255 = 53%

173
123
135

R + G + B ~ 56%. #AD7B87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
173 + 123 + 135 = 431 (100%)
R 173 of 431 ~ 40.14%
G 123 of 431 ~ 28.54%
B 135 of 431 ~ 31.32%

%40.14
%28.54
%31.32

CMYK color model

#AD7B87 color CMYK value is (0,29,22,32).

  • cyan value is 0.00%
  • magenta value is 28.90%
  • yellow value is 21.97%
  • key color value is 32.16%
CMYK:
(0,29,22,32)
C0M29Y22K32 
(0%,29%,22%,32%)
(0.00/0.29/0.22/0.32)	

CMYK percentages

%0
%28.9
%21.97
%32.16

Codes

Color #AD7B87 in popluar color models

AD7B87
RGB173123135
HSL346°23.36%58.04%
HSB/HSV346°28.90%67.84%
CMYK0.00%28.90%21.97%
32.16%

Color #AD7B87 in popluar number systems.

HEXAD7B87
Decimal173123135
Binary10101101111101110000111
Octal255173207

Shades and tints

Shades of #AD7B87

#AD7B87
(173,123,135)
#9E707B
(158,112,123)
#8F656F
(143,101,111)
#805A63
(128,90,99)
#714F57
(113,79,87)
#62444B
(98,68,75)
#53393F
(83,57,63)
#442E33
(68,46,51)
#352327
(53,35,39)
#26181B
(38,24,27)
#170D0F
(23,13,15)
#000000
(0,0,0)

Tints of #AD7B87

#AD7B87
(173,123,135)
#B48791
(180,135,145)
#BB939B
(187,147,155)
#C29FA5
(194,159,165)
#C9ABAF
(201,171,175)
#D0B7B9
(208,183,185)
#D7C3C3
(215,195,195)
#DECFCD
(222,207,205)
#E5DBD7
(229,219,215)
#ECE7E1
(236,231,225)
#F3F3EB
(243,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7B87; }

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

This text font color is #AD7B87.


Background Color

.myBgColor { background-color: #AD7B87; }

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

This div background color is #AD7B87.


Border color

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

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

This div border color is #AD7B87.


Opacity

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

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

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

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

This text has shadow with #AD7B87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7B87 on black background.


Color preview on white background

This text has color #AD7B87 on white background.



Black color preview on #AD7B87 background

This text has black color on #AD7B87 background.


White color preview on #AD7B87 background

This text has white color on #AD7B87 background.