COLOR #957883

HEX: #957883
RGB: (149,120,131)

Color info

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

RGB color model

#957883 color RGB value is (149,120,131).

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

RGB channels and saturation

R 149 of 255 = 58%
G 120 of 255 = 47%
B 131 of 255 = 51%

149
120
131

R + G + B ~ 52%. #957883 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 120 + 131 = 400 (100%)
R 149 of 400 ~ 37.25%
G 120 of 400 ~ 30%
B 131 of 400 ~ 32.75%

%37.25
%30
%32.75

CMYK color model

#957883 color CMYK value is (0,19,12,42).

  • cyan value is 0.00%
  • magenta value is 19.46%
  • yellow value is 12.08%
  • key color value is 41.57%
CMYK:
(0,19,12,42)
C0M19Y12K42 
(0%,19%,12%,42%)
(0.00/0.19/0.12/0.42)	

CMYK percentages

%0
%19.46
%12.08
%41.57

Codes

Color #957883 in popluar color models

957883
RGB149120131
HSL337°12.03%52.75%
HSB/HSV337°19.46%58.43%
CMYK0.00%19.46%12.08%
41.57%

Color #957883 in popluar number systems.

HEX957883
Decimal149120131
Binary10010101111100010000011
Octal225170203

Shades and tints

Shades of #957883

#957883
(149,120,131)
#886E78
(136,110,120)
#7B646D
(123,100,109)
#6E5A62
(110,90,98)
#615057
(97,80,87)
#54464C
(84,70,76)
#473C41
(71,60,65)
#3A3236
(58,50,54)
#2D282B
(45,40,43)
#201E20
(32,30,32)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #957883

#957883
(149,120,131)
#9E848E
(158,132,142)
#A79099
(167,144,153)
#B09CA4
(176,156,164)
#B9A8AF
(185,168,175)
#C2B4BA
(194,180,186)
#CBC0C5
(203,192,197)
#D4CCD0
(212,204,208)
#DDD8DB
(221,216,219)
#E6E4E6
(230,228,230)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957883; }

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

This text font color is #957883.


Background Color

.myBgColor { background-color: #957883; }

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

This div background color is #957883.


Border color

.myBorderColor { border: 1px solid #957883; }

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

This div border color is #957883.


Opacity

.myOpacity80 { color: #957883; opacity: 0.8; }

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

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

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

This text has shadow with #957883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957883 on black background.


Color preview on white background

This text has color #957883 on white background.



Black color preview on #957883 background

This text has black color on #957883 background.


White color preview on #957883 background

This text has white color on #957883 background.