COLOR #957E9C

HEX: #957E9C
RGB: (149,126,156)

Color info

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

RGB color model

#957E9C color RGB value is (149,126,156).

  • red value is 149;
  • green value is 126;
  • blue value is 156.
RGB:
(149,126,156)
(58%,49%,61%)

RGB channels and saturation

R 149 of 255 = 58%
G 126 of 255 = 49%
B 156 of 255 = 61%

149
126
156

R + G + B ~ 56%. #957E9C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 126 + 156 = 431 (100%)
R 149 of 431 ~ 34.57%
G 126 of 431 ~ 29.23%
B 156 of 431 ~ 36.19%

%34.57
%29.23
%36.19

CMYK color model

#957E9C color CMYK value is (4,19,0,39).

  • cyan value is 4.49%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(4,19,0,39)
C4M19Y0K39 
(4%,19%,0%,39%)
(0.04/0.19/0.00/0.39)	

CMYK percentages

%4.49
%19.23
%0
%38.82

Codes

Color #957E9C in popluar color models

957E9C
RGB149126156
HSL286°13.16%55.29%
HSB/HSV286°19.23%61.18%
CMYK4.49%19.23%0.00%
38.82%

Color #957E9C in popluar number systems.

HEX957E9C
Decimal149126156
Binary10010101111111010011100
Octal225176234

Shades and tints

Shades of #957E9C

#957E9C
(149,126,156)
#88738E
(136,115,142)
#7B6880
(123,104,128)
#6E5D72
(110,93,114)
#615264
(97,82,100)
#544756
(84,71,86)
#473C48
(71,60,72)
#3A313A
(58,49,58)
#2D262C
(45,38,44)
#201B1E
(32,27,30)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #957E9C

#957E9C
(149,126,156)
#9E89A5
(158,137,165)
#A794AE
(167,148,174)
#B09FB7
(176,159,183)
#B9AAC0
(185,170,192)
#C2B5C9
(194,181,201)
#CBC0D2
(203,192,210)
#D4CBDB
(212,203,219)
#DDD6E4
(221,214,228)
#E6E1ED
(230,225,237)
#EFECF6
(239,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957E9C color. Also use rgb(149,126,156) instead hex code.

Text Font Color

.myTextColor { color: #957E9C; }

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

This text font color is #957E9C.


Background Color

.myBgColor { background-color: #957E9C; }

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

This div background color is #957E9C.


Border color

.myBorderColor { border: 1px solid #957E9C; }

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

This div border color is #957E9C.


Opacity

.myOpacity80 { color: #957E9C; opacity: 0.8; }

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

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

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

This text has shadow with #957E9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957E9C on black background.


Color preview on white background

This text has color #957E9C on white background.



Black color preview on #957E9C background

This text has black color on #957E9C background.


White color preview on #957E9C background

This text has white color on #957E9C background.