COLOR #957889

HEX: #957889
RGB: (149,120,137)

Color info

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

RGB color model

#957889 color RGB value is (149,120,137).

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

RGB channels and saturation

R 149 of 255 = 58%
G 120 of 255 = 47%
B 137 of 255 = 54%

149
120
137

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

Portions of RGB colors in percentages

R + G + B =
149 + 120 + 137 = 406 (100%)
R 149 of 406 ~ 36.7%
G 120 of 406 ~ 29.56%
B 137 of 406 ~ 33.74%

%36.7
%29.56
%33.74

CMYK color model

#957889 color CMYK value is (0,19,8,42).

  • cyan value is 0.00%
  • magenta value is 19.46%
  • yellow value is 8.05%
  • key color value is 41.57%
CMYK:
(0,19,8,42)
C0M19Y8K42 
(0%,19%,8%,42%)
(0.00/0.19/0.08/0.42)	

CMYK percentages

%0
%19.46
%8.05
%41.57

Codes

Color #957889 in popluar color models

957889
RGB149120137
HSL325°12.03%52.75%
HSB/HSV325°19.46%58.43%
CMYK0.00%19.46%8.05%
41.57%

Color #957889 in popluar number systems.

HEX957889
Decimal149120137
Binary10010101111100010001001
Octal225170211

Shades and tints

Shades of #957889

#957889
(149,120,137)
#886E7D
(136,110,125)
#7B6471
(123,100,113)
#6E5A65
(110,90,101)
#615059
(97,80,89)
#54464D
(84,70,77)
#473C41
(71,60,65)
#3A3235
(58,50,53)
#2D2829
(45,40,41)
#201E1D
(32,30,29)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #957889

#957889
(149,120,137)
#9E8493
(158,132,147)
#A7909D
(167,144,157)
#B09CA7
(176,156,167)
#B9A8B1
(185,168,177)
#C2B4BB
(194,180,187)
#CBC0C5
(203,192,197)
#D4CCCF
(212,204,207)
#DDD8D9
(221,216,217)
#E6E4E3
(230,228,227)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957889; }

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

This text font color is #957889.


Background Color

.myBgColor { background-color: #957889; }

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

This div background color is #957889.


Border color

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

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

This div border color is #957889.


Opacity

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

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

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

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

This text has shadow with #957889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957889 on black background.


Color preview on white background

This text has color #957889 on white background.



Black color preview on #957889 background

This text has black color on #957889 background.


White color preview on #957889 background

This text has white color on #957889 background.