COLOR #AD6886

HEX: #AD6886
RGB: (173,104,134)

Color info

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

RGB color model

#AD6886 color RGB value is (173,104,134).

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

RGB channels and saturation

R 173 of 255 = 68%
G 104 of 255 = 41%
B 134 of 255 = 53%

173
104
134

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

Portions of RGB colors in percentages

R + G + B =
173 + 104 + 134 = 411 (100%)
R 173 of 411 ~ 42.09%
G 104 of 411 ~ 25.3%
B 134 of 411 ~ 32.6%

%42.09
%25.3
%32.6

CMYK color model

#AD6886 color CMYK value is (0,40,23,32).

  • cyan value is 0.00%
  • magenta value is 39.88%
  • yellow value is 22.54%
  • key color value is 32.16%
CMYK:
(0,40,23,32)
C0M40Y23K32 
(0%,40%,23%,32%)
(0.00/0.40/0.23/0.32)	

CMYK percentages

%0
%39.88
%22.54
%32.16

Codes

Color #AD6886 in popluar color models

AD6886
RGB173104134
HSL334°29.61%54.31%
HSB/HSV334°39.88%67.84%
CMYK0.00%39.88%22.54%
32.16%

Color #AD6886 in popluar number systems.

HEXAD6886
Decimal173104134
Binary10101101110100010000110
Octal255150206

Shades and tints

Shades of #AD6886

#AD6886
(173,104,134)
#9E5F7A
(158,95,122)
#8F566E
(143,86,110)
#804D62
(128,77,98)
#714456
(113,68,86)
#623B4A
(98,59,74)
#53323E
(83,50,62)
#442932
(68,41,50)
#352026
(53,32,38)
#26171A
(38,23,26)
#170E0E
(23,14,14)
#000000
(0,0,0)

Tints of #AD6886

#AD6886
(173,104,134)
#B47591
(180,117,145)
#BB829C
(187,130,156)
#C28FA7
(194,143,167)
#C99CB2
(201,156,178)
#D0A9BD
(208,169,189)
#D7B6C8
(215,182,200)
#DEC3D3
(222,195,211)
#E5D0DE
(229,208,222)
#ECDDE9
(236,221,233)
#F3EAF4
(243,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6886; }

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

This text font color is #AD6886.


Background Color

.myBgColor { background-color: #AD6886; }

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

This div background color is #AD6886.


Border color

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

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

This div border color is #AD6886.


Opacity

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

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

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

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

This text has shadow with #AD6886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6886 on black background.


Color preview on white background

This text has color #AD6886 on white background.



Black color preview on #AD6886 background

This text has black color on #AD6886 background.


White color preview on #AD6886 background

This text has white color on #AD6886 background.