COLOR #957C89

HEX: #957C89
RGB: (149,124,137)

Color info

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

RGB color model

#957C89 color RGB value is (149,124,137).

  • red value is 149;
  • green value is 124;
  • blue value is 137.
RGB:
(149,124,137)
(58%,49%,54%)

RGB channels and saturation

R 149 of 255 = 58%
G 124 of 255 = 49%
B 137 of 255 = 54%

149
124
137

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

Portions of RGB colors in percentages

R + G + B =
149 + 124 + 137 = 410 (100%)
R 149 of 410 ~ 36.34%
G 124 of 410 ~ 30.24%
B 137 of 410 ~ 33.41%

%36.34
%30.24
%33.41

CMYK color model

#957C89 color CMYK value is (0,17,8,42).

  • cyan value is 0.00%
  • magenta value is 16.78%
  • yellow value is 8.05%
  • key color value is 41.57%
CMYK:
(0,17,8,42)
C0M17Y8K42 
(0%,17%,8%,42%)
(0.00/0.17/0.08/0.42)	

CMYK percentages

%0
%16.78
%8.05
%41.57

Codes

Color #957C89 in popluar color models

957C89
RGB149124137
HSL329°10.55%53.53%
HSB/HSV329°16.78%58.43%
CMYK0.00%16.78%8.05%
41.57%

Color #957C89 in popluar number systems.

HEX957C89
Decimal149124137
Binary10010101111110010001001
Octal225174211

Shades and tints

Shades of #957C89

#957C89
(149,124,137)
#88717D
(136,113,125)
#7B6671
(123,102,113)
#6E5B65
(110,91,101)
#615059
(97,80,89)
#54454D
(84,69,77)
#473A41
(71,58,65)
#3A2F35
(58,47,53)
#2D2429
(45,36,41)
#20191D
(32,25,29)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #957C89

#957C89
(149,124,137)
#9E8793
(158,135,147)
#A7929D
(167,146,157)
#B09DA7
(176,157,167)
#B9A8B1
(185,168,177)
#C2B3BB
(194,179,187)
#CBBEC5
(203,190,197)
#D4C9CF
(212,201,207)
#DDD4D9
(221,212,217)
#E6DFE3
(230,223,227)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957C89 color. Also use rgb(149,124,137) instead hex code.

Text Font Color

.myTextColor { color: #957C89; }

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

This text font color is #957C89.


Background Color

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

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

This div background color is #957C89.


Border color

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

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

This div border color is #957C89.


Opacity

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

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

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

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

This text has shadow with #957C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957C89 on black background.


Color preview on white background

This text has color #957C89 on white background.



Black color preview on #957C89 background

This text has black color on #957C89 background.


White color preview on #957C89 background

This text has white color on #957C89 background.