COLOR #957F9C

HEX: #957F9C
RGB: (149,127,156)

Color info

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

RGB color model

#957F9C color RGB value is (149,127,156).

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

RGB channels and saturation

R 149 of 255 = 58%
G 127 of 255 = 50%
B 156 of 255 = 61%

149
127
156

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

Portions of RGB colors in percentages

R + G + B =
149 + 127 + 156 = 432 (100%)
R 149 of 432 ~ 34.49%
G 127 of 432 ~ 29.4%
B 156 of 432 ~ 36.11%

%34.49
%29.4
%36.11

CMYK color model

#957F9C color CMYK value is (4,19,0,39).

  • cyan value is 4.49%
  • magenta value is 18.59%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(4,19,0,39)
C4M19Y0K39 
(4%,19%,0%,39%)
(0.04/0.19/0.00/0.39)	

CMYK percentages

%4.49
%18.59
%0
%38.82

Codes

Color #957F9C in popluar color models

957F9C
RGB149127156
HSL286°12.78%55.49%
HSB/HSV286°18.59%61.18%
CMYK4.49%18.59%0.00%
38.82%

Color #957F9C in popluar number systems.

HEX957F9C
Decimal149127156
Binary10010101111111110011100
Octal225177234

Shades and tints

Shades of #957F9C

#957F9C
(149,127,156)
#88748E
(136,116,142)
#7B6980
(123,105,128)
#6E5E72
(110,94,114)
#615364
(97,83,100)
#544856
(84,72,86)
#473D48
(71,61,72)
#3A323A
(58,50,58)
#2D272C
(45,39,44)
#201C1E
(32,28,30)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #957F9C

#957F9C
(149,127,156)
#9E8AA5
(158,138,165)
#A795AE
(167,149,174)
#B0A0B7
(176,160,183)
#B9ABC0
(185,171,192)
#C2B6C9
(194,182,201)
#CBC1D2
(203,193,210)
#D4CCDB
(212,204,219)
#DDD7E4
(221,215,228)
#E6E2ED
(230,226,237)
#EFEDF6
(239,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957F9C; }

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

This text font color is #957F9C.


Background Color

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

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

This div background color is #957F9C.


Border color

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

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

This div border color is #957F9C.


Opacity

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

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

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

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

This text has shadow with #957F9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957F9C on black background.


Color preview on white background

This text has color #957F9C on white background.



Black color preview on #957F9C background

This text has black color on #957F9C background.


White color preview on #957F9C background

This text has white color on #957F9C background.