COLOR #AD7E84

HEX: #AD7E84
RGB: (173,126,132)

Color info

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

RGB color model

#AD7E84 color RGB value is (173,126,132).

  • red value is 173;
  • green value is 126;
  • blue value is 132.
RGB:
(173,126,132)
(68%,49%,52%)

RGB channels and saturation

R 173 of 255 = 68%
G 126 of 255 = 49%
B 132 of 255 = 52%

173
126
132

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

Portions of RGB colors in percentages

R + G + B =
173 + 126 + 132 = 431 (100%)
R 173 of 431 ~ 40.14%
G 126 of 431 ~ 29.23%
B 132 of 431 ~ 30.63%

%40.14
%29.23
%30.63

CMYK color model

#AD7E84 color CMYK value is (0,27,24,32).

  • cyan value is 0.00%
  • magenta value is 27.17%
  • yellow value is 23.70%
  • key color value is 32.16%
CMYK:
(0,27,24,32)
C0M27Y24K32 
(0%,27%,24%,32%)
(0.00/0.27/0.24/0.32)	

CMYK percentages

%0
%27.17
%23.7
%32.16

Codes

Color #AD7E84 in popluar color models

AD7E84
RGB173126132
HSL352°22.27%58.63%
HSB/HSV352°27.17%67.84%
CMYK0.00%27.17%23.70%
32.16%

Color #AD7E84 in popluar number systems.

HEXAD7E84
Decimal173126132
Binary10101101111111010000100
Octal255176204

Shades and tints

Shades of #AD7E84

#AD7E84
(173,126,132)
#9E7378
(158,115,120)
#8F686C
(143,104,108)
#805D60
(128,93,96)
#715254
(113,82,84)
#624748
(98,71,72)
#533C3C
(83,60,60)
#443130
(68,49,48)
#352624
(53,38,36)
#261B18
(38,27,24)
#17100C
(23,16,12)
#000000
(0,0,0)

Tints of #AD7E84

#AD7E84
(173,126,132)
#B4898F
(180,137,143)
#BB949A
(187,148,154)
#C29FA5
(194,159,165)
#C9AAB0
(201,170,176)
#D0B5BB
(208,181,187)
#D7C0C6
(215,192,198)
#DECBD1
(222,203,209)
#E5D6DC
(229,214,220)
#ECE1E7
(236,225,231)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7E84 color. Also use rgb(173,126,132) instead hex code.

Text Font Color

.myTextColor { color: #AD7E84; }

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

This text font color is #AD7E84.


Background Color

.myBgColor { background-color: #AD7E84; }

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

This div background color is #AD7E84.


Border color

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

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

This div border color is #AD7E84.


Opacity

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

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

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

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

This text has shadow with #AD7E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7E84 on black background.


Color preview on white background

This text has color #AD7E84 on white background.



Black color preview on #AD7E84 background

This text has black color on #AD7E84 background.


White color preview on #AD7E84 background

This text has white color on #AD7E84 background.