COLOR #957E8B

HEX: #957E8B
RGB: (149,126,139)

Color info

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

RGB color model

#957E8B color RGB value is (149,126,139).

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

RGB channels and saturation

R 149 of 255 = 58%
G 126 of 255 = 49%
B 139 of 255 = 55%

149
126
139

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

Portions of RGB colors in percentages

R + G + B =
149 + 126 + 139 = 414 (100%)
R 149 of 414 ~ 35.99%
G 126 of 414 ~ 30.43%
B 139 of 414 ~ 33.57%

%35.99
%30.43
%33.57

CMYK color model

#957E8B color CMYK value is (0,15,7,42).

  • cyan value is 0.00%
  • magenta value is 15.44%
  • yellow value is 6.71%
  • key color value is 41.57%
CMYK:
(0,15,7,42)
C0M15Y7K42 
(0%,15%,7%,42%)
(0.00/0.15/0.07/0.42)	

CMYK percentages

%0
%15.44
%6.71
%41.57

Codes

Color #957E8B in popluar color models

957E8B
RGB149126139
HSL326°9.79%53.92%
HSB/HSV326°15.44%58.43%
CMYK0.00%15.44%6.71%
41.57%

Color #957E8B in popluar number systems.

HEX957E8B
Decimal149126139
Binary10010101111111010001011
Octal225176213

Shades and tints

Shades of #957E8B

#957E8B
(149,126,139)
#88737F
(136,115,127)
#7B6873
(123,104,115)
#6E5D67
(110,93,103)
#61525B
(97,82,91)
#54474F
(84,71,79)
#473C43
(71,60,67)
#3A3137
(58,49,55)
#2D262B
(45,38,43)
#201B1F
(32,27,31)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #957E8B

#957E8B
(149,126,139)
#9E8995
(158,137,149)
#A7949F
(167,148,159)
#B09FA9
(176,159,169)
#B9AAB3
(185,170,179)
#C2B5BD
(194,181,189)
#CBC0C7
(203,192,199)
#D4CBD1
(212,203,209)
#DDD6DB
(221,214,219)
#E6E1E5
(230,225,229)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957E8B; }

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

This text font color is #957E8B.


Background Color

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

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

This div background color is #957E8B.


Border color

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

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

This div border color is #957E8B.


Opacity

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

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

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

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

This text has shadow with #957E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957E8B on black background.


Color preview on white background

This text has color #957E8B on white background.



Black color preview on #957E8B background

This text has black color on #957E8B background.


White color preview on #957E8B background

This text has white color on #957E8B background.