COLOR #957E91

HEX: #957E91
RGB: (149,126,145)

Color info

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

RGB color model

#957E91 color RGB value is (149,126,145).

  • red value is 149;
  • green value is 126;
  • blue value is 145.
RGB:
(149,126,145)
(58%,49%,57%)

RGB channels and saturation

R 149 of 255 = 58%
G 126 of 255 = 49%
B 145 of 255 = 57%

149
126
145

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

Portions of RGB colors in percentages

R + G + B =
149 + 126 + 145 = 420 (100%)
R 149 of 420 ~ 35.48%
G 126 of 420 ~ 30%
B 145 of 420 ~ 34.52%

%35.48
%30
%34.52

CMYK color model

#957E91 color CMYK value is (0,15,3,42).

  • cyan value is 0.00%
  • magenta value is 15.44%
  • yellow value is 2.68%
  • key color value is 41.57%
CMYK:
(0,15,3,42)
C0M15Y3K42 
(0%,15%,3%,42%)
(0.00/0.15/0.03/0.42)	

CMYK percentages

%0
%15.44
%2.68
%41.57

Codes

Color #957E91 in popluar color models

957E91
RGB149126145
HSL310°9.79%53.92%
HSB/HSV310°15.44%58.43%
CMYK0.00%15.44%2.68%
41.57%

Color #957E91 in popluar number systems.

HEX957E91
Decimal149126145
Binary10010101111111010010001
Octal225176221

Shades and tints

Shades of #957E91

#957E91
(149,126,145)
#887384
(136,115,132)
#7B6877
(123,104,119)
#6E5D6A
(110,93,106)
#61525D
(97,82,93)
#544750
(84,71,80)
#473C43
(71,60,67)
#3A3136
(58,49,54)
#2D2629
(45,38,41)
#201B1C
(32,27,28)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #957E91

#957E91
(149,126,145)
#9E899B
(158,137,155)
#A794A5
(167,148,165)
#B09FAF
(176,159,175)
#B9AAB9
(185,170,185)
#C2B5C3
(194,181,195)
#CBC0CD
(203,192,205)
#D4CBD7
(212,203,215)
#DDD6E1
(221,214,225)
#E6E1EB
(230,225,235)
#EFECF5
(239,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957E91 color. Also use rgb(149,126,145) instead hex code.

Text Font Color

.myTextColor { color: #957E91; }

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

This text font color is #957E91.


Background Color

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

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

This div background color is #957E91.


Border color

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

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

This div border color is #957E91.


Opacity

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

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

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

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

This text has shadow with #957E91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957E91 on black background.


Color preview on white background

This text has color #957E91 on white background.



Black color preview on #957E91 background

This text has black color on #957E91 background.


White color preview on #957E91 background

This text has white color on #957E91 background.