COLOR #AD7F98

HEX: #AD7F98
RGB: (173,127,152)

Color info

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

RGB color model

#AD7F98 color RGB value is (173,127,152).

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

RGB channels and saturation

R 173 of 255 = 68%
G 127 of 255 = 50%
B 152 of 255 = 60%

173
127
152

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

Portions of RGB colors in percentages

R + G + B =
173 + 127 + 152 = 452 (100%)
R 173 of 452 ~ 38.27%
G 127 of 452 ~ 28.1%
B 152 of 452 ~ 33.63%

%38.27
%28.1
%33.63

CMYK color model

#AD7F98 color CMYK value is (0,27,12,32).

  • cyan value is 0.00%
  • magenta value is 26.59%
  • yellow value is 12.14%
  • key color value is 32.16%
CMYK:
(0,27,12,32)
C0M27Y12K32 
(0%,27%,12%,32%)
(0.00/0.27/0.12/0.32)	

CMYK percentages

%0
%26.59
%12.14
%32.16

Codes

Color #AD7F98 in popluar color models

AD7F98
RGB173127152
HSL327°21.90%58.82%
HSB/HSV327°26.59%67.84%
CMYK0.00%26.59%12.14%
32.16%

Color #AD7F98 in popluar number systems.

HEXAD7F98
Decimal173127152
Binary10101101111111110011000
Octal255177230

Shades and tints

Shades of #AD7F98

#AD7F98
(173,127,152)
#9E748B
(158,116,139)
#8F697E
(143,105,126)
#805E71
(128,94,113)
#715364
(113,83,100)
#624857
(98,72,87)
#533D4A
(83,61,74)
#44323D
(68,50,61)
#352730
(53,39,48)
#261C23
(38,28,35)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #AD7F98

#AD7F98
(173,127,152)
#B48AA1
(180,138,161)
#BB95AA
(187,149,170)
#C2A0B3
(194,160,179)
#C9ABBC
(201,171,188)
#D0B6C5
(208,182,197)
#D7C1CE
(215,193,206)
#DECCD7
(222,204,215)
#E5D7E0
(229,215,224)
#ECE2E9
(236,226,233)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7F98; }

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

This text font color is #AD7F98.


Background Color

.myBgColor { background-color: #AD7F98; }

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

This div background color is #AD7F98.


Border color

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

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

This div border color is #AD7F98.


Opacity

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

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

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

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

This text has shadow with #AD7F98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7F98 on black background.


Color preview on white background

This text has color #AD7F98 on white background.



Black color preview on #AD7F98 background

This text has black color on #AD7F98 background.


White color preview on #AD7F98 background

This text has white color on #AD7F98 background.