COLOR #AD9BA7

HEX: #AD9BA7
RGB: (173,155,167)

Color info

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

RGB color model

#AD9BA7 color RGB value is (173,155,167).

  • red value is 173;
  • green value is 155;
  • blue value is 167.
RGB:
(173,155,167)
(68%,61%,65%)

RGB channels and saturation

R 173 of 255 = 68%
G 155 of 255 = 61%
B 167 of 255 = 65%

173
155
167

R + G + B ~ 65%. #AD9BA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 155 + 167 = 495 (100%)
R 173 of 495 ~ 34.95%
G 155 of 495 ~ 31.31%
B 167 of 495 ~ 33.74%

%34.95
%31.31
%33.74

CMYK color model

#AD9BA7 color CMYK value is (0,10,3,32).

  • cyan value is 0.00%
  • magenta value is 10.40%
  • yellow value is 3.47%
  • key color value is 32.16%
CMYK:
(0,10,3,32)
C0M10Y3K32 
(0%,10%,3%,32%)
(0.00/0.10/0.03/0.32)	

CMYK percentages

%0
%10.4
%3.47
%32.16

Codes

Color #AD9BA7 in popluar color models

AD9BA7
RGB173155167
HSL320°9.89%64.31%
HSB/HSV320°10.40%67.84%
CMYK0.00%10.40%3.47%
32.16%

Color #AD9BA7 in popluar number systems.

HEXAD9BA7
Decimal173155167
Binary101011011001101110100111
Octal255233247

Shades and tints

Shades of #AD9BA7

#AD9BA7
(173,155,167)
#9E8D98
(158,141,152)
#8F7F89
(143,127,137)
#80717A
(128,113,122)
#71636B
(113,99,107)
#62555C
(98,85,92)
#53474D
(83,71,77)
#44393E
(68,57,62)
#352B2F
(53,43,47)
#261D20
(38,29,32)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #AD9BA7

#AD9BA7
(173,155,167)
#B4A4AF
(180,164,175)
#BBADB7
(187,173,183)
#C2B6BF
(194,182,191)
#C9BFC7
(201,191,199)
#D0C8CF
(208,200,207)
#D7D1D7
(215,209,215)
#DEDADF
(222,218,223)
#E5E3E7
(229,227,231)
#ECECEF
(236,236,239)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9BA7; }

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

This text font color is #AD9BA7.


Background Color

.myBgColor { background-color: #AD9BA7; }

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

This div background color is #AD9BA7.


Border color

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

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

This div border color is #AD9BA7.


Opacity

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

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

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

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

This text has shadow with #AD9BA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9BA7 on black background.


Color preview on white background

This text has color #AD9BA7 on white background.



Black color preview on #AD9BA7 background

This text has black color on #AD9BA7 background.


White color preview on #AD9BA7 background

This text has white color on #AD9BA7 background.