COLOR #AD9BB3

HEX: #AD9BB3
RGB: (173,155,179)

Color info

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

RGB color model

#AD9BB3 color RGB value is (173,155,179).

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

RGB channels and saturation

R 173 of 255 = 68%
G 155 of 255 = 61%
B 179 of 255 = 70%

173
155
179

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

Portions of RGB colors in percentages

R + G + B =
173 + 155 + 179 = 507 (100%)
R 173 of 507 ~ 34.12%
G 155 of 507 ~ 30.57%
B 179 of 507 ~ 35.31%

%34.12
%30.57
%35.31

CMYK color model

#AD9BB3 color CMYK value is (3,13,0,30).

  • cyan value is 3.35%
  • magenta value is 13.41%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(3,13,0,30)
C3M13Y0K30 
(3%,13%,0%,30%)
(0.03/0.13/0.00/0.30)	

CMYK percentages

%3.35
%13.41
%0
%29.8

Codes

Color #AD9BB3 in popluar color models

AD9BB3
RGB173155179
HSL285°13.64%65.49%
HSB/HSV285°13.41%70.20%
CMYK3.35%13.41%0.00%
29.80%

Color #AD9BB3 in popluar number systems.

HEXAD9BB3
Decimal173155179
Binary101011011001101110110011
Octal255233263

Shades and tints

Shades of #AD9BB3

#AD9BB3
(173,155,179)
#9E8DA3
(158,141,163)
#8F7F93
(143,127,147)
#807183
(128,113,131)
#716373
(113,99,115)
#625563
(98,85,99)
#534753
(83,71,83)
#443943
(68,57,67)
#352B33
(53,43,51)
#261D23
(38,29,35)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #AD9BB3

#AD9BB3
(173,155,179)
#B4A4B9
(180,164,185)
#BBADBF
(187,173,191)
#C2B6C5
(194,182,197)
#C9BFCB
(201,191,203)
#D0C8D1
(208,200,209)
#D7D1D7
(215,209,215)
#DEDADD
(222,218,221)
#E5E3E3
(229,227,227)
#ECECE9
(236,236,233)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9BB3; }

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

This text font color is #AD9BB3.


Background Color

.myBgColor { background-color: #AD9BB3; }

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

This div background color is #AD9BB3.


Border color

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

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

This div border color is #AD9BB3.


Opacity

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

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

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

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

This text has shadow with #AD9BB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9BB3 on black background.


Color preview on white background

This text has color #AD9BB3 on white background.



Black color preview on #AD9BB3 background

This text has black color on #AD9BB3 background.


White color preview on #AD9BB3 background

This text has white color on #AD9BB3 background.