COLOR #AD6E7E

HEX: #AD6E7E
RGB: (173,110,126)

Color info

#AD6E7E contains mainly red and blue colors. Web safe color of #AD6E7E is #996666 (or #966).

RGB color model

#AD6E7E color RGB value is (173,110,126).

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

RGB channels and saturation

R 173 of 255 = 68%
G 110 of 255 = 43%
B 126 of 255 = 49%

173
110
126

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

Portions of RGB colors in percentages

R + G + B =
173 + 110 + 126 = 409 (100%)
R 173 of 409 ~ 42.3%
G 110 of 409 ~ 26.89%
B 126 of 409 ~ 30.81%

%42.3
%26.89
%30.81

CMYK color model

#AD6E7E color CMYK value is (0,36,27,32).

  • cyan value is 0.00%
  • magenta value is 36.42%
  • yellow value is 27.17%
  • key color value is 32.16%
CMYK:
(0,36,27,32)
C0M36Y27K32 
(0%,36%,27%,32%)
(0.00/0.36/0.27/0.32)	

CMYK percentages

%0
%36.42
%27.17
%32.16

Codes

Color #AD6E7E in popluar color models

AD6E7E
RGB173110126
HSL345°27.75%55.49%
HSB/HSV345°36.42%67.84%
CMYK0.00%36.42%27.17%
32.16%

Color #AD6E7E in popluar number systems.

HEXAD6E7E
Decimal173110126
Binary1010110111011101111110
Octal255156176

Shades and tints

Shades of #AD6E7E

#AD6E7E
(173,110,126)
#9E6473
(158,100,115)
#8F5A68
(143,90,104)
#80505D
(128,80,93)
#714652
(113,70,82)
#623C47
(98,60,71)
#53323C
(83,50,60)
#442831
(68,40,49)
#351E26
(53,30,38)
#26141B
(38,20,27)
#170A10
(23,10,16)
#000000
(0,0,0)

Tints of #AD6E7E

#AD6E7E
(173,110,126)
#B47B89
(180,123,137)
#BB8894
(187,136,148)
#C2959F
(194,149,159)
#C9A2AA
(201,162,170)
#D0AFB5
(208,175,181)
#D7BCC0
(215,188,192)
#DEC9CB
(222,201,203)
#E5D6D6
(229,214,214)
#ECE3E1
(236,227,225)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6E7E; }

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

This text font color is #AD6E7E.


Background Color

.myBgColor { background-color: #AD6E7E; }

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

This div background color is #AD6E7E.


Border color

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

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

This div border color is #AD6E7E.


Opacity

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

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

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

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

This text has shadow with #AD6E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6E7E on black background.


Color preview on white background

This text has color #AD6E7E on white background.



Black color preview on #AD6E7E background

This text has black color on #AD6E7E background.


White color preview on #AD6E7E background

This text has white color on #AD6E7E background.