COLOR #966181

HEX: #966181
RGB: (150,97,129)

Color info

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

RGB color model

#966181 color RGB value is (150,97,129).

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

RGB channels and saturation

R 150 of 255 = 59%
G 97 of 255 = 38%
B 129 of 255 = 51%

150
97
129

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

Portions of RGB colors in percentages

R + G + B =
150 + 97 + 129 = 376 (100%)
R 150 of 376 ~ 39.89%
G 97 of 376 ~ 25.8%
B 129 of 376 ~ 34.31%

%39.89
%25.8
%34.31

CMYK color model

#966181 color CMYK value is (0,35,14,41).

  • cyan value is 0.00%
  • magenta value is 35.33%
  • yellow value is 14.00%
  • key color value is 41.18%
CMYK:
(0,35,14,41)
C0M35Y14K41 
(0%,35%,14%,41%)
(0.00/0.35/0.14/0.41)	

CMYK percentages

%0
%35.33
%14
%41.18

Codes

Color #966181 in popluar color models

966181
RGB15097129
HSL324°21.46%48.43%
HSB/HSV324°35.33%58.82%
CMYK0.00%35.33%14.00%
41.18%

Color #966181 in popluar number systems.

HEX966181
Decimal15097129
Binary10010110110000110000001
Octal226141201

Shades and tints

Shades of #966181

#966181
(150,97,129)
#895976
(137,89,118)
#7C516B
(124,81,107)
#6F4960
(111,73,96)
#624155
(98,65,85)
#55394A
(85,57,74)
#48313F
(72,49,63)
#3B2934
(59,41,52)
#2E2129
(46,33,41)
#21191E
(33,25,30)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #966181

#966181
(150,97,129)
#9F6F8C
(159,111,140)
#A87D97
(168,125,151)
#B18BA2
(177,139,162)
#BA99AD
(186,153,173)
#C3A7B8
(195,167,184)
#CCB5C3
(204,181,195)
#D5C3CE
(213,195,206)
#DED1D9
(222,209,217)
#E7DFE4
(231,223,228)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966181 color. Also use rgb(150,97,129) instead hex code.

Text Font Color

.myTextColor { color: #966181; }

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

This text font color is #966181.


Background Color

.myBgColor { background-color: #966181; }

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

This div background color is #966181.


Border color

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

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

This div border color is #966181.


Opacity

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

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

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

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

This text has shadow with #966181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966181 on black background.


Color preview on white background

This text has color #966181 on white background.



Black color preview on #966181 background

This text has black color on #966181 background.


White color preview on #966181 background

This text has white color on #966181 background.