COLOR #A37D9E

HEX: #A37D9E
RGB: (163,125,158)

Color info

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

RGB color model

#A37D9E color RGB value is (163,125,158).

  • red value is 163;
  • green value is 125;
  • blue value is 158.
RGB:
(163,125,158)
(64%,49%,62%)

RGB channels and saturation

R 163 of 255 = 64%
G 125 of 255 = 49%
B 158 of 255 = 62%

163
125
158

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

Portions of RGB colors in percentages

R + G + B =
163 + 125 + 158 = 446 (100%)
R 163 of 446 ~ 36.55%
G 125 of 446 ~ 28.03%
B 158 of 446 ~ 35.43%

%36.55
%28.03
%35.43

CMYK color model

#A37D9E color CMYK value is (0,23,3,36).

  • cyan value is 0.00%
  • magenta value is 23.31%
  • yellow value is 3.07%
  • key color value is 36.08%
CMYK:
(0,23,3,36)
C0M23Y3K36 
(0%,23%,3%,36%)
(0.00/0.23/0.03/0.36)	

CMYK percentages

%0
%23.31
%3.07
%36.08

Codes

Color #A37D9E in popluar color models

A37D9E
RGB163125158
HSL308°17.12%56.47%
HSB/HSV308°23.31%63.92%
CMYK0.00%23.31%3.07%
36.08%

Color #A37D9E in popluar number systems.

HEXA37D9E
Decimal163125158
Binary10100011111110110011110
Octal243175236

Shades and tints

Shades of #A37D9E

#A37D9E
(163,125,158)
#957290
(149,114,144)
#876782
(135,103,130)
#795C74
(121,92,116)
#6B5166
(107,81,102)
#5D4658
(93,70,88)
#4F3B4A
(79,59,74)
#41303C
(65,48,60)
#33252E
(51,37,46)
#251A20
(37,26,32)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #A37D9E

#A37D9E
(163,125,158)
#AB88A6
(171,136,166)
#B393AE
(179,147,174)
#BB9EB6
(187,158,182)
#C3A9BE
(195,169,190)
#CBB4C6
(203,180,198)
#D3BFCE
(211,191,206)
#DBCAD6
(219,202,214)
#E3D5DE
(227,213,222)
#EBE0E6
(235,224,230)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37D9E color. Also use rgb(163,125,158) instead hex code.

Text Font Color

.myTextColor { color: #A37D9E; }

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

This text font color is #A37D9E.


Background Color

.myBgColor { background-color: #A37D9E; }

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

This div background color is #A37D9E.


Border color

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

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

This div border color is #A37D9E.


Opacity

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

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

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

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

This text has shadow with #A37D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37D9E on black background.


Color preview on white background

This text has color #A37D9E on white background.



Black color preview on #A37D9E background

This text has black color on #A37D9E background.


White color preview on #A37D9E background

This text has white color on #A37D9E background.