COLOR #AD7884

HEX: #AD7884
RGB: (173,120,132)

Color info

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

RGB color model

#AD7884 color RGB value is (173,120,132).

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

RGB channels and saturation

R 173 of 255 = 68%
G 120 of 255 = 47%
B 132 of 255 = 52%

173
120
132

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

Portions of RGB colors in percentages

R + G + B =
173 + 120 + 132 = 425 (100%)
R 173 of 425 ~ 40.71%
G 120 of 425 ~ 28.24%
B 132 of 425 ~ 31.06%

%40.71
%28.24
%31.06

CMYK color model

#AD7884 color CMYK value is (0,31,24,32).

  • cyan value is 0.00%
  • magenta value is 30.64%
  • yellow value is 23.70%
  • key color value is 32.16%
CMYK:
(0,31,24,32)
C0M31Y24K32 
(0%,31%,24%,32%)
(0.00/0.31/0.24/0.32)	

CMYK percentages

%0
%30.64
%23.7
%32.16

Codes

Color #AD7884 in popluar color models

AD7884
RGB173120132
HSL346°24.42%57.45%
HSB/HSV346°30.64%67.84%
CMYK0.00%30.64%23.70%
32.16%

Color #AD7884 in popluar number systems.

HEXAD7884
Decimal173120132
Binary10101101111100010000100
Octal255170204

Shades and tints

Shades of #AD7884

#AD7884
(173,120,132)
#9E6E78
(158,110,120)
#8F646C
(143,100,108)
#805A60
(128,90,96)
#715054
(113,80,84)
#624648
(98,70,72)
#533C3C
(83,60,60)
#443230
(68,50,48)
#352824
(53,40,36)
#261E18
(38,30,24)
#17140C
(23,20,12)
#000000
(0,0,0)

Tints of #AD7884

#AD7884
(173,120,132)
#B4848F
(180,132,143)
#BB909A
(187,144,154)
#C29CA5
(194,156,165)
#C9A8B0
(201,168,176)
#D0B4BB
(208,180,187)
#D7C0C6
(215,192,198)
#DECCD1
(222,204,209)
#E5D8DC
(229,216,220)
#ECE4E7
(236,228,231)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7884; }

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

This text font color is #AD7884.


Background Color

.myBgColor { background-color: #AD7884; }

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

This div background color is #AD7884.


Border color

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

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

This div border color is #AD7884.


Opacity

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

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

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

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

This text has shadow with #AD7884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7884 on black background.


Color preview on white background

This text has color #AD7884 on white background.



Black color preview on #AD7884 background

This text has black color on #AD7884 background.


White color preview on #AD7884 background

This text has white color on #AD7884 background.