COLOR #957888

HEX: #957888
RGB: (149,120,136)

Color info

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

RGB color model

#957888 color RGB value is (149,120,136).

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

RGB channels and saturation

R 149 of 255 = 58%
G 120 of 255 = 47%
B 136 of 255 = 53%

149
120
136

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

Portions of RGB colors in percentages

R + G + B =
149 + 120 + 136 = 405 (100%)
R 149 of 405 ~ 36.79%
G 120 of 405 ~ 29.63%
B 136 of 405 ~ 33.58%

%36.79
%29.63
%33.58

CMYK color model

#957888 color CMYK value is (0,19,9,42).

  • cyan value is 0.00%
  • magenta value is 19.46%
  • yellow value is 8.72%
  • key color value is 41.57%
CMYK:
(0,19,9,42)
C0M19Y9K42 
(0%,19%,9%,42%)
(0.00/0.19/0.09/0.42)	

CMYK percentages

%0
%19.46
%8.72
%41.57

Codes

Color #957888 in popluar color models

957888
RGB149120136
HSL327°12.03%52.75%
HSB/HSV327°19.46%58.43%
CMYK0.00%19.46%8.72%
41.57%

Color #957888 in popluar number systems.

HEX957888
Decimal149120136
Binary10010101111100010001000
Octal225170210

Shades and tints

Shades of #957888

#957888
(149,120,136)
#886E7C
(136,110,124)
#7B6470
(123,100,112)
#6E5A64
(110,90,100)
#615058
(97,80,88)
#54464C
(84,70,76)
#473C40
(71,60,64)
#3A3234
(58,50,52)
#2D2828
(45,40,40)
#201E1C
(32,30,28)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #957888

#957888
(149,120,136)
#9E8492
(158,132,146)
#A7909C
(167,144,156)
#B09CA6
(176,156,166)
#B9A8B0
(185,168,176)
#C2B4BA
(194,180,186)
#CBC0C4
(203,192,196)
#D4CCCE
(212,204,206)
#DDD8D8
(221,216,216)
#E6E4E2
(230,228,226)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957888; }

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

This text font color is #957888.


Background Color

.myBgColor { background-color: #957888; }

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

This div background color is #957888.


Border color

.myBorderColor { border: 1px solid #957888; }

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

This div border color is #957888.


Opacity

.myOpacity80 { color: #957888; opacity: 0.8; }

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

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

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

This text has shadow with #957888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957888 on black background.


Color preview on white background

This text has color #957888 on white background.



Black color preview on #957888 background

This text has black color on #957888 background.


White color preview on #957888 background

This text has white color on #957888 background.