COLOR #AD98AC

HEX: #AD98AC
RGB: (173,152,172)

Color info

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

RGB color model

#AD98AC color RGB value is (173,152,172).

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

RGB channels and saturation

R 173 of 255 = 68%
G 152 of 255 = 60%
B 172 of 255 = 67%

173
152
172

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

Portions of RGB colors in percentages

R + G + B =
173 + 152 + 172 = 497 (100%)
R 173 of 497 ~ 34.81%
G 152 of 497 ~ 30.58%
B 172 of 497 ~ 34.61%

%34.81
%30.58
%34.61

CMYK color model

#AD98AC color CMYK value is (0,12,1,32).

  • cyan value is 0.00%
  • magenta value is 12.14%
  • yellow value is 0.58%
  • key color value is 32.16%
CMYK:
(0,12,1,32)
C0M12Y1K32 
(0%,12%,1%,32%)
(0.00/0.12/0.01/0.32)	

CMYK percentages

%0
%12.14
%0.58
%32.16

Codes

Color #AD98AC in popluar color models

AD98AC
RGB173152172
HSL303°11.35%63.73%
HSB/HSV303°12.14%67.84%
CMYK0.00%12.14%0.58%
32.16%

Color #AD98AC in popluar number systems.

HEXAD98AC
Decimal173152172
Binary101011011001100010101100
Octal255230254

Shades and tints

Shades of #AD98AC

#AD98AC
(173,152,172)
#9E8B9D
(158,139,157)
#8F7E8E
(143,126,142)
#80717F
(128,113,127)
#716470
(113,100,112)
#625761
(98,87,97)
#534A52
(83,74,82)
#443D43
(68,61,67)
#353034
(53,48,52)
#262325
(38,35,37)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #AD98AC

#AD98AC
(173,152,172)
#B4A1B3
(180,161,179)
#BBAABA
(187,170,186)
#C2B3C1
(194,179,193)
#C9BCC8
(201,188,200)
#D0C5CF
(208,197,207)
#D7CED6
(215,206,214)
#DED7DD
(222,215,221)
#E5E0E4
(229,224,228)
#ECE9EB
(236,233,235)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD98AC; }

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

This text font color is #AD98AC.


Background Color

.myBgColor { background-color: #AD98AC; }

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

This div background color is #AD98AC.


Border color

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

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

This div border color is #AD98AC.


Opacity

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

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

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

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

This text has shadow with #AD98AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD98AC on black background.


Color preview on white background

This text has color #AD98AC on white background.



Black color preview on #AD98AC background

This text has black color on #AD98AC background.


White color preview on #AD98AC background

This text has white color on #AD98AC background.