COLOR #957B8F

HEX: #957B8F
RGB: (149,123,143)

Color info

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

RGB color model

#957B8F color RGB value is (149,123,143).

  • red value is 149;
  • green value is 123;
  • blue value is 143.
RGB:
(149,123,143)
(58%,48%,56%)

RGB channels and saturation

R 149 of 255 = 58%
G 123 of 255 = 48%
B 143 of 255 = 56%

149
123
143

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

Portions of RGB colors in percentages

R + G + B =
149 + 123 + 143 = 415 (100%)
R 149 of 415 ~ 35.9%
G 123 of 415 ~ 29.64%
B 143 of 415 ~ 34.46%

%35.9
%29.64
%34.46

CMYK color model

#957B8F color CMYK value is (0,17,4,42).

  • cyan value is 0.00%
  • magenta value is 17.45%
  • yellow value is 4.03%
  • key color value is 41.57%
CMYK:
(0,17,4,42)
C0M17Y4K42 
(0%,17%,4%,42%)
(0.00/0.17/0.04/0.42)	

CMYK percentages

%0
%17.45
%4.03
%41.57

Codes

Color #957B8F in popluar color models

957B8F
RGB149123143
HSL314°10.92%53.33%
HSB/HSV314°17.45%58.43%
CMYK0.00%17.45%4.03%
41.57%

Color #957B8F in popluar number systems.

HEX957B8F
Decimal149123143
Binary10010101111101110001111
Octal225173217

Shades and tints

Shades of #957B8F

#957B8F
(149,123,143)
#887082
(136,112,130)
#7B6575
(123,101,117)
#6E5A68
(110,90,104)
#614F5B
(97,79,91)
#54444E
(84,68,78)
#473941
(71,57,65)
#3A2E34
(58,46,52)
#2D2327
(45,35,39)
#20181A
(32,24,26)
#130D0D
(19,13,13)
#000000
(0,0,0)

Tints of #957B8F

#957B8F
(149,123,143)
#9E8799
(158,135,153)
#A793A3
(167,147,163)
#B09FAD
(176,159,173)
#B9ABB7
(185,171,183)
#C2B7C1
(194,183,193)
#CBC3CB
(203,195,203)
#D4CFD5
(212,207,213)
#DDDBDF
(221,219,223)
#E6E7E9
(230,231,233)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957B8F color. Also use rgb(149,123,143) instead hex code.

Text Font Color

.myTextColor { color: #957B8F; }

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

This text font color is #957B8F.


Background Color

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

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

This div background color is #957B8F.


Border color

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

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

This div border color is #957B8F.


Opacity

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

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

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

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

This text has shadow with #957B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957B8F on black background.


Color preview on white background

This text has color #957B8F on white background.



Black color preview on #957B8F background

This text has black color on #957B8F background.


White color preview on #957B8F background

This text has white color on #957B8F background.