COLOR #AD7BB4

HEX: #AD7BB4 RGB: (173,123,180)

Color info

#AD7BB4 contains red, green and blue colors in about the same proportion. Web safe color of #AD7BB4 is #9966CC (or #96C).

RGB color model

#AD7BB4 color RGB value is (173,123,180).

RGB: (173,123,180) (68%, 48%, 71%)

RGB channels and saturation

R 173 of 255 = 68%
G 123 of 255 = 48%
B 180 of 255 = 71%

173
123
180

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

Portions of RGB colors in percentages

R + G + B = 173 + 123 + 180 = 476 (100%)
R 173 of 476 ~ 36.34%
G 123 of 476 ~ 25.84%
B 180 of 476 ~ 37.82'%

%36.34
%25.84
%37.82

CMYK color model

#AD7BB4 color CMYK value is (4,32,0,29).

  • cyan value is 3.89%
  • magenta value is 31.67%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (4,32,0,29)
C4M32Y0K29 (4%, 32%, 0%, 29%)
(0.04 / 0.32 / 0.00 / 0.29)

CMYK percentages

%3.89
%31.67
%0
%29.41

Codes

Color #AD7BB4 in popluar color models

AD 7B B4
RGB 173 123 180
HSL 293° 27.54% 59.41%
HSB/HSV 293° 31.67% 70.59%
CMYK 3.89% 31.67% 0.00%
29.41%

Color #AD7BB4 in popluar number systems.

HEX AD 7B B4
Decimal 173 123 180
Binary 10101101 1111011 10110100
Octal 255 173 264

Shades and tints

Shades of #AD7BB4

#AD7BB4
(173,123,180)
#9E70A4
(158,112,164)
#8F6594
(143,101,148)
#805A84
(128,90,132)
#714F74
(113,79,116)
#624464
(98,68,100)
#533954
(83,57,84)
#442E44
(68,46,68)
#352334
(53,35,52)
#261824
(38,24,36)
#170D14
(23,13,20)
#000000
(0,0,0)

Tints of #AD7BB4

#AD7BB4
(173,123,180)
#B487BA
(180,135,186)
#BB93C0
(187,147,192)
#C29FC6
(194,159,198)
#C9ABCC
(201,171,204)
#D0B7D2
(208,183,210)
#D7C3D8
(215,195,216)
#DECFDE
(222,207,222)
#E5DBE4
(229,219,228)
#ECE7EA
(236,231,234)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7BB4 color. Also use rgb(173,123,180) instead hex code.

Text Font Color

.myTextColor { color: #AD7BB4; }

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

This text font color is #AD7BB4.

Background Color

.myBgColor { background-color: #AD7BB4; }

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

This div background color is #AD7BB4.

Border color

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

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

This div border color is #AD7BB4.

Opacity

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

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

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

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

This text has shadow with #AD7BB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7BB4.

Preview

Color preview on black background

This text has color #AD7BB4 on black background.


Color preview on white background

This text has color #AD7BB4 on white background.


Black color preview on #AD7BB4 background

This text has black color on #AD7BB4 background.


White color preview on #AD7BB4 background

This text has white color on #AD7BB4 background.


Related colors

Complementary color

Complementary color for #hex is #52844B.


I love getcolorcode.com

Triadic colors

1 #B4AD7B and #7BB4AD with #AD7BB4 are triadic colors.

2 #B47BAD and #7BADB4 with #AD7BB4 are triadic colors.