COLOR #957F92

HEX: #957F92
RGB: (149,127,146)

Color info

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

RGB color model

#957F92 color RGB value is (149,127,146).

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

RGB channels and saturation

R 149 of 255 = 58%
G 127 of 255 = 50%
B 146 of 255 = 57%

149
127
146

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

Portions of RGB colors in percentages

R + G + B =
149 + 127 + 146 = 422 (100%)
R 149 of 422 ~ 35.31%
G 127 of 422 ~ 30.09%
B 146 of 422 ~ 34.6%

%35.31
%30.09
%34.6

CMYK color model

#957F92 color CMYK value is (0,15,2,42).

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 2.01%
  • key color value is 41.57%
CMYK:
(0,15,2,42)
C0M15Y2K42 
(0%,15%,2%,42%)
(0.00/0.15/0.02/0.42)	

CMYK percentages

%0
%14.77
%2.01
%41.57

Codes

Color #957F92 in popluar color models

957F92
RGB149127146
HSL308°9.40%54.12%
HSB/HSV308°14.77%58.43%
CMYK0.00%14.77%2.01%
41.57%

Color #957F92 in popluar number systems.

HEX957F92
Decimal149127146
Binary10010101111111110010010
Octal225177222

Shades and tints

Shades of #957F92

#957F92
(149,127,146)
#887485
(136,116,133)
#7B6978
(123,105,120)
#6E5E6B
(110,94,107)
#61535E
(97,83,94)
#544851
(84,72,81)
#473D44
(71,61,68)
#3A3237
(58,50,55)
#2D272A
(45,39,42)
#201C1D
(32,28,29)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #957F92

#957F92
(149,127,146)
#9E8A9B
(158,138,155)
#A795A4
(167,149,164)
#B0A0AD
(176,160,173)
#B9ABB6
(185,171,182)
#C2B6BF
(194,182,191)
#CBC1C8
(203,193,200)
#D4CCD1
(212,204,209)
#DDD7DA
(221,215,218)
#E6E2E3
(230,226,227)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957F92; }

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

This text font color is #957F92.


Background Color

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

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

This div background color is #957F92.


Border color

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

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

This div border color is #957F92.


Opacity

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

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

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

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

This text has shadow with #957F92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957F92 on black background.


Color preview on white background

This text has color #957F92 on white background.



Black color preview on #957F92 background

This text has black color on #957F92 background.


White color preview on #957F92 background

This text has white color on #957F92 background.