COLOR #957898

HEX: #957898
RGB: (149,120,152)

Color info

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

RGB color model

#957898 color RGB value is (149,120,152).

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

RGB channels and saturation

R 149 of 255 = 58%
G 120 of 255 = 47%
B 152 of 255 = 60%

149
120
152

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

Portions of RGB colors in percentages

R + G + B =
149 + 120 + 152 = 421 (100%)
R 149 of 421 ~ 35.39%
G 120 of 421 ~ 28.5%
B 152 of 421 ~ 36.1%

%35.39
%28.5
%36.1

CMYK color model

#957898 color CMYK value is (2,21,0,40).

  • cyan value is 1.97%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(2,21,0,40)
C2M21Y0K40 
(2%,21%,0%,40%)
(0.02/0.21/0.00/0.40)	

CMYK percentages

%1.97
%21.05
%0
%40.39

Codes

Color #957898 in popluar color models

957898
RGB149120152
HSL294°13.45%53.33%
HSB/HSV294°21.05%59.61%
CMYK1.97%21.05%0.00%
40.39%

Color #957898 in popluar number systems.

HEX957898
Decimal149120152
Binary10010101111100010011000
Octal225170230

Shades and tints

Shades of #957898

#957898
(149,120,152)
#886E8B
(136,110,139)
#7B647E
(123,100,126)
#6E5A71
(110,90,113)
#615064
(97,80,100)
#544657
(84,70,87)
#473C4A
(71,60,74)
#3A323D
(58,50,61)
#2D2830
(45,40,48)
#201E23
(32,30,35)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #957898

#957898
(149,120,152)
#9E84A1
(158,132,161)
#A790AA
(167,144,170)
#B09CB3
(176,156,179)
#B9A8BC
(185,168,188)
#C2B4C5
(194,180,197)
#CBC0CE
(203,192,206)
#D4CCD7
(212,204,215)
#DDD8E0
(221,216,224)
#E6E4E9
(230,228,233)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957898; }

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

This text font color is #957898.


Background Color

.myBgColor { background-color: #957898; }

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

This div background color is #957898.


Border color

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

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

This div border color is #957898.


Opacity

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

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

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

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

This text has shadow with #957898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957898 on black background.


Color preview on white background

This text has color #957898 on white background.



Black color preview on #957898 background

This text has black color on #957898 background.


White color preview on #957898 background

This text has white color on #957898 background.