COLOR #AD7893

HEX: #AD7893 RGB: (173,120,147)

Color info

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

RGB color model

#AD7893 color RGB value is (173,120,147).

RGB: (173,120,147) (68%, 47%, 58%)

RGB channels and saturation

R 173 of 255 = 68%
G 120 of 255 = 47%
B 147 of 255 = 58%

173
120
147

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

Portions of RGB colors in percentages

R + G + B = 173 + 120 + 147 = 440 (100%)
R 173 of 440 ~ 39.32%
G 120 of 440 ~ 27.27%
B 147 of 440 ~ 33.41'%

%39.32
%27.27
%33.41

CMYK color model

#AD7893 color CMYK value is (0,31,15,32).

  • cyan value is 0.00%
  • magenta value is 30.64%
  • yellow value is 15.03%
  • key color value is 32.16%

CMYK: (0,31,15,32)
C0M31Y15K32 (0%, 31%, 15%, 32%)
(0.00 / 0.31 / 0.15 / 0.32)

CMYK percentages

%0
%30.64
%15.03
%32.16

Codes

Color #AD7893 in popluar color models

AD 78 93
RGB 173 120 147
HSL 329° 24.42% 57.45%
HSB/HSV 329° 30.64% 67.84%
CMYK 0.00% 30.64% 15.03%
32.16%

Color #AD7893 in popluar number systems.

HEX AD 78 93
Decimal 173 120 147
Binary 10101101 1111000 10010011
Octal 255 170 223

Shades and tints

Shades of #AD7893

#AD7893
(173,120,147)
#9E6E86
(158,110,134)
#8F6479
(143,100,121)
#805A6C
(128,90,108)
#71505F
(113,80,95)
#624652
(98,70,82)
#533C45
(83,60,69)
#443238
(68,50,56)
#35282B
(53,40,43)
#261E1E
(38,30,30)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #AD7893

#AD7893
(173,120,147)
#B4849C
(180,132,156)
#BB90A5
(187,144,165)
#C29CAE
(194,156,174)
#C9A8B7
(201,168,183)
#D0B4C0
(208,180,192)
#D7C0C9
(215,192,201)
#DECCD2
(222,204,210)
#E5D8DB
(229,216,219)
#ECE4E4
(236,228,228)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7893; }

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

This text font color is #AD7893.

Background Color

.myBgColor { background-color: #AD7893; }

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

This div background color is #AD7893.

Border color

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

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

This div border color is #AD7893.

Opacity

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

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

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

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

This text has shadow with #AD7893 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7893.

Preview

Color preview on black background

This text has color #AD7893 on black background.


Color preview on white background

This text has color #AD7893 on white background.


Black color preview on #AD7893 background

This text has black color on #AD7893 background.


White color preview on #AD7893 background

This text has white color on #AD7893 background.


Related colors

Complementary color

Complementary color for #hex is #52876C.


I love getcolorcode.com

Triadic colors

1 #93AD78 and #7893AD with #AD7893 are triadic colors.

2 #9378AD and #78AD93 with #AD7893 are triadic colors.