COLOR #A47E90

HEX: #A47E90
RGB: (164,126,144)

Color info

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

RGB color model

#A47E90 color RGB value is (164,126,144).

  • red value is 164;
  • green value is 126;
  • blue value is 144.
RGB:
(164,126,144)
(64%,49%,56%)

RGB channels and saturation

R 164 of 255 = 64%
G 126 of 255 = 49%
B 144 of 255 = 56%

164
126
144

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

Portions of RGB colors in percentages

R + G + B =
164 + 126 + 144 = 434 (100%)
R 164 of 434 ~ 37.79%
G 126 of 434 ~ 29.03%
B 144 of 434 ~ 33.18%

%37.79
%29.03
%33.18

CMYK color model

#A47E90 color CMYK value is (0,23,12,36).

  • cyan value is 0.00%
  • magenta value is 23.17%
  • yellow value is 12.20%
  • key color value is 35.69%
CMYK:
(0,23,12,36)
C0M23Y12K36 
(0%,23%,12%,36%)
(0.00/0.23/0.12/0.36)	

CMYK percentages

%0
%23.17
%12.2
%35.69

Codes

Color #A47E90 in popluar color models

A47E90
RGB164126144
HSL332°17.27%56.86%
HSB/HSV332°23.17%64.31%
CMYK0.00%23.17%12.20%
35.69%

Color #A47E90 in popluar number systems.

HEXA47E90
Decimal164126144
Binary10100100111111010010000
Octal244176220

Shades and tints

Shades of #A47E90

#A47E90
(164,126,144)
#967383
(150,115,131)
#886876
(136,104,118)
#7A5D69
(122,93,105)
#6C525C
(108,82,92)
#5E474F
(94,71,79)
#503C42
(80,60,66)
#423135
(66,49,53)
#342628
(52,38,40)
#261B1B
(38,27,27)
#18100E
(24,16,14)
#000000
(0,0,0)

Tints of #A47E90

#A47E90
(164,126,144)
#AC899A
(172,137,154)
#B494A4
(180,148,164)
#BC9FAE
(188,159,174)
#C4AAB8
(196,170,184)
#CCB5C2
(204,181,194)
#D4C0CC
(212,192,204)
#DCCBD6
(220,203,214)
#E4D6E0
(228,214,224)
#ECE1EA
(236,225,234)
#F4ECF4
(244,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47E90 color. Also use rgb(164,126,144) instead hex code.

Text Font Color

.myTextColor { color: #A47E90; }

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

This text font color is #A47E90.


Background Color

.myBgColor { background-color: #A47E90; }

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

This div background color is #A47E90.


Border color

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

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

This div border color is #A47E90.


Opacity

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

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

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

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

This text has shadow with #A47E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47E90 on black background.


Color preview on white background

This text has color #A47E90 on white background.



Black color preview on #A47E90 background

This text has black color on #A47E90 background.


White color preview on #A47E90 background

This text has white color on #A47E90 background.