COLOR #957E83

HEX: #957E83
RGB: (149,126,131)

Color info

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

RGB color model

#957E83 color RGB value is (149,126,131).

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

RGB channels and saturation

R 149 of 255 = 58%
G 126 of 255 = 49%
B 131 of 255 = 51%

149
126
131

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

Portions of RGB colors in percentages

R + G + B =
149 + 126 + 131 = 406 (100%)
R 149 of 406 ~ 36.7%
G 126 of 406 ~ 31.03%
B 131 of 406 ~ 32.27%

%36.7
%31.03
%32.27

CMYK color model

#957E83 color CMYK value is (0,15,12,42).

  • cyan value is 0.00%
  • magenta value is 15.44%
  • yellow value is 12.08%
  • key color value is 41.57%
CMYK:
(0,15,12,42)
C0M15Y12K42 
(0%,15%,12%,42%)
(0.00/0.15/0.12/0.42)	

CMYK percentages

%0
%15.44
%12.08
%41.57

Codes

Color #957E83 in popluar color models

957E83
RGB149126131
HSL347°9.79%53.92%
HSB/HSV347°15.44%58.43%
CMYK0.00%15.44%12.08%
41.57%

Color #957E83 in popluar number systems.

HEX957E83
Decimal149126131
Binary10010101111111010000011
Octal225176203

Shades and tints

Shades of #957E83

#957E83
(149,126,131)
#887378
(136,115,120)
#7B686D
(123,104,109)
#6E5D62
(110,93,98)
#615257
(97,82,87)
#54474C
(84,71,76)
#473C41
(71,60,65)
#3A3136
(58,49,54)
#2D262B
(45,38,43)
#201B20
(32,27,32)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #957E83

#957E83
(149,126,131)
#9E898E
(158,137,142)
#A79499
(167,148,153)
#B09FA4
(176,159,164)
#B9AAAF
(185,170,175)
#C2B5BA
(194,181,186)
#CBC0C5
(203,192,197)
#D4CBD0
(212,203,208)
#DDD6DB
(221,214,219)
#E6E1E6
(230,225,230)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957E83; }

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

This text font color is #957E83.


Background Color

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

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

This div background color is #957E83.


Border color

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

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

This div border color is #957E83.


Opacity

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

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

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

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

This text has shadow with #957E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957E83 on black background.


Color preview on white background

This text has color #957E83 on white background.



Black color preview on #957E83 background

This text has black color on #957E83 background.


White color preview on #957E83 background

This text has white color on #957E83 background.