COLOR #AD7FA7

HEX: #AD7FA7
RGB: (173,127,167)

Color info

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

RGB color model

#AD7FA7 color RGB value is (173,127,167).

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

RGB channels and saturation

R 173 of 255 = 68%
G 127 of 255 = 50%
B 167 of 255 = 65%

173
127
167

R + G + B ~ 61%. #AD7FA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 127 + 167 = 467 (100%)
R 173 of 467 ~ 37.04%
G 127 of 467 ~ 27.19%
B 167 of 467 ~ 35.76%

%37.04
%27.19
%35.76

CMYK color model

#AD7FA7 color CMYK value is (0,27,3,32).

  • cyan value is 0.00%
  • magenta value is 26.59%
  • yellow value is 3.47%
  • key color value is 32.16%
CMYK:
(0,27,3,32)
C0M27Y3K32 
(0%,27%,3%,32%)
(0.00/0.27/0.03/0.32)	

CMYK percentages

%0
%26.59
%3.47
%32.16

Codes

Color #AD7FA7 in popluar color models

AD7FA7
RGB173127167
HSL308°21.90%58.82%
HSB/HSV308°26.59%67.84%
CMYK0.00%26.59%3.47%
32.16%

Color #AD7FA7 in popluar number systems.

HEXAD7FA7
Decimal173127167
Binary10101101111111110100111
Octal255177247

Shades and tints

Shades of #AD7FA7

#AD7FA7
(173,127,167)
#9E7498
(158,116,152)
#8F6989
(143,105,137)
#805E7A
(128,94,122)
#71536B
(113,83,107)
#62485C
(98,72,92)
#533D4D
(83,61,77)
#44323E
(68,50,62)
#35272F
(53,39,47)
#261C20
(38,28,32)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #AD7FA7

#AD7FA7
(173,127,167)
#B48AAF
(180,138,175)
#BB95B7
(187,149,183)
#C2A0BF
(194,160,191)
#C9ABC7
(201,171,199)
#D0B6CF
(208,182,207)
#D7C1D7
(215,193,215)
#DECCDF
(222,204,223)
#E5D7E7
(229,215,231)
#ECE2EF
(236,226,239)
#F3EDF7
(243,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7FA7; }

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

This text font color is #AD7FA7.


Background Color

.myBgColor { background-color: #AD7FA7; }

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

This div background color is #AD7FA7.


Border color

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

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

This div border color is #AD7FA7.


Opacity

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

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

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

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

This text has shadow with #AD7FA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7FA7 on black background.


Color preview on white background

This text has color #AD7FA7 on white background.



Black color preview on #AD7FA7 background

This text has black color on #AD7FA7 background.


White color preview on #AD7FA7 background

This text has white color on #AD7FA7 background.