COLOR #957A8E

HEX: #957A8E
RGB: (149,122,142)

Color info

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

RGB color model

#957A8E color RGB value is (149,122,142).

  • red value is 149;
  • green value is 122;
  • blue value is 142.
RGB:
(149,122,142)
(58%,48%,56%)

RGB channels and saturation

R 149 of 255 = 58%
G 122 of 255 = 48%
B 142 of 255 = 56%

149
122
142

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

Portions of RGB colors in percentages

R + G + B =
149 + 122 + 142 = 413 (100%)
R 149 of 413 ~ 36.08%
G 122 of 413 ~ 29.54%
B 142 of 413 ~ 34.38%

%36.08
%29.54
%34.38

CMYK color model

#957A8E color CMYK value is (0,18,5,42).

  • cyan value is 0.00%
  • magenta value is 18.12%
  • yellow value is 4.70%
  • key color value is 41.57%
CMYK:
(0,18,5,42)
C0M18Y5K42 
(0%,18%,5%,42%)
(0.00/0.18/0.05/0.42)	

CMYK percentages

%0
%18.12
%4.7
%41.57

Codes

Color #957A8E in popluar color models

957A8E
RGB149122142
HSL316°11.30%53.14%
HSB/HSV316°18.12%58.43%
CMYK0.00%18.12%4.70%
41.57%

Color #957A8E in popluar number systems.

HEX957A8E
Decimal149122142
Binary10010101111101010001110
Octal225172216

Shades and tints

Shades of #957A8E

#957A8E
(149,122,142)
#886F82
(136,111,130)
#7B6476
(123,100,118)
#6E596A
(110,89,106)
#614E5E
(97,78,94)
#544352
(84,67,82)
#473846
(71,56,70)
#3A2D3A
(58,45,58)
#2D222E
(45,34,46)
#201722
(32,23,34)
#130C16
(19,12,22)
#000000
(0,0,0)

Tints of #957A8E

#957A8E
(149,122,142)
#9E8698
(158,134,152)
#A792A2
(167,146,162)
#B09EAC
(176,158,172)
#B9AAB6
(185,170,182)
#C2B6C0
(194,182,192)
#CBC2CA
(203,194,202)
#D4CED4
(212,206,212)
#DDDADE
(221,218,222)
#E6E6E8
(230,230,232)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957A8E color. Also use rgb(149,122,142) instead hex code.

Text Font Color

.myTextColor { color: #957A8E; }

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

This text font color is #957A8E.


Background Color

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

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

This div background color is #957A8E.


Border color

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

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

This div border color is #957A8E.


Opacity

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

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

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

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

This text has shadow with #957A8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957A8E on black background.


Color preview on white background

This text has color #957A8E on white background.



Black color preview on #957A8E background

This text has black color on #957A8E background.


White color preview on #957A8E background

This text has white color on #957A8E background.