COLOR #957FA7

HEX: #957FA7
RGB: (149,127,167)

Color info

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

RGB color model

#957FA7 color RGB value is (149,127,167).

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

RGB channels and saturation

R 149 of 255 = 58%
G 127 of 255 = 50%
B 167 of 255 = 65%

149
127
167

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

Portions of RGB colors in percentages

R + G + B =
149 + 127 + 167 = 443 (100%)
R 149 of 443 ~ 33.63%
G 127 of 443 ~ 28.67%
B 167 of 443 ~ 37.7%

%33.63
%28.67
%37.7

CMYK color model

#957FA7 color CMYK value is (11,24,0,35).

  • cyan value is 10.78%
  • magenta value is 23.95%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(11,24,0,35)
C11M24Y0K35 
(11%,24%,0%,35%)
(0.11/0.24/0.00/0.35)	

CMYK percentages

%10.78
%23.95
%0
%34.51

Codes

Color #957FA7 in popluar color models

957FA7
RGB149127167
HSL273°18.52%57.65%
HSB/HSV273°23.95%65.49%
CMYK10.78%23.95%0.00%
34.51%

Color #957FA7 in popluar number systems.

HEX957FA7
Decimal149127167
Binary10010101111111110100111
Octal225177247

Shades and tints

Shades of #957FA7

#957FA7
(149,127,167)
#887498
(136,116,152)
#7B6989
(123,105,137)
#6E5E7A
(110,94,122)
#61536B
(97,83,107)
#54485C
(84,72,92)
#473D4D
(71,61,77)
#3A323E
(58,50,62)
#2D272F
(45,39,47)
#201C20
(32,28,32)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #957FA7

#957FA7
(149,127,167)
#9E8AAF
(158,138,175)
#A795B7
(167,149,183)
#B0A0BF
(176,160,191)
#B9ABC7
(185,171,199)
#C2B6CF
(194,182,207)
#CBC1D7
(203,193,215)
#D4CCDF
(212,204,223)
#DDD7E7
(221,215,231)
#E6E2EF
(230,226,239)
#EFEDF7
(239,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957FA7; }

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

This text font color is #957FA7.


Background Color

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

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

This div background color is #957FA7.


Border color

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

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

This div border color is #957FA7.


Opacity

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

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

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

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

This text has shadow with #957FA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957FA7 on black background.


Color preview on white background

This text has color #957FA7 on white background.



Black color preview on #957FA7 background

This text has black color on #957FA7 background.


White color preview on #957FA7 background

This text has white color on #957FA7 background.