COLOR #AD7A94

HEX: #AD7A94
RGB: (173,122,148)

Color info

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

RGB color model

#AD7A94 color RGB value is (173,122,148).

  • red value is 173;
  • green value is 122;
  • blue value is 148.
RGB:
(173,122,148)
(68%,48%,58%)

RGB channels and saturation

R 173 of 255 = 68%
G 122 of 255 = 48%
B 148 of 255 = 58%

173
122
148

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

Portions of RGB colors in percentages

R + G + B =
173 + 122 + 148 = 443 (100%)
R 173 of 443 ~ 39.05%
G 122 of 443 ~ 27.54%
B 148 of 443 ~ 33.41%

%39.05
%27.54
%33.41

CMYK color model

#AD7A94 color CMYK value is (0,29,14,32).

  • cyan value is 0.00%
  • magenta value is 29.48%
  • yellow value is 14.45%
  • key color value is 32.16%
CMYK:
(0,29,14,32)
C0M29Y14K32 
(0%,29%,14%,32%)
(0.00/0.29/0.14/0.32)	

CMYK percentages

%0
%29.48
%14.45
%32.16

Codes

Color #AD7A94 in popluar color models

AD7A94
RGB173122148
HSL329°23.72%57.84%
HSB/HSV329°29.48%67.84%
CMYK0.00%29.48%14.45%
32.16%

Color #AD7A94 in popluar number systems.

HEXAD7A94
Decimal173122148
Binary10101101111101010010100
Octal255172224

Shades and tints

Shades of #AD7A94

#AD7A94
(173,122,148)
#9E6F87
(158,111,135)
#8F647A
(143,100,122)
#80596D
(128,89,109)
#714E60
(113,78,96)
#624353
(98,67,83)
#533846
(83,56,70)
#442D39
(68,45,57)
#35222C
(53,34,44)
#26171F
(38,23,31)
#170C12
(23,12,18)
#000000
(0,0,0)

Tints of #AD7A94

#AD7A94
(173,122,148)
#B4869D
(180,134,157)
#BB92A6
(187,146,166)
#C29EAF
(194,158,175)
#C9AAB8
(201,170,184)
#D0B6C1
(208,182,193)
#D7C2CA
(215,194,202)
#DECED3
(222,206,211)
#E5DADC
(229,218,220)
#ECE6E5
(236,230,229)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7A94 color. Also use rgb(173,122,148) instead hex code.

Text Font Color

.myTextColor { color: #AD7A94; }

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

This text font color is #AD7A94.


Background Color

.myBgColor { background-color: #AD7A94; }

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

This div background color is #AD7A94.


Border color

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

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

This div border color is #AD7A94.


Opacity

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

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

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

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

This text has shadow with #AD7A94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7A94 on black background.


Color preview on white background

This text has color #AD7A94 on white background.



Black color preview on #AD7A94 background

This text has black color on #AD7A94 background.


White color preview on #AD7A94 background

This text has white color on #AD7A94 background.