COLOR #AD6684

HEX: #AD6684 RGB: (173,102,132)

Color info

#AD6684 contains mainly red and blue colors. Web safe color of #AD6684 is #996699 (or #969).

RGB color model

#AD6684 color RGB value is (173,102,132).

RGB: (173,102,132) (68%, 40%, 52%)

RGB channels and saturation

R 173 of 255 = 68%
G 102 of 255 = 40%
B 132 of 255 = 52%

173
102
132

R + G + B ~ 53%. #AD6684 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 173 + 102 + 132 = 407 (100%)
R 173 of 407 ~ 42.51%
G 102 of 407 ~ 25.06%
B 132 of 407 ~ 32.43'%

%42.51
%25.06
%32.43

CMYK color model

#AD6684 color CMYK value is (0,41,24,32).

  • cyan value is 0.00%
  • magenta value is 41.04%
  • yellow value is 23.70%
  • key color value is 32.16%

CMYK: (0,41,24,32)
C0M41Y24K32 (0%, 41%, 24%, 32%)
(0.00 / 0.41 / 0.24 / 0.32)

CMYK percentages

%0
%41.04
%23.7
%32.16

Codes

Color #AD6684 in popluar color models

AD 66 84
RGB 173 102 132
HSL 335° 30.21% 53.92%
HSB/HSV 335° 41.04% 67.84%
CMYK 0.00% 41.04% 23.70%
32.16%

Color #AD6684 in popluar number systems.

HEX AD 66 84
Decimal 173 102 132
Binary 10101101 1100110 10000100
Octal 255 146 204

Shades and tints

Shades of #AD6684

#AD6684
(173,102,132)
#9E5D78
(158,93,120)
#8F546C
(143,84,108)
#804B60
(128,75,96)
#714254
(113,66,84)
#623948
(98,57,72)
#53303C
(83,48,60)
#442730
(68,39,48)
#351E24
(53,30,36)
#261518
(38,21,24)
#170C0C
(23,12,12)
#000000
(0,0,0)

Tints of #AD6684

#AD6684
(173,102,132)
#B4738F
(180,115,143)
#BB809A
(187,128,154)
#C28DA5
(194,141,165)
#C99AB0
(201,154,176)
#D0A7BB
(208,167,187)
#D7B4C6
(215,180,198)
#DEC1D1
(222,193,209)
#E5CEDC
(229,206,220)
#ECDBE7
(236,219,231)
#F3E8F2
(243,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6684; }

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

This text font color is #AD6684.

Background Color

.myBgColor { background-color: #AD6684; }

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

This div background color is #AD6684.

Border color

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

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

This div border color is #AD6684.

Opacity

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

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

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

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

This text has shadow with #AD6684 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD6684.

Preview

Color preview on black background

This text has color #AD6684 on black background.


Color preview on white background

This text has color #AD6684 on white background.


Black color preview on #AD6684 background

This text has black color on #AD6684 background.


White color preview on #AD6684 background

This text has white color on #AD6684 background.


Related colors

Complementary color

Complementary color for #hex is #52997B.


I love getcolorcode.com

Triadic colors

1 #84AD66 and #6684AD with #AD6684 are triadic colors.

2 #8466AD and #66AD84 with #AD6684 are triadic colors.