COLOR #A47D99

HEX: #A47D99
RGB: (164,125,153)

Color info

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

RGB color model

#A47D99 color RGB value is (164,125,153).

  • red value is 164;
  • green value is 125;
  • blue value is 153.
RGB:
(164,125,153)
(64%,49%,60%)

RGB channels and saturation

R 164 of 255 = 64%
G 125 of 255 = 49%
B 153 of 255 = 60%

164
125
153

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

Portions of RGB colors in percentages

R + G + B =
164 + 125 + 153 = 442 (100%)
R 164 of 442 ~ 37.1%
G 125 of 442 ~ 28.28%
B 153 of 442 ~ 34.62%

%37.1
%28.28
%34.62

CMYK color model

#A47D99 color CMYK value is (0,24,7,36).

  • cyan value is 0.00%
  • magenta value is 23.78%
  • yellow value is 6.71%
  • key color value is 35.69%
CMYK:
(0,24,7,36)
C0M24Y7K36 
(0%,24%,7%,36%)
(0.00/0.24/0.07/0.36)	

CMYK percentages

%0
%23.78
%6.71
%35.69

Codes

Color #A47D99 in popluar color models

A47D99
RGB164125153
HSL317°17.65%56.67%
HSB/HSV317°23.78%64.31%
CMYK0.00%23.78%6.71%
35.69%

Color #A47D99 in popluar number systems.

HEXA47D99
Decimal164125153
Binary10100100111110110011001
Octal244175231

Shades and tints

Shades of #A47D99

#A47D99
(164,125,153)
#96728C
(150,114,140)
#88677F
(136,103,127)
#7A5C72
(122,92,114)
#6C5165
(108,81,101)
#5E4658
(94,70,88)
#503B4B
(80,59,75)
#42303E
(66,48,62)
#342531
(52,37,49)
#261A24
(38,26,36)
#180F17
(24,15,23)
#000000
(0,0,0)

Tints of #A47D99

#A47D99
(164,125,153)
#AC88A2
(172,136,162)
#B493AB
(180,147,171)
#BC9EB4
(188,158,180)
#C4A9BD
(196,169,189)
#CCB4C6
(204,180,198)
#D4BFCF
(212,191,207)
#DCCAD8
(220,202,216)
#E4D5E1
(228,213,225)
#ECE0EA
(236,224,234)
#F4EBF3
(244,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47D99 color. Also use rgb(164,125,153) instead hex code.

Text Font Color

.myTextColor { color: #A47D99; }

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

This text font color is #A47D99.


Background Color

.myBgColor { background-color: #A47D99; }

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

This div background color is #A47D99.


Border color

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

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

This div border color is #A47D99.


Opacity

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

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

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

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

This text has shadow with #A47D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47D99 on black background.


Color preview on white background

This text has color #A47D99 on white background.



Black color preview on #A47D99 background

This text has black color on #A47D99 background.


White color preview on #A47D99 background

This text has white color on #A47D99 background.