COLOR #AA7D98

HEX: #AA7D98
RGB: (170,125,152)

Color info

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

RGB color model

#AA7D98 color RGB value is (170,125,152).

  • red value is 170;
  • green value is 125;
  • blue value is 152.
RGB:
(170,125,152)
(67%,49%,60%)

RGB channels and saturation

R 170 of 255 = 67%
G 125 of 255 = 49%
B 152 of 255 = 60%

170
125
152

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

Portions of RGB colors in percentages

R + G + B =
170 + 125 + 152 = 447 (100%)
R 170 of 447 ~ 38.03%
G 125 of 447 ~ 27.96%
B 152 of 447 ~ 34%

%38.03
%27.96
%34

CMYK color model

#AA7D98 color CMYK value is (0,26,11,33).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 10.59%
  • key color value is 33.33%
CMYK:
(0,26,11,33)
C0M26Y11K33 
(0%,26%,11%,33%)
(0.00/0.26/0.11/0.33)	

CMYK percentages

%0
%26.47
%10.59
%33.33

Codes

Color #AA7D98 in popluar color models

AA7D98
RGB170125152
HSL324°20.93%57.84%
HSB/HSV324°26.47%66.67%
CMYK0.00%26.47%10.59%
33.33%

Color #AA7D98 in popluar number systems.

HEXAA7D98
Decimal170125152
Binary10101010111110110011000
Octal252175230

Shades and tints

Shades of #AA7D98

#AA7D98
(170,125,152)
#9B728B
(155,114,139)
#8C677E
(140,103,126)
#7D5C71
(125,92,113)
#6E5164
(110,81,100)
#5F4657
(95,70,87)
#503B4A
(80,59,74)
#41303D
(65,48,61)
#322530
(50,37,48)
#231A23
(35,26,35)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #AA7D98

#AA7D98
(170,125,152)
#B188A1
(177,136,161)
#B893AA
(184,147,170)
#BF9EB3
(191,158,179)
#C6A9BC
(198,169,188)
#CDB4C5
(205,180,197)
#D4BFCE
(212,191,206)
#DBCAD7
(219,202,215)
#E2D5E0
(226,213,224)
#E9E0E9
(233,224,233)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7D98 color. Also use rgb(170,125,152) instead hex code.

Text Font Color

.myTextColor { color: #AA7D98; }

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

This text font color is #AA7D98.


Background Color

.myBgColor { background-color: #AA7D98; }

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

This div background color is #AA7D98.


Border color

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

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

This div border color is #AA7D98.


Opacity

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

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

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

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

This text has shadow with #AA7D98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7D98 on black background.


Color preview on white background

This text has color #AA7D98 on white background.



Black color preview on #AA7D98 background

This text has black color on #AA7D98 background.


White color preview on #AA7D98 background

This text has white color on #AA7D98 background.