COLOR #AD9BCD

HEX: #AD9BCD RGB: (173,155,205)

Color info

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

RGB color model

#AD9BCD color RGB value is (173,155,205).

RGB: (173,155,205) (68%, 61%, 80%)

RGB channels and saturation

R 173 of 255 = 68%
G 155 of 255 = 61%
B 205 of 255 = 80%

173
155
205

R + G + B ~ 70%. #AD9BCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 155 + 205 = 533 (100%)
R 173 of 533 ~ 32.46%
G 155 of 533 ~ 29.08%
B 205 of 533 ~ 38.46'%

%32.46
%29.08
%38.46

CMYK color model

#AD9BCD color CMYK value is (16,24,0,20).

  • cyan value is 15.61%
  • magenta value is 24.39%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (16,24,0,20)
C16M24Y0K20 (16%, 24%, 0%, 20%)
(0.16 / 0.24 / 0.00 / 0.20)

CMYK percentages

%15.61
%24.39
%0
%19.61

Codes

Color #AD9BCD in popluar color models

AD 9B CD
RGB 173 155 205
HSL 262° 33.33% 70.59%
HSB/HSV 262° 24.39% 80.39%
CMYK 15.61% 24.39% 0.00%
19.61%

Color #AD9BCD in popluar number systems.

HEX AD 9B CD
Decimal 173 155 205
Binary 10101101 10011011 11001101
Octal 255 233 315

Shades and tints

Shades of #AD9BCD

#AD9BCD
(173,155,205)
#9E8DBB
(158,141,187)
#8F7FA9
(143,127,169)
#807197
(128,113,151)
#716385
(113,99,133)
#625573
(98,85,115)
#534761
(83,71,97)
#44394F
(68,57,79)
#352B3D
(53,43,61)
#261D2B
(38,29,43)
#170F19
(23,15,25)
#000000
(0,0,0)

Tints of #AD9BCD

#AD9BCD
(173,155,205)
#B4A4D1
(180,164,209)
#BBADD5
(187,173,213)
#C2B6D9
(194,182,217)
#C9BFDD
(201,191,221)
#D0C8E1
(208,200,225)
#D7D1E5
(215,209,229)
#DEDAE9
(222,218,233)
#E5E3ED
(229,227,237)
#ECECF1
(236,236,241)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9BCD; }

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

This text font color is #AD9BCD.

Background Color

.myBgColor { background-color: #AD9BCD; }

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

This div background color is #AD9BCD.

Border color

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

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

This div border color is #AD9BCD.

Opacity

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

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

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

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

This text has shadow with #AD9BCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9BCD.

Preview

Color preview on black background

This text has color #AD9BCD on black background.


Color preview on white background

This text has color #AD9BCD on white background.


Black color preview on #AD9BCD background

This text has black color on #AD9BCD background.


White color preview on #AD9BCD background

This text has white color on #AD9BCD background.


Related colors

Complementary color

Complementary color for #hex is #526432.


I love getcolorcode.com

Triadic colors

1 #CDAD9B and #9BCDAD with #AD9BCD are triadic colors.

2 #CD9BAD and #9BADCD with #AD9BCD are triadic colors.