COLOR #957FB3

HEX: #957FB3
RGB: (149,127,179)

Color info

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

RGB color model

#957FB3 color RGB value is (149,127,179).

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

RGB channels and saturation

R 149 of 255 = 58%
G 127 of 255 = 50%
B 179 of 255 = 70%

149
127
179

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

Portions of RGB colors in percentages

R + G + B =
149 + 127 + 179 = 455 (100%)
R 149 of 455 ~ 32.75%
G 127 of 455 ~ 27.91%
B 179 of 455 ~ 39.34%

%32.75
%27.91
%39.34

CMYK color model

#957FB3 color CMYK value is (17,29,0,30).

  • cyan value is 16.76%
  • magenta value is 29.05%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(17,29,0,30)
C17M29Y0K30 
(17%,29%,0%,30%)
(0.17/0.29/0.00/0.30)	

CMYK percentages

%16.76
%29.05
%0
%29.8

Codes

Color #957FB3 in popluar color models

957FB3
RGB149127179
HSL265°25.49%60.00%
HSB/HSV265°29.05%70.20%
CMYK16.76%29.05%0.00%
29.80%

Color #957FB3 in popluar number systems.

HEX957FB3
Decimal149127179
Binary10010101111111110110011
Octal225177263

Shades and tints

Shades of #957FB3

#957FB3
(149,127,179)
#8874A3
(136,116,163)
#7B6993
(123,105,147)
#6E5E83
(110,94,131)
#615373
(97,83,115)
#544863
(84,72,99)
#473D53
(71,61,83)
#3A3243
(58,50,67)
#2D2733
(45,39,51)
#201C23
(32,28,35)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #957FB3

#957FB3
(149,127,179)
#9E8AB9
(158,138,185)
#A795BF
(167,149,191)
#B0A0C5
(176,160,197)
#B9ABCB
(185,171,203)
#C2B6D1
(194,182,209)
#CBC1D7
(203,193,215)
#D4CCDD
(212,204,221)
#DDD7E3
(221,215,227)
#E6E2E9
(230,226,233)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957FB3; }

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

This text font color is #957FB3.


Background Color

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

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

This div background color is #957FB3.


Border color

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

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

This div border color is #957FB3.


Opacity

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

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

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

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

This text has shadow with #957FB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957FB3 on black background.


Color preview on white background

This text has color #957FB3 on white background.



Black color preview on #957FB3 background

This text has black color on #957FB3 background.


White color preview on #957FB3 background

This text has white color on #957FB3 background.