COLOR #937EA4

HEX: #937EA4
RGB: (147,126,164)

Color info

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

RGB color model

#937EA4 color RGB value is (147,126,164).

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

RGB channels and saturation

R 147 of 255 = 58%
G 126 of 255 = 49%
B 164 of 255 = 64%

147
126
164

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

Portions of RGB colors in percentages

R + G + B =
147 + 126 + 164 = 437 (100%)
R 147 of 437 ~ 33.64%
G 126 of 437 ~ 28.83%
B 164 of 437 ~ 37.53%

%33.64
%28.83
%37.53

CMYK color model

#937EA4 color CMYK value is (10,23,0,36).

  • cyan value is 10.37%
  • magenta value is 23.17%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(10,23,0,36)
C10M23Y0K36 
(10%,23%,0%,36%)
(0.10/0.23/0.00/0.36)	

CMYK percentages

%10.37
%23.17
%0
%35.69

Codes

Color #937EA4 in popluar color models

937EA4
RGB147126164
HSL273°17.27%56.86%
HSB/HSV273°23.17%64.31%
CMYK10.37%23.17%0.00%
35.69%

Color #937EA4 in popluar number systems.

HEX937EA4
Decimal147126164
Binary10010011111111010100100
Octal223176244

Shades and tints

Shades of #937EA4

#937EA4
(147,126,164)
#867396
(134,115,150)
#796888
(121,104,136)
#6C5D7A
(108,93,122)
#5F526C
(95,82,108)
#52475E
(82,71,94)
#453C50
(69,60,80)
#383142
(56,49,66)
#2B2634
(43,38,52)
#1E1B26
(30,27,38)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #937EA4

#937EA4
(147,126,164)
#9C89AC
(156,137,172)
#A594B4
(165,148,180)
#AE9FBC
(174,159,188)
#B7AAC4
(183,170,196)
#C0B5CC
(192,181,204)
#C9C0D4
(201,192,212)
#D2CBDC
(210,203,220)
#DBD6E4
(219,214,228)
#E4E1EC
(228,225,236)
#EDECF4
(237,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #937EA4; }

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

This text font color is #937EA4.


Background Color

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

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

This div background color is #937EA4.


Border color

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

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

This div border color is #937EA4.


Opacity

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

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

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

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

This text has shadow with #937EA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #937EA4 on black background.


Color preview on white background

This text has color #937EA4 on white background.



Black color preview on #937EA4 background

This text has black color on #937EA4 background.


White color preview on #937EA4 background

This text has white color on #937EA4 background.