COLOR #AD6E9F

HEX: #AD6E9F
RGB: (173,110,159)

Color info

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

RGB color model

#AD6E9F color RGB value is (173,110,159).

  • red value is 173;
  • green value is 110;
  • blue value is 159.
RGB:
(173,110,159)
(68%,43%,62%)

RGB channels and saturation

R 173 of 255 = 68%
G 110 of 255 = 43%
B 159 of 255 = 62%

173
110
159

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

Portions of RGB colors in percentages

R + G + B =
173 + 110 + 159 = 442 (100%)
R 173 of 442 ~ 39.14%
G 110 of 442 ~ 24.89%
B 159 of 442 ~ 35.97%

%39.14
%24.89
%35.97

CMYK color model

#AD6E9F color CMYK value is (0,36,8,32).

  • cyan value is 0.00%
  • magenta value is 36.42%
  • yellow value is 8.09%
  • key color value is 32.16%
CMYK:
(0,36,8,32)
C0M36Y8K32 
(0%,36%,8%,32%)
(0.00/0.36/0.08/0.32)	

CMYK percentages

%0
%36.42
%8.09
%32.16

Codes

Color #AD6E9F in popluar color models

AD6E9F
RGB173110159
HSL313°27.75%55.49%
HSB/HSV313°36.42%67.84%
CMYK0.00%36.42%8.09%
32.16%

Color #AD6E9F in popluar number systems.

HEXAD6E9F
Decimal173110159
Binary10101101110111010011111
Octal255156237

Shades and tints

Shades of #AD6E9F

#AD6E9F
(173,110,159)
#9E6491
(158,100,145)
#8F5A83
(143,90,131)
#805075
(128,80,117)
#714667
(113,70,103)
#623C59
(98,60,89)
#53324B
(83,50,75)
#44283D
(68,40,61)
#351E2F
(53,30,47)
#261421
(38,20,33)
#170A13
(23,10,19)
#000000
(0,0,0)

Tints of #AD6E9F

#AD6E9F
(173,110,159)
#B47BA7
(180,123,167)
#BB88AF
(187,136,175)
#C295B7
(194,149,183)
#C9A2BF
(201,162,191)
#D0AFC7
(208,175,199)
#D7BCCF
(215,188,207)
#DEC9D7
(222,201,215)
#E5D6DF
(229,214,223)
#ECE3E7
(236,227,231)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6E9F color. Also use rgb(173,110,159) instead hex code.

Text Font Color

.myTextColor { color: #AD6E9F; }

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

This text font color is #AD6E9F.


Background Color

.myBgColor { background-color: #AD6E9F; }

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

This div background color is #AD6E9F.


Border color

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

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

This div border color is #AD6E9F.


Opacity

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

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

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

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

This text has shadow with #AD6E9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6E9F on black background.


Color preview on white background

This text has color #AD6E9F on white background.



Black color preview on #AD6E9F background

This text has black color on #AD6E9F background.


White color preview on #AD6E9F background

This text has white color on #AD6E9F background.