COLOR #AD3D86

HEX: #AD3D86
RGB: (173,61,134)

Color info

#AD3D86 contains mainly red and blue colors. Web safe color of #AD3D86 is #993399 (or #939).

RGB color model

#AD3D86 color RGB value is (173,61,134).

  • red value is 173;
  • green value is 61;
  • blue value is 134.
RGB:
(173,61,134)
(68%,24%,53%)

RGB channels and saturation

R 173 of 255 = 68%
G 61 of 255 = 24%
B 134 of 255 = 53%

173
61
134

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

Portions of RGB colors in percentages

R + G + B =
173 + 61 + 134 = 368 (100%)
R 173 of 368 ~ 47.01%
G 61 of 368 ~ 16.58%
B 134 of 368 ~ 36.41%

%47.01
%16.58
%36.41

CMYK color model

#AD3D86 color CMYK value is (0,65,23,32).

  • cyan value is 0.00%
  • magenta value is 64.74%
  • yellow value is 22.54%
  • key color value is 32.16%
CMYK:
(0,65,23,32)
C0M65Y23K32 
(0%,65%,23%,32%)
(0.00/0.65/0.23/0.32)	

CMYK percentages

%0
%64.74
%22.54
%32.16

Codes

Color #AD3D86 in popluar color models

AD3D86
RGB17361134
HSL321°47.86%45.88%
HSB/HSV321°64.74%67.84%
CMYK0.00%64.74%22.54%
32.16%

Color #AD3D86 in popluar number systems.

HEXAD3D86
Decimal17361134
Binary1010110111110110000110
Octal25575206

Shades and tints

Shades of #AD3D86

#AD3D86
(173,61,134)
#9E387A
(158,56,122)
#8F336E
(143,51,110)
#802E62
(128,46,98)
#712956
(113,41,86)
#62244A
(98,36,74)
#531F3E
(83,31,62)
#441A32
(68,26,50)
#351526
(53,21,38)
#26101A
(38,16,26)
#170B0E
(23,11,14)
#000000
(0,0,0)

Tints of #AD3D86

#AD3D86
(173,61,134)
#B44E91
(180,78,145)
#BB5F9C
(187,95,156)
#C270A7
(194,112,167)
#C981B2
(201,129,178)
#D092BD
(208,146,189)
#D7A3C8
(215,163,200)
#DEB4D3
(222,180,211)
#E5C5DE
(229,197,222)
#ECD6E9
(236,214,233)
#F3E7F4
(243,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD3D86 color. Also use rgb(173,61,134) instead hex code.

Text Font Color

.myTextColor { color: #AD3D86; }

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

This text font color is #AD3D86.


Background Color

.myBgColor { background-color: #AD3D86; }

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

This div background color is #AD3D86.


Border color

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

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

This div border color is #AD3D86.


Opacity

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

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

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

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

This text has shadow with #AD3D86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD3D86 on black background.


Color preview on white background

This text has color #AD3D86 on white background.



Black color preview on #AD3D86 background

This text has black color on #AD3D86 background.


White color preview on #AD3D86 background

This text has white color on #AD3D86 background.