COLOR #AD9CB7

HEX: #AD9CB7
RGB: (173,156,183)

Color info

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

RGB color model

#AD9CB7 color RGB value is (173,156,183).

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

RGB channels and saturation

R 173 of 255 = 68%
G 156 of 255 = 61%
B 183 of 255 = 72%

173
156
183

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

Portions of RGB colors in percentages

R + G + B =
173 + 156 + 183 = 512 (100%)
R 173 of 512 ~ 33.79%
G 156 of 512 ~ 30.47%
B 183 of 512 ~ 35.74%

%33.79
%30.47
%35.74

CMYK color model

#AD9CB7 color CMYK value is (5,15,0,28).

  • cyan value is 5.46%
  • magenta value is 14.75%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(5,15,0,28)
C5M15Y0K28 
(5%,15%,0%,28%)
(0.05/0.15/0.00/0.28)	

CMYK percentages

%5.46
%14.75
%0
%28.24

Codes

Color #AD9CB7 in popluar color models

AD9CB7
RGB173156183
HSL278°15.79%66.47%
HSB/HSV278°14.75%71.76%
CMYK5.46%14.75%0.00%
28.24%

Color #AD9CB7 in popluar number systems.

HEXAD9CB7
Decimal173156183
Binary101011011001110010110111
Octal255234267

Shades and tints

Shades of #AD9CB7

#AD9CB7
(173,156,183)
#9E8EA7
(158,142,167)
#8F8097
(143,128,151)
#807287
(128,114,135)
#716477
(113,100,119)
#625667
(98,86,103)
#534857
(83,72,87)
#443A47
(68,58,71)
#352C37
(53,44,55)
#261E27
(38,30,39)
#171017
(23,16,23)
#000000
(0,0,0)

Tints of #AD9CB7

#AD9CB7
(173,156,183)
#B4A5BD
(180,165,189)
#BBAEC3
(187,174,195)
#C2B7C9
(194,183,201)
#C9C0CF
(201,192,207)
#D0C9D5
(208,201,213)
#D7D2DB
(215,210,219)
#DEDBE1
(222,219,225)
#E5E4E7
(229,228,231)
#ECEDED
(236,237,237)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9CB7; }

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

This text font color is #AD9CB7.


Background Color

.myBgColor { background-color: #AD9CB7; }

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

This div background color is #AD9CB7.


Border color

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

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

This div border color is #AD9CB7.


Opacity

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

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

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

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

This text has shadow with #AD9CB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9CB7 on black background.


Color preview on white background

This text has color #AD9CB7 on white background.



Black color preview on #AD9CB7 background

This text has black color on #AD9CB7 background.


White color preview on #AD9CB7 background

This text has white color on #AD9CB7 background.