COLOR #AD7FB0

HEX: #AD7FB0 RGB: (173,127,176)

Color info

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

RGB color model

#AD7FB0 color RGB value is (173,127,176).

RGB: (173,127,176) (68%, 50%, 69%)

RGB channels and saturation

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

173
127
176

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

Portions of RGB colors in percentages

R + G + B = 173 + 127 + 176 = 476 (100%)
R 173 of 476 ~ 36.34%
G 127 of 476 ~ 26.68%
B 176 of 476 ~ 36.97'%

%36.34
%26.68
%36.97

CMYK color model

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

  • cyan value is 1.70%
  • magenta value is 27.84%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (2,28,0,31)
C2M28Y0K31 (2%, 28%, 0%, 31%)
(0.02 / 0.28 / 0.00 / 0.31)

CMYK percentages

%1.7
%27.84
%0
%30.98

Codes

Color #AD7FB0 in popluar color models

AD 7F B0
RGB 173 127 176
HSL 296° 23.67% 59.41%
HSB/HSV 296° 27.84% 69.02%
CMYK 1.70% 27.84% 0.00%
30.98%

Color #AD7FB0 in popluar number systems.

HEX AD 7F B0
Decimal 173 127 176
Binary 10101101 1111111 10110000
Octal 255 177 260

Shades and tints

Shades of #AD7FB0

#AD7FB0
(173,127,176)
#9E74A0
(158,116,160)
#8F6990
(143,105,144)
#805E80
(128,94,128)
#715370
(113,83,112)
#624860
(98,72,96)
#533D50
(83,61,80)
#443240
(68,50,64)
#352730
(53,39,48)
#261C20
(38,28,32)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #AD7FB0

#AD7FB0
(173,127,176)
#B48AB7
(180,138,183)
#BB95BE
(187,149,190)
#C2A0C5
(194,160,197)
#C9ABCC
(201,171,204)
#D0B6D3
(208,182,211)
#D7C1DA
(215,193,218)
#DECCE1
(222,204,225)
#E5D7E8
(229,215,232)
#ECE2EF
(236,226,239)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7FB0; }

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

This text font color is #AD7FB0.

Background Color

.myBgColor { background-color: #AD7FB0; }

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

This div background color is #AD7FB0.

Border color

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

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

This div border color is #AD7FB0.

Opacity

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

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

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

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

This text has shadow with #AD7FB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7FB0.

Preview

Color preview on black background

This text has color #AD7FB0 on black background.


Color preview on white background

This text has color #AD7FB0 on white background.


Black color preview on #AD7FB0 background

This text has black color on #AD7FB0 background.


White color preview on #AD7FB0 background

This text has white color on #AD7FB0 background.


Related colors

Complementary color

Complementary color for #hex is #52804F.


I love getcolorcode.com

Triadic colors

1 #B0AD7F and #7FB0AD with #AD7FB0 are triadic colors.

2 #B07FAD and #7FADB0 with #AD7FB0 are triadic colors.