COLOR #957995

HEX: #957995
RGB: (149,121,149)

Color info

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

RGB color model

#957995 color RGB value is (149,121,149).

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

RGB channels and saturation

R 149 of 255 = 58%
G 121 of 255 = 47%
B 149 of 255 = 58%

149
121
149

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

Portions of RGB colors in percentages

R + G + B =
149 + 121 + 149 = 419 (100%)
R 149 of 419 ~ 35.56%
G 121 of 419 ~ 28.88%
B 149 of 419 ~ 35.56%

%35.56
%28.88
%35.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.79%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(0,19,0,42)
C0M19Y0K42 
(0%,19%,0%,42%)
(0.00/0.19/0.00/0.42)	

CMYK percentages

%0
%18.79
%0
%41.57

Codes

Color #957995 in popluar color models

957995
RGB149121149
HSL300°11.67%52.94%
HSB/HSV300°18.79%58.43%
CMYK0.00%18.79%0.00%
41.57%

Color #957995 in popluar number systems.

HEX957995
Decimal149121149
Binary10010101111100110010101
Octal225171225

Shades and tints

Shades of #957995

#957995
(149,121,149)
#886E88
(136,110,136)
#7B637B
(123,99,123)
#6E586E
(110,88,110)
#614D61
(97,77,97)
#544254
(84,66,84)
#473747
(71,55,71)
#3A2C3A
(58,44,58)
#2D212D
(45,33,45)
#201620
(32,22,32)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #957995

#957995
(149,121,149)
#9E859E
(158,133,158)
#A791A7
(167,145,167)
#B09DB0
(176,157,176)
#B9A9B9
(185,169,185)
#C2B5C2
(194,181,194)
#CBC1CB
(203,193,203)
#D4CDD4
(212,205,212)
#DDD9DD
(221,217,221)
#E6E5E6
(230,229,230)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957995; }

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

This text font color is #957995.


Background Color

.myBgColor { background-color: #957995; }

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

This div background color is #957995.


Border color

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

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

This div border color is #957995.


Opacity

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

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

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

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

This text has shadow with #957995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957995 on black background.


Color preview on white background

This text has color #957995 on white background.



Black color preview on #957995 background

This text has black color on #957995 background.


White color preview on #957995 background

This text has white color on #957995 background.