COLOR #AD9EC6

HEX: #AD9EC6 RGB: (173,158,198)

Color info

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

RGB color model

#AD9EC6 color RGB value is (173,158,198).

RGB: (173,158,198) (68%, 62%, 78%)

RGB channels and saturation

R 173 of 255 = 68%
G 158 of 255 = 62%
B 198 of 255 = 78%

173
158
198

R + G + B ~ 69%. #AD9EC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 158 + 198 = 529 (100%)
R 173 of 529 ~ 32.7%
G 158 of 529 ~ 29.87%
B 198 of 529 ~ 37.43'%

%32.7
%29.87
%37.43

CMYK color model

#AD9EC6 color CMYK value is (13,20,0,22).

  • cyan value is 12.63%
  • magenta value is 20.20%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK: (13,20,0,22) C13M20Y0K22 (13%,20%,0%,22%) (0.13/0.20/0.00/0.22) 

CMYK percentages

%12.63
%20.2
%0
%22.35

Codes

Color #AD9EC6 in popluar color models

AD 9E C6
RGB 173 158 198
HSL 263° 25.97% 69.80%
HSB/HSV 263° 20.20% 77.65%
CMYK 12.63% 20.20% 0.00%
22.35%

Color #AD9EC6 in popluar number systems.

HEX AD 9E C6
Decimal 173 158 198
Binary 10101101 10011110 11000110
Octal 255 236 306

Shades and tints

Shades of #AD9EC6

#AD9EC6
(173,158,198)
#9E90B4
(158,144,180)
#8F82A2
(143,130,162)
#807490
(128,116,144)
#71667E
(113,102,126)
#62586C
(98,88,108)
#534A5A
(83,74,90)
#443C48
(68,60,72)
#352E36
(53,46,54)
#262024
(38,32,36)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #AD9EC6

#AD9EC6
(173,158,198)
#B4A6CB
(180,166,203)
#BBAED0
(187,174,208)
#C2B6D5
(194,182,213)
#C9BEDA
(201,190,218)
#D0C6DF
(208,198,223)
#D7CEE4
(215,206,228)
#DED6E9
(222,214,233)
#E5DEEE
(229,222,238)
#ECE6F3
(236,230,243)
#F3EEF8
(243,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9EC6 color. Also use rgb(173,158,198) instead hex code.

Text Font Color

.myTextColor { color: #AD9EC6; }

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

This text font color is #AD9EC6.

Background Color

.myBgColor { background-color: #AD9EC6; }

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

This div background color is #AD9EC6.

Border color

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

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

This div border color is #AD9EC6.

Opacity

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

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

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

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

This text has shadow with #AD9EC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9EC6.

Preview

Color preview on black background

This text has color #AD9EC6 on black background.


Color preview on white background

This text has color #AD9EC6 on white background.


Black color preview on #AD9EC6 background

This text has black color on #AD9EC6 background.


White color preview on #AD9EC6 background

This text has white color on #AD9EC6 background.


Related colors

Complementary color

Complementary color for #hex is #526139.


I love getcolorcode.com

Triadic colors

1 #C6AD9E and #9EC6AD with #AD9EC6 are triadic colors.

2 #C69EAD and #9EADC6 with #AD9EC6 are triadic colors.