COLOR #AD8F98

HEX: #AD8F98
RGB: (173,143,152)

Color info

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

RGB color model

#AD8F98 color RGB value is (173,143,152).

  • red value is 173;
  • green value is 143;
  • blue value is 152.
RGB:
(173,143,152)
(68%,56%,60%)

RGB channels and saturation

R 173 of 255 = 68%
G 143 of 255 = 56%
B 152 of 255 = 60%

173
143
152

R + G + B ~ 61%. #AD8F98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 143 + 152 = 468 (100%)
R 173 of 468 ~ 36.97%
G 143 of 468 ~ 30.56%
B 152 of 468 ~ 32.48%

%36.97
%30.56
%32.48

CMYK color model

#AD8F98 color CMYK value is (0,17,12,32).

  • cyan value is 0.00%
  • magenta value is 17.34%
  • yellow value is 12.14%
  • key color value is 32.16%
CMYK:
(0,17,12,32)
C0M17Y12K32 
(0%,17%,12%,32%)
(0.00/0.17/0.12/0.32)	

CMYK percentages

%0
%17.34
%12.14
%32.16

Codes

Color #AD8F98 in popluar color models

AD8F98
RGB173143152
HSL342°15.46%61.96%
HSB/HSV342°17.34%67.84%
CMYK0.00%17.34%12.14%
32.16%

Color #AD8F98 in popluar number systems.

HEXAD8F98
Decimal173143152
Binary101011011000111110011000
Octal255217230

Shades and tints

Shades of #AD8F98

#AD8F98
(173,143,152)
#9E828B
(158,130,139)
#8F757E
(143,117,126)
#806871
(128,104,113)
#715B64
(113,91,100)
#624E57
(98,78,87)
#53414A
(83,65,74)
#44343D
(68,52,61)
#352730
(53,39,48)
#261A23
(38,26,35)
#170D16
(23,13,22)
#000000
(0,0,0)

Tints of #AD8F98

#AD8F98
(173,143,152)
#B499A1
(180,153,161)
#BBA3AA
(187,163,170)
#C2ADB3
(194,173,179)
#C9B7BC
(201,183,188)
#D0C1C5
(208,193,197)
#D7CBCE
(215,203,206)
#DED5D7
(222,213,215)
#E5DFE0
(229,223,224)
#ECE9E9
(236,233,233)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8F98 color. Also use rgb(173,143,152) instead hex code.

Text Font Color

.myTextColor { color: #AD8F98; }

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

This text font color is #AD8F98.


Background Color

.myBgColor { background-color: #AD8F98; }

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

This div background color is #AD8F98.


Border color

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

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

This div border color is #AD8F98.


Opacity

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

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

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

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

This text has shadow with #AD8F98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8F98 on black background.


Color preview on white background

This text has color #AD8F98 on white background.



Black color preview on #AD8F98 background

This text has black color on #AD8F98 background.


White color preview on #AD8F98 background

This text has white color on #AD8F98 background.