COLOR #937EAE

HEX: #937EAE RGB: (147,126,174)

Color info

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

RGB color model

#937EAE color RGB value is (147,126,174).

RGB: (147,126,174) (58%, 49%, 68%)

RGB channels and saturation

R 147 of 255 = 58%
G 126 of 255 = 49%
B 174 of 255 = 68%

147
126
174

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

Portions of RGB colors in percentages

R + G + B = 147 + 126 + 174 = 447 (100%)
R 147 of 447 ~ 32.89%
G 126 of 447 ~ 28.19%
B 174 of 447 ~ 38.93'%

%32.89
%28.19
%38.93

CMYK color model

#937EAE color CMYK value is (16,28,0,32).

  • cyan value is 15.52%
  • magenta value is 27.59%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (16,28,0,32) C16M28Y0K32 (16%,28%,0%,32%) (0.16/0.28/0.00/0.32) 

CMYK percentages

%15.52
%27.59
%0
%31.76

Codes

Color #937EAE in popluar color models

93 7E AE
RGB 147 126 174
HSL 266° 22.86% 58.82%
HSB/HSV 266° 27.59% 68.24%
CMYK 15.52% 27.59% 0.00%
31.76%

Color #937EAE in popluar number systems.

HEX 93 7E AE
Decimal 147 126 174
Binary 10010011 1111110 10101110
Octal 223 176 256

Shades and tints

Shades of #937EAE

#937EAE
(147,126,174)
#86739F
(134,115,159)
#796890
(121,104,144)
#6C5D81
(108,93,129)
#5F5272
(95,82,114)
#524763
(82,71,99)
#453C54
(69,60,84)
#383145
(56,49,69)
#2B2636
(43,38,54)
#1E1B27
(30,27,39)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #937EAE

#937EAE
(147,126,174)
#9C89B5
(156,137,181)
#A594BC
(165,148,188)
#AE9FC3
(174,159,195)
#B7AACA
(183,170,202)
#C0B5D1
(192,181,209)
#C9C0D8
(201,192,216)
#D2CBDF
(210,203,223)
#DBD6E6
(219,214,230)
#E4E1ED
(228,225,237)
#EDECF4
(237,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #937EAE color. Also use rgb(147,126,174) instead hex code.

Text Font Color

.myTextColor { color: #937EAE; }

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

This text font color is #937EAE.

Background Color

.myBgColor { background-color: #937EAE; }

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

This div background color is #937EAE.

Border color

.myBorderColor { border: 1px solid #937EAE; }

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

This div border color is #937EAE.

Opacity

.myOpacity80 { color: #937EAE; opacity: 0.8; }

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

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

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

This text has shadow with #937EAE color.


.textShadow {text-shadow: 3px 3px 1px #937EAE', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #937EAE; -webkit-box-shadow: 1px 1px 3px 2px #937EAE; box-shadow:1px 1px 3px 2px #937EAE;">
Div content here
</div>

This div box has shadow with color #937EAE.

Preview

Color preview on black background

This text has color #937EAE on black background.


Color preview on white background

This text has color #937EAE on white background.


Black color preview on #937EAE background

This text has black color on #937EAE background.


White color preview on #937EAE background

This text has white color on #937EAE background.


Related colors

Complementary color

Complementary color for #hex is #6C8151.


I love getcolorcode.com

Triadic colors

1 #AE937E and #7EAE93 with #937EAE are triadic colors.

2 #AE7E93 and #7E93AE with #937EAE are triadic colors.