COLOR #AD6D86

HEX: #AD6D86
RGB: (173,109,134)

Color info

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

RGB color model

#AD6D86 color RGB value is (173,109,134).

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

RGB channels and saturation

R 173 of 255 = 68%
G 109 of 255 = 43%
B 134 of 255 = 53%

173
109
134

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

Portions of RGB colors in percentages

R + G + B =
173 + 109 + 134 = 416 (100%)
R 173 of 416 ~ 41.59%
G 109 of 416 ~ 26.2%
B 134 of 416 ~ 32.21%

%41.59
%26.2
%32.21

CMYK color model

#AD6D86 color CMYK value is (0,37,23,32).

  • cyan value is 0.00%
  • magenta value is 36.99%
  • yellow value is 22.54%
  • key color value is 32.16%
CMYK:
(0,37,23,32)
C0M37Y23K32 
(0%,37%,23%,32%)
(0.00/0.37/0.23/0.32)	

CMYK percentages

%0
%36.99
%22.54
%32.16

Codes

Color #AD6D86 in popluar color models

AD6D86
RGB173109134
HSL337°28.07%55.29%
HSB/HSV337°36.99%67.84%
CMYK0.00%36.99%22.54%
32.16%

Color #AD6D86 in popluar number systems.

HEXAD6D86
Decimal173109134
Binary10101101110110110000110
Octal255155206

Shades and tints

Shades of #AD6D86

#AD6D86
(173,109,134)
#9E647A
(158,100,122)
#8F5B6E
(143,91,110)
#805262
(128,82,98)
#714956
(113,73,86)
#62404A
(98,64,74)
#53373E
(83,55,62)
#442E32
(68,46,50)
#352526
(53,37,38)
#261C1A
(38,28,26)
#17130E
(23,19,14)
#000000
(0,0,0)

Tints of #AD6D86

#AD6D86
(173,109,134)
#B47A91
(180,122,145)
#BB879C
(187,135,156)
#C294A7
(194,148,167)
#C9A1B2
(201,161,178)
#D0AEBD
(208,174,189)
#D7BBC8
(215,187,200)
#DEC8D3
(222,200,211)
#E5D5DE
(229,213,222)
#ECE2E9
(236,226,233)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6D86; }

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

This text font color is #AD6D86.


Background Color

.myBgColor { background-color: #AD6D86; }

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

This div background color is #AD6D86.


Border color

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

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

This div border color is #AD6D86.


Opacity

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

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

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

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

This text has shadow with #AD6D86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6D86 on black background.


Color preview on white background

This text has color #AD6D86 on white background.



Black color preview on #AD6D86 background

This text has black color on #AD6D86 background.


White color preview on #AD6D86 background

This text has white color on #AD6D86 background.