COLOR #937ECC

HEX: #937ECC
RGB: (147,126,204)

Color info

#937ECC contains mainly red and blue colors. Web safe color of #937ECC is #9966CC (or #96C).

RGB color model

#937ECC color RGB value is (147,126,204).

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

RGB channels and saturation

R 147 of 255 = 58%
G 126 of 255 = 49%
B 204 of 255 = 80%

147
126
204

R + G + B ~ 62%. #937ECC is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 126 + 204 = 477 (100%)
R 147 of 477 ~ 30.82%
G 126 of 477 ~ 26.42%
B 204 of 477 ~ 42.77%

%30.82
%26.42
%42.77

CMYK color model

#937ECC color CMYK value is (28,38,0,20).

  • cyan value is 27.94%
  • magenta value is 38.24%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(28,38,0,20)
C28M38Y0K20 
(28%,38%,0%,20%)
(0.28/0.38/0.00/0.20)	

CMYK percentages

%27.94
%38.24
%0
%20

Codes

Color #937ECC in popluar color models

937ECC
RGB147126204
HSL256°43.33%64.71%
HSB/HSV256°38.24%80.00%
CMYK27.94%38.24%0.00%
20.00%

Color #937ECC in popluar number systems.

HEX937ECC
Decimal147126204
Binary10010011111111011001100
Octal223176314

Shades and tints

Shades of #937ECC

#937ECC
(147,126,204)
#8673BA
(134,115,186)
#7968A8
(121,104,168)
#6C5D96
(108,93,150)
#5F5284
(95,82,132)
#524772
(82,71,114)
#453C60
(69,60,96)
#38314E
(56,49,78)
#2B263C
(43,38,60)
#1E1B2A
(30,27,42)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #937ECC

#937ECC
(147,126,204)
#9C89D0
(156,137,208)
#A594D4
(165,148,212)
#AE9FD8
(174,159,216)
#B7AADC
(183,170,220)
#C0B5E0
(192,181,224)
#C9C0E4
(201,192,228)
#D2CBE8
(210,203,232)
#DBD6EC
(219,214,236)
#E4E1F0
(228,225,240)
#EDECF4
(237,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #937ECC; }

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

This text font color is #937ECC.


Background Color

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

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

This div background color is #937ECC.


Border color

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

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

This div border color is #937ECC.


Opacity

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

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

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

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

This text has shadow with #937ECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #937ECC on black background.


Color preview on white background

This text has color #937ECC on white background.



Black color preview on #937ECC background

This text has black color on #937ECC background.


White color preview on #937ECC background

This text has white color on #937ECC background.