COLOR #AD9EC3

HEX: #AD9EC3 RGB: (173,158,195)

Color info

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

RGB color model

#AD9EC3 color RGB value is (173,158,195).

RGB: (173,158,195) (68%, 62%, 76%)

RGB channels and saturation

R 173 of 255 = 68%
G 158 of 255 = 62%
B 195 of 255 = 76%

173
158
195

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

Portions of RGB colors in percentages

R + G + B = 173 + 158 + 195 = 526 (100%)
R 173 of 526 ~ 32.89%
G 158 of 526 ~ 30.04%
B 195 of 526 ~ 37.07'%

%32.89
%30.04
%37.07

CMYK color model

#AD9EC3 color CMYK value is (11,19,0,24).

  • cyan value is 11.28%
  • magenta value is 18.97%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (11,19,0,24)
C11M19Y0K24 (11%, 19%, 0%, 24%)
(0.11 / 0.19 / 0.00 / 0.24)

CMYK percentages

%11.28
%18.97
%0
%23.53

Codes

Color #AD9EC3 in popluar color models

AD 9E C3
RGB 173 158 195
HSL 264° 23.57% 69.22%
HSB/HSV 264° 18.97% 76.47%
CMYK 11.28% 18.97% 0.00%
23.53%

Color #AD9EC3 in popluar number systems.

HEX AD 9E C3
Decimal 173 158 195
Binary 10101101 10011110 11000011
Octal 255 236 303

Shades and tints

Shades of #AD9EC3

#AD9EC3
(173,158,195)
#9E90B2
(158,144,178)
#8F82A1
(143,130,161)
#807490
(128,116,144)
#71667F
(113,102,127)
#62586E
(98,88,110)
#534A5D
(83,74,93)
#443C4C
(68,60,76)
#352E3B
(53,46,59)
#26202A
(38,32,42)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #AD9EC3

#AD9EC3
(173,158,195)
#B4A6C8
(180,166,200)
#BBAECD
(187,174,205)
#C2B6D2
(194,182,210)
#C9BED7
(201,190,215)
#D0C6DC
(208,198,220)
#D7CEE1
(215,206,225)
#DED6E6
(222,214,230)
#E5DEEB
(229,222,235)
#ECE6F0
(236,230,240)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9EC3; }

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

This text font color is #AD9EC3.

Background Color

.myBgColor { background-color: #AD9EC3; }

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

This div background color is #AD9EC3.

Border color

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

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

This div border color is #AD9EC3.

Opacity

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

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

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

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

This text has shadow with #AD9EC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9EC3.

Preview

Color preview on black background

This text has color #AD9EC3 on black background.


Color preview on white background

This text has color #AD9EC3 on white background.


Black color preview on #AD9EC3 background

This text has black color on #AD9EC3 background.


White color preview on #AD9EC3 background

This text has white color on #AD9EC3 background.


Related colors

Complementary color

Complementary color for #hex is #52613C.


I love getcolorcode.com

Triadic colors

1 #C3AD9E and #9EC3AD with #AD9EC3 are triadic colors.

2 #C39EAD and #9EADC3 with #AD9EC3 are triadic colors.