COLOR #956296

HEX: #956296
RGB: (149,98,150)

Color info

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

RGB color model

#956296 color RGB value is (149,98,150).

  • red value is 149;
  • green value is 98;
  • blue value is 150.
RGB:
(149,98,150)
(58%,38%,59%)

RGB channels and saturation

R 149 of 255 = 58%
G 98 of 255 = 38%
B 150 of 255 = 59%

149
98
150

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

Portions of RGB colors in percentages

R + G + B =
149 + 98 + 150 = 397 (100%)
R 149 of 397 ~ 37.53%
G 98 of 397 ~ 24.69%
B 150 of 397 ~ 37.78%

%37.53
%24.69
%37.78

CMYK color model

#956296 color CMYK value is (1,35,0,41).

  • cyan value is 0.67%
  • magenta value is 34.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(1,35,0,41)
C1M35Y0K41 
(1%,35%,0%,41%)
(0.01/0.35/0.00/0.41)	

CMYK percentages

%0.67
%34.67
%0
%41.18

Codes

Color #956296 in popluar color models

956296
RGB14998150
HSL299°20.97%48.63%
HSB/HSV299°34.67%58.82%
CMYK0.67%34.67%0.00%
41.18%

Color #956296 in popluar number systems.

HEX956296
Decimal14998150
Binary10010101110001010010110
Octal225142226

Shades and tints

Shades of #956296

#956296
(149,98,150)
#885A89
(136,90,137)
#7B527C
(123,82,124)
#6E4A6F
(110,74,111)
#614262
(97,66,98)
#543A55
(84,58,85)
#473248
(71,50,72)
#3A2A3B
(58,42,59)
#2D222E
(45,34,46)
#201A21
(32,26,33)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #956296

#956296
(149,98,150)
#9E709F
(158,112,159)
#A77EA8
(167,126,168)
#B08CB1
(176,140,177)
#B99ABA
(185,154,186)
#C2A8C3
(194,168,195)
#CBB6CC
(203,182,204)
#D4C4D5
(212,196,213)
#DDD2DE
(221,210,222)
#E6E0E7
(230,224,231)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #956296; }

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

This text font color is #956296.


Background Color

.myBgColor { background-color: #956296; }

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

This div background color is #956296.


Border color

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

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

This div border color is #956296.


Opacity

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

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

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

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

This text has shadow with #956296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956296 on black background.


Color preview on white background

This text has color #956296 on white background.



Black color preview on #956296 background

This text has black color on #956296 background.


White color preview on #956296 background

This text has white color on #956296 background.