COLOR #A97898

HEX: #A97898
RGB: (169,120,152)

Color info

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

RGB color model

#A97898 color RGB value is (169,120,152).

  • red value is 169;
  • green value is 120;
  • blue value is 152.
RGB:
(169,120,152)
(66%,47%,60%)

RGB channels and saturation

R 169 of 255 = 66%
G 120 of 255 = 47%
B 152 of 255 = 60%

169
120
152

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

Portions of RGB colors in percentages

R + G + B =
169 + 120 + 152 = 441 (100%)
R 169 of 441 ~ 38.32%
G 120 of 441 ~ 27.21%
B 152 of 441 ~ 34.47%

%38.32
%27.21
%34.47

CMYK color model

#A97898 color CMYK value is (0,29,10,34).

  • cyan value is 0.00%
  • magenta value is 28.99%
  • yellow value is 10.06%
  • key color value is 33.73%
CMYK:
(0,29,10,34)
C0M29Y10K34 
(0%,29%,10%,34%)
(0.00/0.29/0.10/0.34)	

CMYK percentages

%0
%28.99
%10.06
%33.73

Codes

Color #A97898 in popluar color models

A97898
RGB169120152
HSL321°22.17%56.67%
HSB/HSV321°28.99%66.27%
CMYK0.00%28.99%10.06%
33.73%

Color #A97898 in popluar number systems.

HEXA97898
Decimal169120152
Binary10101001111100010011000
Octal251170230

Shades and tints

Shades of #A97898

#A97898
(169,120,152)
#9A6E8B
(154,110,139)
#8B647E
(139,100,126)
#7C5A71
(124,90,113)
#6D5064
(109,80,100)
#5E4657
(94,70,87)
#4F3C4A
(79,60,74)
#40323D
(64,50,61)
#312830
(49,40,48)
#221E23
(34,30,35)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #A97898

#A97898
(169,120,152)
#B084A1
(176,132,161)
#B790AA
(183,144,170)
#BE9CB3
(190,156,179)
#C5A8BC
(197,168,188)
#CCB4C5
(204,180,197)
#D3C0CE
(211,192,206)
#DACCD7
(218,204,215)
#E1D8E0
(225,216,224)
#E8E4E9
(232,228,233)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97898 color. Also use rgb(169,120,152) instead hex code.

Text Font Color

.myTextColor { color: #A97898; }

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

This text font color is #A97898.


Background Color

.myBgColor { background-color: #A97898; }

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

This div background color is #A97898.


Border color

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

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

This div border color is #A97898.


Opacity

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

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

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

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

This text has shadow with #A97898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97898 on black background.


Color preview on white background

This text has color #A97898 on white background.



Black color preview on #A97898 background

This text has black color on #A97898 background.


White color preview on #A97898 background

This text has white color on #A97898 background.