COLOR #AD9CB1

HEX: #AD9CB1
RGB: (173,156,177)

Color info

#AD9CB1 contains red, green and blue colors in about the same proportion. Web safe color of #AD9CB1 is #999999 (or #999).

RGB color model

#AD9CB1 color RGB value is (173,156,177).

  • red value is 173;
  • green value is 156;
  • blue value is 177.
RGB:
(173,156,177)
(68%,61%,69%)

RGB channels and saturation

R 173 of 255 = 68%
G 156 of 255 = 61%
B 177 of 255 = 69%

173
156
177

R + G + B ~ 66%. #AD9CB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 156 + 177 = 506 (100%)
R 173 of 506 ~ 34.19%
G 156 of 506 ~ 30.83%
B 177 of 506 ~ 34.98%

%34.19
%30.83
%34.98

CMYK color model

#AD9CB1 color CMYK value is (2,12,0,31).

  • cyan value is 2.26%
  • magenta value is 11.86%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(2,12,0,31)
C2M12Y0K31 
(2%,12%,0%,31%)
(0.02/0.12/0.00/0.31)	

CMYK percentages

%2.26
%11.86
%0
%30.59

Codes

Color #AD9CB1 in popluar color models

AD9CB1
RGB173156177
HSL289°11.86%65.29%
HSB/HSV289°11.86%69.41%
CMYK2.26%11.86%0.00%
30.59%

Color #AD9CB1 in popluar number systems.

HEXAD9CB1
Decimal173156177
Binary101011011001110010110001
Octal255234261

Shades and tints

Shades of #AD9CB1

#AD9CB1
(173,156,177)
#9E8EA1
(158,142,161)
#8F8091
(143,128,145)
#807281
(128,114,129)
#716471
(113,100,113)
#625661
(98,86,97)
#534851
(83,72,81)
#443A41
(68,58,65)
#352C31
(53,44,49)
#261E21
(38,30,33)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #AD9CB1

#AD9CB1
(173,156,177)
#B4A5B8
(180,165,184)
#BBAEBF
(187,174,191)
#C2B7C6
(194,183,198)
#C9C0CD
(201,192,205)
#D0C9D4
(208,201,212)
#D7D2DB
(215,210,219)
#DEDBE2
(222,219,226)
#E5E4E9
(229,228,233)
#ECEDF0
(236,237,240)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9CB1; }

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

This text font color is #AD9CB1.


Background Color

.myBgColor { background-color: #AD9CB1; }

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

This div background color is #AD9CB1.


Border color

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

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

This div border color is #AD9CB1.


Opacity

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

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

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

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

This text has shadow with #AD9CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9CB1 on black background.


Color preview on white background

This text has color #AD9CB1 on white background.



Black color preview on #AD9CB1 background

This text has black color on #AD9CB1 background.


White color preview on #AD9CB1 background

This text has white color on #AD9CB1 background.