COLOR #AD7F9C

HEX: #AD7F9C
RGB: (173,127,156)

Color info

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

RGB color model

#AD7F9C color RGB value is (173,127,156).

  • red value is 173;
  • green value is 127;
  • blue value is 156.
RGB:
(173,127,156)
(68%,50%,61%)

RGB channels and saturation

R 173 of 255 = 68%
G 127 of 255 = 50%
B 156 of 255 = 61%

173
127
156

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

Portions of RGB colors in percentages

R + G + B =
173 + 127 + 156 = 456 (100%)
R 173 of 456 ~ 37.94%
G 127 of 456 ~ 27.85%
B 156 of 456 ~ 34.21%

%37.94
%27.85
%34.21

CMYK color model

#AD7F9C color CMYK value is (0,27,10,32).

  • cyan value is 0.00%
  • magenta value is 26.59%
  • yellow value is 9.83%
  • key color value is 32.16%
CMYK:
(0,27,10,32)
C0M27Y10K32 
(0%,27%,10%,32%)
(0.00/0.27/0.10/0.32)	

CMYK percentages

%0
%26.59
%9.83
%32.16

Codes

Color #AD7F9C in popluar color models

AD7F9C
RGB173127156
HSL322°21.90%58.82%
HSB/HSV322°26.59%67.84%
CMYK0.00%26.59%9.83%
32.16%

Color #AD7F9C in popluar number systems.

HEXAD7F9C
Decimal173127156
Binary10101101111111110011100
Octal255177234

Shades and tints

Shades of #AD7F9C

#AD7F9C
(173,127,156)
#9E748E
(158,116,142)
#8F6980
(143,105,128)
#805E72
(128,94,114)
#715364
(113,83,100)
#624856
(98,72,86)
#533D48
(83,61,72)
#44323A
(68,50,58)
#35272C
(53,39,44)
#261C1E
(38,28,30)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #AD7F9C

#AD7F9C
(173,127,156)
#B48AA5
(180,138,165)
#BB95AE
(187,149,174)
#C2A0B7
(194,160,183)
#C9ABC0
(201,171,192)
#D0B6C9
(208,182,201)
#D7C1D2
(215,193,210)
#DECCDB
(222,204,219)
#E5D7E4
(229,215,228)
#ECE2ED
(236,226,237)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7F9C color. Also use rgb(173,127,156) instead hex code.

Text Font Color

.myTextColor { color: #AD7F9C; }

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

This text font color is #AD7F9C.


Background Color

.myBgColor { background-color: #AD7F9C; }

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

This div background color is #AD7F9C.


Border color

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

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

This div border color is #AD7F9C.


Opacity

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

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

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

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

This text has shadow with #AD7F9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7F9C on black background.


Color preview on white background

This text has color #AD7F9C on white background.



Black color preview on #AD7F9C background

This text has black color on #AD7F9C background.


White color preview on #AD7F9C background

This text has white color on #AD7F9C background.