COLOR #AD9CB5

HEX: #AD9CB5 RGB: (173,156,181)

Color info

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

RGB color model

#AD9CB5 color RGB value is (173,156,181).

RGB: (173,156,181) (68%, 61%, 71%)

RGB channels and saturation

R 173 of 255 = 68%
G 156 of 255 = 61%
B 181 of 255 = 71%

173
156
181

R + G + B ~ 67%. #AD9CB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 156 + 181 = 510 (100%)
R 173 of 510 ~ 33.92%
G 156 of 510 ~ 30.59%
B 181 of 510 ~ 35.49'%

%33.92
%30.59
%35.49

CMYK color model

#AD9CB5 color CMYK value is (4,14,0,29).

  • cyan value is 4.42%
  • magenta value is 13.81%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (4,14,0,29)
C4M14Y0K29 (4%, 14%, 0%, 29%)
(0.04 / 0.14 / 0.00 / 0.29)

CMYK percentages

%4.42
%13.81
%0
%29.02

Codes

Color #AD9CB5 in popluar color models

AD 9C B5
RGB 173 156 181
HSL 281° 14.45% 66.08%
HSB/HSV 281° 13.81% 70.98%
CMYK 4.42% 13.81% 0.00%
29.02%

Color #AD9CB5 in popluar number systems.

HEX AD 9C B5
Decimal 173 156 181
Binary 10101101 10011100 10110101
Octal 255 234 265

Shades and tints

Shades of #AD9CB5

#AD9CB5
(173,156,181)
#9E8EA5
(158,142,165)
#8F8095
(143,128,149)
#807285
(128,114,133)
#716475
(113,100,117)
#625665
(98,86,101)
#534855
(83,72,85)
#443A45
(68,58,69)
#352C35
(53,44,53)
#261E25
(38,30,37)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #AD9CB5

#AD9CB5
(173,156,181)
#B4A5BB
(180,165,187)
#BBAEC1
(187,174,193)
#C2B7C7
(194,183,199)
#C9C0CD
(201,192,205)
#D0C9D3
(208,201,211)
#D7D2D9
(215,210,217)
#DEDBDF
(222,219,223)
#E5E4E5
(229,228,229)
#ECEDEB
(236,237,235)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9CB5; }

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

This text font color is #AD9CB5.

Background Color

.myBgColor { background-color: #AD9CB5; }

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

This div background color is #AD9CB5.

Border color

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

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

This div border color is #AD9CB5.

Opacity

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

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

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

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

This text has shadow with #AD9CB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9CB5.

Preview

Color preview on black background

This text has color #AD9CB5 on black background.


Color preview on white background

This text has color #AD9CB5 on white background.


Black color preview on #AD9CB5 background

This text has black color on #AD9CB5 background.


White color preview on #AD9CB5 background

This text has white color on #AD9CB5 background.


Related colors

Complementary color

Complementary color for #hex is #52634A.


I love getcolorcode.com

Triadic colors

1 #B5AD9C and #9CB5AD with #AD9CB5 are triadic colors.

2 #B59CAD and #9CADB5 with #AD9CB5 are triadic colors.