COLOR #957F8E

HEX: #957F8E
RGB: (149,127,142)

Color info

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

RGB color model

#957F8E color RGB value is (149,127,142).

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

RGB channels and saturation

R 149 of 255 = 58%
G 127 of 255 = 50%
B 142 of 255 = 56%

149
127
142

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

Portions of RGB colors in percentages

R + G + B =
149 + 127 + 142 = 418 (100%)
R 149 of 418 ~ 35.65%
G 127 of 418 ~ 30.38%
B 142 of 418 ~ 33.97%

%35.65
%30.38
%33.97

CMYK color model

#957F8E color CMYK value is (0,15,5,42).

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 4.70%
  • key color value is 41.57%
CMYK:
(0,15,5,42)
C0M15Y5K42 
(0%,15%,5%,42%)
(0.00/0.15/0.05/0.42)	

CMYK percentages

%0
%14.77
%4.7
%41.57

Codes

Color #957F8E in popluar color models

957F8E
RGB149127142
HSL319°9.40%54.12%
HSB/HSV319°14.77%58.43%
CMYK0.00%14.77%4.70%
41.57%

Color #957F8E in popluar number systems.

HEX957F8E
Decimal149127142
Binary10010101111111110001110
Octal225177216

Shades and tints

Shades of #957F8E

#957F8E
(149,127,142)
#887482
(136,116,130)
#7B6976
(123,105,118)
#6E5E6A
(110,94,106)
#61535E
(97,83,94)
#544852
(84,72,82)
#473D46
(71,61,70)
#3A323A
(58,50,58)
#2D272E
(45,39,46)
#201C22
(32,28,34)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #957F8E

#957F8E
(149,127,142)
#9E8A98
(158,138,152)
#A795A2
(167,149,162)
#B0A0AC
(176,160,172)
#B9ABB6
(185,171,182)
#C2B6C0
(194,182,192)
#CBC1CA
(203,193,202)
#D4CCD4
(212,204,212)
#DDD7DE
(221,215,222)
#E6E2E8
(230,226,232)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957F8E; }

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

This text font color is #957F8E.


Background Color

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

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

This div background color is #957F8E.


Border color

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

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

This div border color is #957F8E.


Opacity

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

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

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

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

This text has shadow with #957F8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957F8E on black background.


Color preview on white background

This text has color #957F8E on white background.



Black color preview on #957F8E background

This text has black color on #957F8E background.


White color preview on #957F8E background

This text has white color on #957F8E background.