COLOR #957B88

HEX: #957B88
RGB: (149,123,136)

Color info

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

RGB color model

#957B88 color RGB value is (149,123,136).

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

RGB channels and saturation

R 149 of 255 = 58%
G 123 of 255 = 48%
B 136 of 255 = 53%

149
123
136

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

Portions of RGB colors in percentages

R + G + B =
149 + 123 + 136 = 408 (100%)
R 149 of 408 ~ 36.52%
G 123 of 408 ~ 30.15%
B 136 of 408 ~ 33.33%

%36.52
%30.15
%33.33

CMYK color model

#957B88 color CMYK value is (0,17,9,42).

  • cyan value is 0.00%
  • magenta value is 17.45%
  • yellow value is 8.72%
  • key color value is 41.57%
CMYK:
(0,17,9,42)
C0M17Y9K42 
(0%,17%,9%,42%)
(0.00/0.17/0.09/0.42)	

CMYK percentages

%0
%17.45
%8.72
%41.57

Codes

Color #957B88 in popluar color models

957B88
RGB149123136
HSL330°10.92%53.33%
HSB/HSV330°17.45%58.43%
CMYK0.00%17.45%8.72%
41.57%

Color #957B88 in popluar number systems.

HEX957B88
Decimal149123136
Binary10010101111101110001000
Octal225173210

Shades and tints

Shades of #957B88

#957B88
(149,123,136)
#88707C
(136,112,124)
#7B6570
(123,101,112)
#6E5A64
(110,90,100)
#614F58
(97,79,88)
#54444C
(84,68,76)
#473940
(71,57,64)
#3A2E34
(58,46,52)
#2D2328
(45,35,40)
#20181C
(32,24,28)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #957B88

#957B88
(149,123,136)
#9E8792
(158,135,146)
#A7939C
(167,147,156)
#B09FA6
(176,159,166)
#B9ABB0
(185,171,176)
#C2B7BA
(194,183,186)
#CBC3C4
(203,195,196)
#D4CFCE
(212,207,206)
#DDDBD8
(221,219,216)
#E6E7E2
(230,231,226)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957B88; }

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

This text font color is #957B88.


Background Color

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

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

This div background color is #957B88.


Border color

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

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

This div border color is #957B88.


Opacity

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

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

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

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

This text has shadow with #957B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957B88 on black background.


Color preview on white background

This text has color #957B88 on white background.



Black color preview on #957B88 background

This text has black color on #957B88 background.


White color preview on #957B88 background

This text has white color on #957B88 background.