COLOR #AD7E93

HEX: #AD7E93
RGB: (173,126,147)

Color info

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

RGB color model

#AD7E93 color RGB value is (173,126,147).

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

RGB channels and saturation

R 173 of 255 = 68%
G 126 of 255 = 49%
B 147 of 255 = 58%

173
126
147

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

Portions of RGB colors in percentages

R + G + B =
173 + 126 + 147 = 446 (100%)
R 173 of 446 ~ 38.79%
G 126 of 446 ~ 28.25%
B 147 of 446 ~ 32.96%

%38.79
%28.25
%32.96

CMYK color model

#AD7E93 color CMYK value is (0,27,15,32).

  • cyan value is 0.00%
  • magenta value is 27.17%
  • yellow value is 15.03%
  • key color value is 32.16%
CMYK:
(0,27,15,32)
C0M27Y15K32 
(0%,27%,15%,32%)
(0.00/0.27/0.15/0.32)	

CMYK percentages

%0
%27.17
%15.03
%32.16

Codes

Color #AD7E93 in popluar color models

AD7E93
RGB173126147
HSL333°22.27%58.63%
HSB/HSV333°27.17%67.84%
CMYK0.00%27.17%15.03%
32.16%

Color #AD7E93 in popluar number systems.

HEXAD7E93
Decimal173126147
Binary10101101111111010010011
Octal255176223

Shades and tints

Shades of #AD7E93

#AD7E93
(173,126,147)
#9E7386
(158,115,134)
#8F6879
(143,104,121)
#805D6C
(128,93,108)
#71525F
(113,82,95)
#624752
(98,71,82)
#533C45
(83,60,69)
#443138
(68,49,56)
#35262B
(53,38,43)
#261B1E
(38,27,30)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #AD7E93

#AD7E93
(173,126,147)
#B4899C
(180,137,156)
#BB94A5
(187,148,165)
#C29FAE
(194,159,174)
#C9AAB7
(201,170,183)
#D0B5C0
(208,181,192)
#D7C0C9
(215,192,201)
#DECBD2
(222,203,210)
#E5D6DB
(229,214,219)
#ECE1E4
(236,225,228)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7E93; }

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

This text font color is #AD7E93.


Background Color

.myBgColor { background-color: #AD7E93; }

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

This div background color is #AD7E93.


Border color

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

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

This div border color is #AD7E93.


Opacity

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

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

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

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

This text has shadow with #AD7E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7E93 on black background.


Color preview on white background

This text has color #AD7E93 on white background.



Black color preview on #AD7E93 background

This text has black color on #AD7E93 background.


White color preview on #AD7E93 background

This text has white color on #AD7E93 background.