COLOR #AD7C98

HEX: #AD7C98
RGB: (173,124,152)

Color info

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

RGB color model

#AD7C98 color RGB value is (173,124,152).

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

RGB channels and saturation

R 173 of 255 = 68%
G 124 of 255 = 49%
B 152 of 255 = 60%

173
124
152

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

Portions of RGB colors in percentages

R + G + B =
173 + 124 + 152 = 449 (100%)
R 173 of 449 ~ 38.53%
G 124 of 449 ~ 27.62%
B 152 of 449 ~ 33.85%

%38.53
%27.62
%33.85

CMYK color model

#AD7C98 color CMYK value is (0,28,12,32).

  • cyan value is 0.00%
  • magenta value is 28.32%
  • yellow value is 12.14%
  • key color value is 32.16%
CMYK:
(0,28,12,32)
C0M28Y12K32 
(0%,28%,12%,32%)
(0.00/0.28/0.12/0.32)	

CMYK percentages

%0
%28.32
%12.14
%32.16

Codes

Color #AD7C98 in popluar color models

AD7C98
RGB173124152
HSL326°23.00%58.24%
HSB/HSV326°28.32%67.84%
CMYK0.00%28.32%12.14%
32.16%

Color #AD7C98 in popluar number systems.

HEXAD7C98
Decimal173124152
Binary10101101111110010011000
Octal255174230

Shades and tints

Shades of #AD7C98

#AD7C98
(173,124,152)
#9E718B
(158,113,139)
#8F667E
(143,102,126)
#805B71
(128,91,113)
#715064
(113,80,100)
#624557
(98,69,87)
#533A4A
(83,58,74)
#442F3D
(68,47,61)
#352430
(53,36,48)
#261923
(38,25,35)
#170E16
(23,14,22)
#000000
(0,0,0)

Tints of #AD7C98

#AD7C98
(173,124,152)
#B487A1
(180,135,161)
#BB92AA
(187,146,170)
#C29DB3
(194,157,179)
#C9A8BC
(201,168,188)
#D0B3C5
(208,179,197)
#D7BECE
(215,190,206)
#DEC9D7
(222,201,215)
#E5D4E0
(229,212,224)
#ECDFE9
(236,223,233)
#F3EAF2
(243,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7C98; }

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

This text font color is #AD7C98.


Background Color

.myBgColor { background-color: #AD7C98; }

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

This div background color is #AD7C98.


Border color

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

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

This div border color is #AD7C98.


Opacity

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

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

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

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

This text has shadow with #AD7C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7C98 on black background.


Color preview on white background

This text has color #AD7C98 on white background.



Black color preview on #AD7C98 background

This text has black color on #AD7C98 background.


White color preview on #AD7C98 background

This text has white color on #AD7C98 background.