COLOR #AD84AC

HEX: #AD84AC
RGB: (173,132,172)

Color info

#AD84AC contains red, green and blue colors in about the same proportion. Web safe color of #AD84AC is #999999 (or #999).

RGB color model

#AD84AC color RGB value is (173,132,172).

  • red value is 173;
  • green value is 132;
  • blue value is 172.
RGB:
(173,132,172)
(68%,52%,67%)

RGB channels and saturation

R 173 of 255 = 68%
G 132 of 255 = 52%
B 172 of 255 = 67%

173
132
172

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

Portions of RGB colors in percentages

R + G + B =
173 + 132 + 172 = 477 (100%)
R 173 of 477 ~ 36.27%
G 132 of 477 ~ 27.67%
B 172 of 477 ~ 36.06%

%36.27
%27.67
%36.06

CMYK color model

#AD84AC color CMYK value is (0,24,1,32).

  • cyan value is 0.00%
  • magenta value is 23.70%
  • yellow value is 0.58%
  • key color value is 32.16%
CMYK:
(0,24,1,32)
C0M24Y1K32 
(0%,24%,1%,32%)
(0.00/0.24/0.01/0.32)	

CMYK percentages

%0
%23.7
%0.58
%32.16

Codes

Color #AD84AC in popluar color models

AD84AC
RGB173132172
HSL301°20.00%59.80%
HSB/HSV301°23.70%67.84%
CMYK0.00%23.70%0.58%
32.16%

Color #AD84AC in popluar number systems.

HEXAD84AC
Decimal173132172
Binary101011011000010010101100
Octal255204254

Shades and tints

Shades of #AD84AC

#AD84AC
(173,132,172)
#9E789D
(158,120,157)
#8F6C8E
(143,108,142)
#80607F
(128,96,127)
#715470
(113,84,112)
#624861
(98,72,97)
#533C52
(83,60,82)
#443043
(68,48,67)
#352434
(53,36,52)
#261825
(38,24,37)
#170C16
(23,12,22)
#000000
(0,0,0)

Tints of #AD84AC

#AD84AC
(173,132,172)
#B48FB3
(180,143,179)
#BB9ABA
(187,154,186)
#C2A5C1
(194,165,193)
#C9B0C8
(201,176,200)
#D0BBCF
(208,187,207)
#D7C6D6
(215,198,214)
#DED1DD
(222,209,221)
#E5DCE4
(229,220,228)
#ECE7EB
(236,231,235)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD84AC; }

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

This text font color is #AD84AC.


Background Color

.myBgColor { background-color: #AD84AC; }

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

This div background color is #AD84AC.


Border color

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

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

This div border color is #AD84AC.


Opacity

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

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

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

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

This text has shadow with #AD84AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD84AC on black background.


Color preview on white background

This text has color #AD84AC on white background.



Black color preview on #AD84AC background

This text has black color on #AD84AC background.


White color preview on #AD84AC background

This text has white color on #AD84AC background.