COLOR #966283

HEX: #966283
RGB: (150,98,131)

Color info

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

RGB color model

#966283 color RGB value is (150,98,131).

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

RGB channels and saturation

R 150 of 255 = 59%
G 98 of 255 = 38%
B 131 of 255 = 51%

150
98
131

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

Portions of RGB colors in percentages

R + G + B =
150 + 98 + 131 = 379 (100%)
R 150 of 379 ~ 39.58%
G 98 of 379 ~ 25.86%
B 131 of 379 ~ 34.56%

%39.58
%25.86
%34.56

CMYK color model

#966283 color CMYK value is (0,35,13,41).

  • cyan value is 0.00%
  • magenta value is 34.67%
  • yellow value is 12.67%
  • key color value is 41.18%
CMYK:
(0,35,13,41)
C0M35Y13K41 
(0%,35%,13%,41%)
(0.00/0.35/0.13/0.41)	

CMYK percentages

%0
%34.67
%12.67
%41.18

Codes

Color #966283 in popluar color models

966283
RGB15098131
HSL322°20.97%48.63%
HSB/HSV322°34.67%58.82%
CMYK0.00%34.67%12.67%
41.18%

Color #966283 in popluar number systems.

HEX966283
Decimal15098131
Binary10010110110001010000011
Octal226142203

Shades and tints

Shades of #966283

#966283
(150,98,131)
#895A78
(137,90,120)
#7C526D
(124,82,109)
#6F4A62
(111,74,98)
#624257
(98,66,87)
#553A4C
(85,58,76)
#483241
(72,50,65)
#3B2A36
(59,42,54)
#2E222B
(46,34,43)
#211A20
(33,26,32)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #966283

#966283
(150,98,131)
#9F708E
(159,112,142)
#A87E99
(168,126,153)
#B18CA4
(177,140,164)
#BA9AAF
(186,154,175)
#C3A8BA
(195,168,186)
#CCB6C5
(204,182,197)
#D5C4D0
(213,196,208)
#DED2DB
(222,210,219)
#E7E0E6
(231,224,230)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966283; }

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

This text font color is #966283.


Background Color

.myBgColor { background-color: #966283; }

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

This div background color is #966283.


Border color

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

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

This div border color is #966283.


Opacity

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

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

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

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

This text has shadow with #966283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966283 on black background.


Color preview on white background

This text has color #966283 on white background.



Black color preview on #966283 background

This text has black color on #966283 background.


White color preview on #966283 background

This text has white color on #966283 background.