COLOR #AD7FB1

HEX: #AD7FB1
RGB: (173,127,177)

Color info

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

RGB color model

#AD7FB1 color RGB value is (173,127,177).

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

RGB channels and saturation

R 173 of 255 = 68%
G 127 of 255 = 50%
B 177 of 255 = 69%

173
127
177

R + G + B ~ 62%. #AD7FB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 127 + 177 = 477 (100%)
R 173 of 477 ~ 36.27%
G 127 of 477 ~ 26.62%
B 177 of 477 ~ 37.11%

%36.27
%26.62
%37.11

CMYK color model

#AD7FB1 color CMYK value is (2,28,0,31).

  • cyan value is 2.26%
  • magenta value is 28.25%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(2,28,0,31)
C2M28Y0K31 
(2%,28%,0%,31%)
(0.02/0.28/0.00/0.31)	

CMYK percentages

%2.26
%28.25
%0
%30.59

Codes

Color #AD7FB1 in popluar color models

AD7FB1
RGB173127177
HSL295°24.27%59.61%
HSB/HSV295°28.25%69.41%
CMYK2.26%28.25%0.00%
30.59%

Color #AD7FB1 in popluar number systems.

HEXAD7FB1
Decimal173127177
Binary10101101111111110110001
Octal255177261

Shades and tints

Shades of #AD7FB1

#AD7FB1
(173,127,177)
#9E74A1
(158,116,161)
#8F6991
(143,105,145)
#805E81
(128,94,129)
#715371
(113,83,113)
#624861
(98,72,97)
#533D51
(83,61,81)
#443241
(68,50,65)
#352731
(53,39,49)
#261C21
(38,28,33)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #AD7FB1

#AD7FB1
(173,127,177)
#B48AB8
(180,138,184)
#BB95BF
(187,149,191)
#C2A0C6
(194,160,198)
#C9ABCD
(201,171,205)
#D0B6D4
(208,182,212)
#D7C1DB
(215,193,219)
#DECCE2
(222,204,226)
#E5D7E9
(229,215,233)
#ECE2F0
(236,226,240)
#F3EDF7
(243,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7FB1; }

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

This text font color is #AD7FB1.


Background Color

.myBgColor { background-color: #AD7FB1; }

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

This div background color is #AD7FB1.


Border color

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

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

This div border color is #AD7FB1.


Opacity

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

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

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

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

This text has shadow with #AD7FB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7FB1 on black background.


Color preview on white background

This text has color #AD7FB1 on white background.



Black color preview on #AD7FB1 background

This text has black color on #AD7FB1 background.


White color preview on #AD7FB1 background

This text has white color on #AD7FB1 background.