COLOR #956284

HEX: #956284
RGB: (149,98,132)

Color info

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

RGB color model

#956284 color RGB value is (149,98,132).

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

RGB channels and saturation

R 149 of 255 = 58%
G 98 of 255 = 38%
B 132 of 255 = 52%

149
98
132

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

Portions of RGB colors in percentages

R + G + B =
149 + 98 + 132 = 379 (100%)
R 149 of 379 ~ 39.31%
G 98 of 379 ~ 25.86%
B 132 of 379 ~ 34.83%

%39.31
%25.86
%34.83

CMYK color model

#956284 color CMYK value is (0,34,11,42).

  • cyan value is 0.00%
  • magenta value is 34.23%
  • yellow value is 11.41%
  • key color value is 41.57%
CMYK:
(0,34,11,42)
C0M34Y11K42 
(0%,34%,11%,42%)
(0.00/0.34/0.11/0.42)	

CMYK percentages

%0
%34.23
%11.41
%41.57

Codes

Color #956284 in popluar color models

956284
RGB14998132
HSL320°20.65%48.43%
HSB/HSV320°34.23%58.43%
CMYK0.00%34.23%11.41%
41.57%

Color #956284 in popluar number systems.

HEX956284
Decimal14998132
Binary10010101110001010000100
Octal225142204

Shades and tints

Shades of #956284

#956284
(149,98,132)
#885A78
(136,90,120)
#7B526C
(123,82,108)
#6E4A60
(110,74,96)
#614254
(97,66,84)
#543A48
(84,58,72)
#47323C
(71,50,60)
#3A2A30
(58,42,48)
#2D2224
(45,34,36)
#201A18
(32,26,24)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #956284

#956284
(149,98,132)
#9E708F
(158,112,143)
#A77E9A
(167,126,154)
#B08CA5
(176,140,165)
#B99AB0
(185,154,176)
#C2A8BB
(194,168,187)
#CBB6C6
(203,182,198)
#D4C4D1
(212,196,209)
#DDD2DC
(221,210,220)
#E6E0E7
(230,224,231)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #956284; }

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

This text font color is #956284.


Background Color

.myBgColor { background-color: #956284; }

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

This div background color is #956284.


Border color

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

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

This div border color is #956284.


Opacity

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

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

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

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

This text has shadow with #956284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956284 on black background.


Color preview on white background

This text has color #956284 on white background.



Black color preview on #956284 background

This text has black color on #956284 background.


White color preview on #956284 background

This text has white color on #956284 background.