COLOR #AD5E82

HEX: #AD5E82
RGB: (173,94,130)

Color info

#AD5E82 contains mainly red and blue colors. Web safe color of #AD5E82 is #996699 (or #969).

RGB color model

#AD5E82 color RGB value is (173,94,130).

  • red value is 173;
  • green value is 94;
  • blue value is 130.
RGB:
(173,94,130)
(68%,37%,51%)

RGB channels and saturation

R 173 of 255 = 68%
G 94 of 255 = 37%
B 130 of 255 = 51%

173
94
130

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

Portions of RGB colors in percentages

R + G + B =
173 + 94 + 130 = 397 (100%)
R 173 of 397 ~ 43.58%
G 94 of 397 ~ 23.68%
B 130 of 397 ~ 32.75%

%43.58
%23.68
%32.75

CMYK color model

#AD5E82 color CMYK value is (0,46,25,32).

  • cyan value is 0.00%
  • magenta value is 45.66%
  • yellow value is 24.86%
  • key color value is 32.16%
CMYK:
(0,46,25,32)
C0M46Y25K32 
(0%,46%,25%,32%)
(0.00/0.46/0.25/0.32)	

CMYK percentages

%0
%45.66
%24.86
%32.16

Codes

Color #AD5E82 in popluar color models

AD5E82
RGB17394130
HSL333°32.51%52.35%
HSB/HSV333°45.66%67.84%
CMYK0.00%45.66%24.86%
32.16%

Color #AD5E82 in popluar number systems.

HEXAD5E82
Decimal17394130
Binary10101101101111010000010
Octal255136202

Shades and tints

Shades of #AD5E82

#AD5E82
(173,94,130)
#9E5677
(158,86,119)
#8F4E6C
(143,78,108)
#804661
(128,70,97)
#713E56
(113,62,86)
#62364B
(98,54,75)
#532E40
(83,46,64)
#442635
(68,38,53)
#351E2A
(53,30,42)
#26161F
(38,22,31)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #AD5E82

#AD5E82
(173,94,130)
#B46C8D
(180,108,141)
#BB7A98
(187,122,152)
#C288A3
(194,136,163)
#C996AE
(201,150,174)
#D0A4B9
(208,164,185)
#D7B2C4
(215,178,196)
#DEC0CF
(222,192,207)
#E5CEDA
(229,206,218)
#ECDCE5
(236,220,229)
#F3EAF0
(243,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD5E82 color. Also use rgb(173,94,130) instead hex code.

Text Font Color

.myTextColor { color: #AD5E82; }

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

This text font color is #AD5E82.


Background Color

.myBgColor { background-color: #AD5E82; }

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

This div background color is #AD5E82.


Border color

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

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

This div border color is #AD5E82.


Opacity

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

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

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

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

This text has shadow with #AD5E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5E82 on black background.


Color preview on white background

This text has color #AD5E82 on white background.



Black color preview on #AD5E82 background

This text has black color on #AD5E82 background.


White color preview on #AD5E82 background

This text has white color on #AD5E82 background.