COLOR #967886

HEX: #967886
RGB: (150,120,134)

Color info

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

RGB color model

#967886 color RGB value is (150,120,134).

  • red value is 150;
  • green value is 120;
  • blue value is 134.
RGB:
(150,120,134)
(59%,47%,53%)

RGB channels and saturation

R 150 of 255 = 59%
G 120 of 255 = 47%
B 134 of 255 = 53%

150
120
134

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

Portions of RGB colors in percentages

R + G + B =
150 + 120 + 134 = 404 (100%)
R 150 of 404 ~ 37.13%
G 120 of 404 ~ 29.7%
B 134 of 404 ~ 33.17%

%37.13
%29.7
%33.17

CMYK color model

#967886 color CMYK value is (0,20,11,41).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 10.67%
  • key color value is 41.18%
CMYK:
(0,20,11,41)
C0M20Y11K41 
(0%,20%,11%,41%)
(0.00/0.20/0.11/0.41)	

CMYK percentages

%0
%20
%10.67
%41.18

Codes

Color #967886 in popluar color models

967886
RGB150120134
HSL332°12.50%52.94%
HSB/HSV332°20.00%58.82%
CMYK0.00%20.00%10.67%
41.18%

Color #967886 in popluar number systems.

HEX967886
Decimal150120134
Binary10010110111100010000110
Octal226170206

Shades and tints

Shades of #967886

#967886
(150,120,134)
#896E7A
(137,110,122)
#7C646E
(124,100,110)
#6F5A62
(111,90,98)
#625056
(98,80,86)
#55464A
(85,70,74)
#483C3E
(72,60,62)
#3B3232
(59,50,50)
#2E2826
(46,40,38)
#211E1A
(33,30,26)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #967886

#967886
(150,120,134)
#9F8491
(159,132,145)
#A8909C
(168,144,156)
#B19CA7
(177,156,167)
#BAA8B2
(186,168,178)
#C3B4BD
(195,180,189)
#CCC0C8
(204,192,200)
#D5CCD3
(213,204,211)
#DED8DE
(222,216,222)
#E7E4E9
(231,228,233)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967886 color. Also use rgb(150,120,134) instead hex code.

Text Font Color

.myTextColor { color: #967886; }

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

This text font color is #967886.


Background Color

.myBgColor { background-color: #967886; }

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

This div background color is #967886.


Border color

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

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

This div border color is #967886.


Opacity

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

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

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

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

This text has shadow with #967886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967886 on black background.


Color preview on white background

This text has color #967886 on white background.



Black color preview on #967886 background

This text has black color on #967886 background.


White color preview on #967886 background

This text has white color on #967886 background.