COLOR #957F8B

HEX: #957F8B RGB: (149,127,139)

Color info

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

RGB color model

#957F8B color RGB value is (149,127,139).

RGB: (149,127,139) (58%, 50%, 55%)

RGB channels and saturation

R 149 of 255 = 58%
G 127 of 255 = 50%
B 139 of 255 = 55%

149
127
139

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

Portions of RGB colors in percentages

R + G + B = 149 + 127 + 139 = 415 (100%)
R 149 of 415 ~ 35.9%
G 127 of 415 ~ 30.6%
B 139 of 415 ~ 33.49'%

%35.9
%30.6
%33.49

CMYK color model

#957F8B color CMYK value is (0,15,7,42).

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 6.71%
  • key color value is 41.57%

CMYK: (0,15,7,42)
C0M15Y7K42 (0%, 15%, 7%, 42%)
(0.00 / 0.15 / 0.07 / 0.42)

CMYK percentages

%0
%14.77
%6.71
%41.57

Codes

Color #957F8B in popluar color models

95 7F 8B
RGB 149 127 139
HSL 327° 9.40% 54.12%
HSB/HSV 327° 14.77% 58.43%
CMYK 0.00% 14.77% 6.71%
41.57%

Color #957F8B in popluar number systems.

HEX 95 7F 8B
Decimal 149 127 139
Binary 10010101 1111111 10001011
Octal 225 177 213

Shades and tints

Shades of #957F8B

#957F8B
(149,127,139)
#88747F
(136,116,127)
#7B6973
(123,105,115)
#6E5E67
(110,94,103)
#61535B
(97,83,91)
#54484F
(84,72,79)
#473D43
(71,61,67)
#3A3237
(58,50,55)
#2D272B
(45,39,43)
#201C1F
(32,28,31)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #957F8B

#957F8B
(149,127,139)
#9E8A95
(158,138,149)
#A7959F
(167,149,159)
#B0A0A9
(176,160,169)
#B9ABB3
(185,171,179)
#C2B6BD
(194,182,189)
#CBC1C7
(203,193,199)
#D4CCD1
(212,204,209)
#DDD7DB
(221,215,219)
#E6E2E5
(230,226,229)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957F8B; }

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

This text font color is #957F8B.

Background Color

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

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

This div background color is #957F8B.

Border color

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

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

This div border color is #957F8B.

Opacity

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

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

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

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

This text has shadow with #957F8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #957F8B.

Preview

Color preview on black background

This text has color #957F8B on black background.


Color preview on white background

This text has color #957F8B on white background.


Black color preview on #957F8B background

This text has black color on #957F8B background.


White color preview on #957F8B background

This text has white color on #957F8B background.


Related colors

Complementary color

Complementary color for #hex is #6A8074.


I love getcolorcode.com

Triadic colors

1 #8B957F and #7F8B95 with #957F8B are triadic colors.

2 #8B7F95 and #7F958B with #957F8B are triadic colors.