COLOR #AD84B7

HEX: #AD84B7 RGB: (173,132,183)

Color info

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

RGB color model

#AD84B7 color RGB value is (173,132,183).

RGB: (173,132,183) (68%, 52%, 72%)

RGB channels and saturation

R 173 of 255 = 68%
G 132 of 255 = 52%
B 183 of 255 = 72%

173
132
183

R + G + B ~ 64%. #AD84B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 132 + 183 = 488 (100%)
R 173 of 488 ~ 35.45%
G 132 of 488 ~ 27.05%
B 183 of 488 ~ 37.5'%

%35.45
%27.05
%37.5

CMYK color model

#AD84B7 color CMYK value is (5,28,0,28).

  • cyan value is 5.46%
  • magenta value is 27.87%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (5,28,0,28)
C5M28Y0K28 (5%, 28%, 0%, 28%)
(0.05 / 0.28 / 0.00 / 0.28)

CMYK percentages

%5.46
%27.87
%0
%28.24

Codes

Color #AD84B7 in popluar color models

AD 84 B7
RGB 173 132 183
HSL 288° 26.15% 61.76%
HSB/HSV 288° 27.87% 71.76%
CMYK 5.46% 27.87% 0.00%
28.24%

Color #AD84B7 in popluar number systems.

HEX AD 84 B7
Decimal 173 132 183
Binary 10101101 10000100 10110111
Octal 255 204 267

Shades and tints

Shades of #AD84B7

#AD84B7
(173,132,183)
#9E78A7
(158,120,167)
#8F6C97
(143,108,151)
#806087
(128,96,135)
#715477
(113,84,119)
#624867
(98,72,103)
#533C57
(83,60,87)
#443047
(68,48,71)
#352437
(53,36,55)
#261827
(38,24,39)
#170C17
(23,12,23)
#000000
(0,0,0)

Tints of #AD84B7

#AD84B7
(173,132,183)
#B48FBD
(180,143,189)
#BB9AC3
(187,154,195)
#C2A5C9
(194,165,201)
#C9B0CF
(201,176,207)
#D0BBD5
(208,187,213)
#D7C6DB
(215,198,219)
#DED1E1
(222,209,225)
#E5DCE7
(229,220,231)
#ECE7ED
(236,231,237)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD84B7 color. Also use rgb(173,132,183) instead hex code.

Text Font Color

.myTextColor { color: #AD84B7; }

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

This text font color is #AD84B7.

Background Color

.myBgColor { background-color: #AD84B7; }

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

This div background color is #AD84B7.

Border color

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

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

This div border color is #AD84B7.

Opacity

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

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

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

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

This text has shadow with #AD84B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD84B7.

Preview

Color preview on black background

This text has color #AD84B7 on black background.


Color preview on white background

This text has color #AD84B7 on white background.


Black color preview on #AD84B7 background

This text has black color on #AD84B7 background.


White color preview on #AD84B7 background

This text has white color on #AD84B7 background.


Related colors

Complementary color

Complementary color for #hex is #527B48.


I love getcolorcode.com

Triadic colors

1 #B7AD84 and #84B7AD with #AD84B7 are triadic colors.

2 #B784AD and #84ADB7 with #AD84B7 are triadic colors.