COLOR #AD669C

HEX: #AD669C RGB: (173,102,156)

Color info

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

RGB color model

#AD669C color RGB value is (173,102,156).

RGB: (173,102,156) (68%, 40%, 61%)

RGB channels and saturation

R 173 of 255 = 68%
G 102 of 255 = 40%
B 156 of 255 = 61%

173
102
156

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

Portions of RGB colors in percentages

R + G + B = 173 + 102 + 156 = 431 (100%)
R 173 of 431 ~ 40.14%
G 102 of 431 ~ 23.67%
B 156 of 431 ~ 36.19'%

%40.14
%23.67
%36.19

CMYK color model

#AD669C color CMYK value is (0,41,10,32).

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

CMYK: (0,41,10,32)
C0M41Y10K32 (0%, 41%, 10%, 32%)
(0.00 / 0.41 / 0.10 / 0.32)

CMYK percentages

%0
%41.04
%9.83
%32.16

Codes

Color #AD669C in popluar color models

AD 66 9C
RGB 173 102 156
HSL 314° 30.21% 53.92%
HSB/HSV 314° 41.04% 67.84%
CMYK 0.00% 41.04% 9.83%
32.16%

Color #AD669C in popluar number systems.

HEX AD 66 9C
Decimal 173 102 156
Binary 10101101 1100110 10011100
Octal 255 146 234

Shades and tints

Shades of #AD669C

#AD669C
(173,102,156)
#9E5D8E
(158,93,142)
#8F5480
(143,84,128)
#804B72
(128,75,114)
#714264
(113,66,100)
#623956
(98,57,86)
#533048
(83,48,72)
#44273A
(68,39,58)
#351E2C
(53,30,44)
#26151E
(38,21,30)
#170C10
(23,12,16)
#000000
(0,0,0)

Tints of #AD669C

#AD669C
(173,102,156)
#B473A5
(180,115,165)
#BB80AE
(187,128,174)
#C28DB7
(194,141,183)
#C99AC0
(201,154,192)
#D0A7C9
(208,167,201)
#D7B4D2
(215,180,210)
#DEC1DB
(222,193,219)
#E5CEE4
(229,206,228)
#ECDBED
(236,219,237)
#F3E8F6
(243,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD669C; }

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

This text font color is #AD669C.

Background Color

.myBgColor { background-color: #AD669C; }

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

This div background color is #AD669C.

Border color

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

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

This div border color is #AD669C.

Opacity

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

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

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

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

This text has shadow with #AD669C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD669C.

Preview

Color preview on black background

This text has color #AD669C on black background.


Color preview on white background

This text has color #AD669C on white background.


Black color preview on #AD669C background

This text has black color on #AD669C background.


White color preview on #AD669C background

This text has white color on #AD669C background.


Related colors

Complementary color

Complementary color for #hex is #529963.


I love getcolorcode.com

Triadic colors

1 #9CAD66 and #669CAD with #AD669C are triadic colors.

2 #9C66AD and #66AD9C with #AD669C are triadic colors.