COLOR #AD7B8D

HEX: #AD7B8D
RGB: (173,123,141)

Color info

#AD7B8D contains red, green and blue colors in about the same proportion. Web safe color of #AD7B8D is #996699 (or #969).

RGB color model

#AD7B8D color RGB value is (173,123,141).

  • red value is 173;
  • green value is 123;
  • blue value is 141.
RGB:
(173,123,141)
(68%,48%,55%)

RGB channels and saturation

R 173 of 255 = 68%
G 123 of 255 = 48%
B 141 of 255 = 55%

173
123
141

R + G + B ~ 57%. #AD7B8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
173 + 123 + 141 = 437 (100%)
R 173 of 437 ~ 39.59%
G 123 of 437 ~ 28.15%
B 141 of 437 ~ 32.27%

%39.59
%28.15
%32.27

CMYK color model

#AD7B8D color CMYK value is (0,29,18,32).

  • cyan value is 0.00%
  • magenta value is 28.90%
  • yellow value is 18.50%
  • key color value is 32.16%
CMYK:
(0,29,18,32)
C0M29Y18K32 
(0%,29%,18%,32%)
(0.00/0.29/0.18/0.32)	

CMYK percentages

%0
%28.9
%18.5
%32.16

Codes

Color #AD7B8D in popluar color models

AD7B8D
RGB173123141
HSL338°23.36%58.04%
HSB/HSV338°28.90%67.84%
CMYK0.00%28.90%18.50%
32.16%

Color #AD7B8D in popluar number systems.

HEXAD7B8D
Decimal173123141
Binary10101101111101110001101
Octal255173215

Shades and tints

Shades of #AD7B8D

#AD7B8D
(173,123,141)
#9E7081
(158,112,129)
#8F6575
(143,101,117)
#805A69
(128,90,105)
#714F5D
(113,79,93)
#624451
(98,68,81)
#533945
(83,57,69)
#442E39
(68,46,57)
#35232D
(53,35,45)
#261821
(38,24,33)
#170D15
(23,13,21)
#000000
(0,0,0)

Tints of #AD7B8D

#AD7B8D
(173,123,141)
#B48797
(180,135,151)
#BB93A1
(187,147,161)
#C29FAB
(194,159,171)
#C9ABB5
(201,171,181)
#D0B7BF
(208,183,191)
#D7C3C9
(215,195,201)
#DECFD3
(222,207,211)
#E5DBDD
(229,219,221)
#ECE7E7
(236,231,231)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7B8D color. Also use rgb(173,123,141) instead hex code.

Text Font Color

.myTextColor { color: #AD7B8D; }

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

This text font color is #AD7B8D.


Background Color

.myBgColor { background-color: #AD7B8D; }

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

This div background color is #AD7B8D.


Border color

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

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

This div border color is #AD7B8D.


Opacity

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

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

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

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

This text has shadow with #AD7B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7B8D on black background.


Color preview on white background

This text has color #AD7B8D on white background.



Black color preview on #AD7B8D background

This text has black color on #AD7B8D background.


White color preview on #AD7B8D background

This text has white color on #AD7B8D background.