COLOR #AD7E8C

HEX: #AD7E8C RGB: (173,126,140)

Color info

#AD7E8C contains red, green and blue colors in about the same proportion. Web safe color of #AD7E8C is #996699 (or #969).

RGB color model

#AD7E8C color RGB value is (173,126,140).

RGB: (173,126,140) (68%, 49%, 55%)

RGB channels and saturation

R 173 of 255 = 68%
G 126 of 255 = 49%
B 140 of 255 = 55%

173
126
140

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

Portions of RGB colors in percentages

R + G + B = 173 + 126 + 140 = 439 (100%)
R 173 of 439 ~ 39.41%
G 126 of 439 ~ 28.7%
B 140 of 439 ~ 31.89'%

%39.41
%28.7
%31.89

CMYK color model

#AD7E8C color CMYK value is (0,27,19,32).

  • cyan value is 0.00%
  • magenta value is 27.17%
  • yellow value is 19.08%
  • key color value is 32.16%

CMYK: (0,27,19,32)
C0M27Y19K32 (0%, 27%, 19%, 32%)
(0.00 / 0.27 / 0.19 / 0.32)

CMYK percentages

%0
%27.17
%19.08
%32.16

Codes

Color #AD7E8C in popluar color models

AD 7E 8C
RGB 173 126 140
HSL 342° 22.27% 58.63%
HSB/HSV 342° 27.17% 67.84%
CMYK 0.00% 27.17% 19.08%
32.16%

Color #AD7E8C in popluar number systems.

HEX AD 7E 8C
Decimal 173 126 140
Binary 10101101 1111110 10001100
Octal 255 176 214

Shades and tints

Shades of #AD7E8C

#AD7E8C
(173,126,140)
#9E7380
(158,115,128)
#8F6874
(143,104,116)
#805D68
(128,93,104)
#71525C
(113,82,92)
#624750
(98,71,80)
#533C44
(83,60,68)
#443138
(68,49,56)
#35262C
(53,38,44)
#261B20
(38,27,32)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #AD7E8C

#AD7E8C
(173,126,140)
#B48996
(180,137,150)
#BB94A0
(187,148,160)
#C29FAA
(194,159,170)
#C9AAB4
(201,170,180)
#D0B5BE
(208,181,190)
#D7C0C8
(215,192,200)
#DECBD2
(222,203,210)
#E5D6DC
(229,214,220)
#ECE1E6
(236,225,230)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7E8C; }

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

This text font color is #AD7E8C.

Background Color

.myBgColor { background-color: #AD7E8C; }

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

This div background color is #AD7E8C.

Border color

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

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

This div border color is #AD7E8C.

Opacity

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

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

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

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

This text has shadow with #AD7E8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7E8C.

Preview

Color preview on black background

This text has color #AD7E8C on black background.


Color preview on white background

This text has color #AD7E8C on white background.


Black color preview on #AD7E8C background

This text has black color on #AD7E8C background.


White color preview on #AD7E8C background

This text has white color on #AD7E8C background.


Related colors

Complementary color

Complementary color for #hex is #528173.


I love getcolorcode.com

Triadic colors

1 #8CAD7E and #7E8CAD with #AD7E8C are triadic colors.

2 #8C7EAD and #7EAD8C with #AD7E8C are triadic colors.