COLOR #957A98

HEX: #957A98
RGB: (149,122,152)

Color info

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

RGB color model

#957A98 color RGB value is (149,122,152).

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

RGB channels and saturation

R 149 of 255 = 58%
G 122 of 255 = 48%
B 152 of 255 = 60%

149
122
152

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

Portions of RGB colors in percentages

R + G + B =
149 + 122 + 152 = 423 (100%)
R 149 of 423 ~ 35.22%
G 122 of 423 ~ 28.84%
B 152 of 423 ~ 35.93%

%35.22
%28.84
%35.93

CMYK color model

#957A98 color CMYK value is (2,20,0,40).

  • cyan value is 1.97%
  • magenta value is 19.74%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(2,20,0,40)
C2M20Y0K40 
(2%,20%,0%,40%)
(0.02/0.20/0.00/0.40)	

CMYK percentages

%1.97
%19.74
%0
%40.39

Codes

Color #957A98 in popluar color models

957A98
RGB149122152
HSL294°12.71%53.73%
HSB/HSV294°19.74%59.61%
CMYK1.97%19.74%0.00%
40.39%

Color #957A98 in popluar number systems.

HEX957A98
Decimal149122152
Binary10010101111101010011000
Octal225172230

Shades and tints

Shades of #957A98

#957A98
(149,122,152)
#886F8B
(136,111,139)
#7B647E
(123,100,126)
#6E5971
(110,89,113)
#614E64
(97,78,100)
#544357
(84,67,87)
#47384A
(71,56,74)
#3A2D3D
(58,45,61)
#2D2230
(45,34,48)
#201723
(32,23,35)
#130C16
(19,12,22)
#000000
(0,0,0)

Tints of #957A98

#957A98
(149,122,152)
#9E86A1
(158,134,161)
#A792AA
(167,146,170)
#B09EB3
(176,158,179)
#B9AABC
(185,170,188)
#C2B6C5
(194,182,197)
#CBC2CE
(203,194,206)
#D4CED7
(212,206,215)
#DDDAE0
(221,218,224)
#E6E6E9
(230,230,233)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957A98; }

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

This text font color is #957A98.


Background Color

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

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

This div background color is #957A98.


Border color

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

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

This div border color is #957A98.


Opacity

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

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

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

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

This text has shadow with #957A98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957A98 on black background.


Color preview on white background

This text has color #957A98 on white background.



Black color preview on #957A98 background

This text has black color on #957A98 background.


White color preview on #957A98 background

This text has white color on #957A98 background.