COLOR #A47F9E

HEX: #A47F9E
RGB: (164,127,158)

Color info

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

RGB color model

#A47F9E color RGB value is (164,127,158).

  • red value is 164;
  • green value is 127;
  • blue value is 158.
RGB:
(164,127,158)
(64%,50%,62%)

RGB channels and saturation

R 164 of 255 = 64%
G 127 of 255 = 50%
B 158 of 255 = 62%

164
127
158

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

Portions of RGB colors in percentages

R + G + B =
164 + 127 + 158 = 449 (100%)
R 164 of 449 ~ 36.53%
G 127 of 449 ~ 28.29%
B 158 of 449 ~ 35.19%

%36.53
%28.29
%35.19

CMYK color model

#A47F9E color CMYK value is (0,23,4,36).

  • cyan value is 0.00%
  • magenta value is 22.56%
  • yellow value is 3.66%
  • key color value is 35.69%
CMYK:
(0,23,4,36)
C0M23Y4K36 
(0%,23%,4%,36%)
(0.00/0.23/0.04/0.36)	

CMYK percentages

%0
%22.56
%3.66
%35.69

Codes

Color #A47F9E in popluar color models

A47F9E
RGB164127158
HSL310°16.89%57.06%
HSB/HSV310°22.56%64.31%
CMYK0.00%22.56%3.66%
35.69%

Color #A47F9E in popluar number systems.

HEXA47F9E
Decimal164127158
Binary10100100111111110011110
Octal244177236

Shades and tints

Shades of #A47F9E

#A47F9E
(164,127,158)
#967490
(150,116,144)
#886982
(136,105,130)
#7A5E74
(122,94,116)
#6C5366
(108,83,102)
#5E4858
(94,72,88)
#503D4A
(80,61,74)
#42323C
(66,50,60)
#34272E
(52,39,46)
#261C20
(38,28,32)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #A47F9E

#A47F9E
(164,127,158)
#AC8AA6
(172,138,166)
#B495AE
(180,149,174)
#BCA0B6
(188,160,182)
#C4ABBE
(196,171,190)
#CCB6C6
(204,182,198)
#D4C1CE
(212,193,206)
#DCCCD6
(220,204,214)
#E4D7DE
(228,215,222)
#ECE2E6
(236,226,230)
#F4EDEE
(244,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47F9E color. Also use rgb(164,127,158) instead hex code.

Text Font Color

.myTextColor { color: #A47F9E; }

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

This text font color is #A47F9E.


Background Color

.myBgColor { background-color: #A47F9E; }

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

This div background color is #A47F9E.


Border color

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

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

This div border color is #A47F9E.


Opacity

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

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

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

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

This text has shadow with #A47F9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47F9E on black background.


Color preview on white background

This text has color #A47F9E on white background.



Black color preview on #A47F9E background

This text has black color on #A47F9E background.


White color preview on #A47F9E background

This text has white color on #A47F9E background.