COLOR #AD9BC8

HEX: #AD9BC8 RGB: (173,155,200)

Color info

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

RGB color model

#AD9BC8 color RGB value is (173,155,200).

RGB: (173,155,200) (68%, 61%, 78%)

RGB channels and saturation

R 173 of 255 = 68%
G 155 of 255 = 61%
B 200 of 255 = 78%

173
155
200

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

Portions of RGB colors in percentages

R + G + B = 173 + 155 + 200 = 528 (100%)
R 173 of 528 ~ 32.77%
G 155 of 528 ~ 29.36%
B 200 of 528 ~ 37.88'%

%32.77
%29.36
%37.88

CMYK color model

#AD9BC8 color CMYK value is (14,23,0,22).

  • cyan value is 13.50%
  • magenta value is 22.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK: (14,23,0,22) C14M23Y0K22 (14%,23%,0%,22%) (0.14/0.23/0.00/0.22) 

CMYK percentages

%13.5
%22.5
%0
%21.57

Codes

Color #AD9BC8 in popluar color models

AD 9B C8
RGB 173 155 200
HSL 264° 29.03% 69.61%
HSB/HSV 264° 22.50% 78.43%
CMYK 13.50% 22.50% 0.00%
21.57%

Color #AD9BC8 in popluar number systems.

HEX AD 9B C8
Decimal 173 155 200
Binary 10101101 10011011 11001000
Octal 255 233 310

Shades and tints

Shades of #AD9BC8

#AD9BC8
(173,155,200)
#9E8DB6
(158,141,182)
#8F7FA4
(143,127,164)
#807192
(128,113,146)
#716380
(113,99,128)
#62556E
(98,85,110)
#53475C
(83,71,92)
#44394A
(68,57,74)
#352B38
(53,43,56)
#261D26
(38,29,38)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #AD9BC8

#AD9BC8
(173,155,200)
#B4A4CD
(180,164,205)
#BBADD2
(187,173,210)
#C2B6D7
(194,182,215)
#C9BFDC
(201,191,220)
#D0C8E1
(208,200,225)
#D7D1E6
(215,209,230)
#DEDAEB
(222,218,235)
#E5E3F0
(229,227,240)
#ECECF5
(236,236,245)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9BC8 color. Also use rgb(173,155,200) instead hex code.

Text Font Color

.myTextColor { color: #AD9BC8; }

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

This text font color is #AD9BC8.

Background Color

.myBgColor { background-color: #AD9BC8; }

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

This div background color is #AD9BC8.

Border color

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

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

This div border color is #AD9BC8.

Opacity

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

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

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

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

This text has shadow with #AD9BC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9BC8.

Preview

Color preview on black background

This text has color #AD9BC8 on black background.


Color preview on white background

This text has color #AD9BC8 on white background.


Black color preview on #AD9BC8 background

This text has black color on #AD9BC8 background.


White color preview on #AD9BC8 background

This text has white color on #AD9BC8 background.


Related colors

Complementary color

Complementary color for #hex is #526437.


I love getcolorcode.com

Triadic colors

1 #C8AD9B and #9BC8AD with #AD9BC8 are triadic colors.

2 #C89BAD and #9BADC8 with #AD9BC8 are triadic colors.