COLOR #957F93

HEX: #957F93
RGB: (149,127,147)

Color info

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

RGB color model

#957F93 color RGB value is (149,127,147).

  • red value is 149;
  • green value is 127;
  • blue value is 147.
RGB:
(149,127,147)
(58%,50%,58%)

RGB channels and saturation

R 149 of 255 = 58%
G 127 of 255 = 50%
B 147 of 255 = 58%

149
127
147

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

Portions of RGB colors in percentages

R + G + B =
149 + 127 + 147 = 423 (100%)
R 149 of 423 ~ 35.22%
G 127 of 423 ~ 30.02%
B 147 of 423 ~ 34.75%

%35.22
%30.02
%34.75

CMYK color model

#957F93 color CMYK value is (0,15,1,42).

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 1.34%
  • key color value is 41.57%
CMYK:
(0,15,1,42)
C0M15Y1K42 
(0%,15%,1%,42%)
(0.00/0.15/0.01/0.42)	

CMYK percentages

%0
%14.77
%1.34
%41.57

Codes

Color #957F93 in popluar color models

957F93
RGB149127147
HSL305°9.40%54.12%
HSB/HSV305°14.77%58.43%
CMYK0.00%14.77%1.34%
41.57%

Color #957F93 in popluar number systems.

HEX957F93
Decimal149127147
Binary10010101111111110010011
Octal225177223

Shades and tints

Shades of #957F93

#957F93
(149,127,147)
#887486
(136,116,134)
#7B6979
(123,105,121)
#6E5E6C
(110,94,108)
#61535F
(97,83,95)
#544852
(84,72,82)
#473D45
(71,61,69)
#3A3238
(58,50,56)
#2D272B
(45,39,43)
#201C1E
(32,28,30)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #957F93

#957F93
(149,127,147)
#9E8A9C
(158,138,156)
#A795A5
(167,149,165)
#B0A0AE
(176,160,174)
#B9ABB7
(185,171,183)
#C2B6C0
(194,182,192)
#CBC1C9
(203,193,201)
#D4CCD2
(212,204,210)
#DDD7DB
(221,215,219)
#E6E2E4
(230,226,228)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957F93 color. Also use rgb(149,127,147) instead hex code.

Text Font Color

.myTextColor { color: #957F93; }

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

This text font color is #957F93.


Background Color

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

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

This div background color is #957F93.


Border color

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

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

This div border color is #957F93.


Opacity

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

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

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

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

This text has shadow with #957F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957F93 on black background.


Color preview on white background

This text has color #957F93 on white background.



Black color preview on #957F93 background

This text has black color on #957F93 background.


White color preview on #957F93 background

This text has white color on #957F93 background.