COLOR #967885

HEX: #967885
RGB: (150,120,133)

Color info

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

RGB color model

#967885 color RGB value is (150,120,133).

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

RGB channels and saturation

R 150 of 255 = 59%
G 120 of 255 = 47%
B 133 of 255 = 52%

150
120
133

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

Portions of RGB colors in percentages

R + G + B =
150 + 120 + 133 = 403 (100%)
R 150 of 403 ~ 37.22%
G 120 of 403 ~ 29.78%
B 133 of 403 ~ 33%

%37.22
%29.78
%33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 11.33%
  • 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
%11.33
%41.18

Codes

Color #967885 in popluar color models

967885
RGB150120133
HSL334°12.50%52.94%
HSB/HSV334°20.00%58.82%
CMYK0.00%20.00%11.33%
41.18%

Color #967885 in popluar number systems.

HEX967885
Decimal150120133
Binary10010110111100010000101
Octal226170205

Shades and tints

Shades of #967885

#967885
(150,120,133)
#896E79
(137,110,121)
#7C646D
(124,100,109)
#6F5A61
(111,90,97)
#625055
(98,80,85)
#554649
(85,70,73)
#483C3D
(72,60,61)
#3B3231
(59,50,49)
#2E2825
(46,40,37)
#211E19
(33,30,25)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #967885

#967885
(150,120,133)
#9F8490
(159,132,144)
#A8909B
(168,144,155)
#B19CA6
(177,156,166)
#BAA8B1
(186,168,177)
#C3B4BC
(195,180,188)
#CCC0C7
(204,192,199)
#D5CCD2
(213,204,210)
#DED8DD
(222,216,221)
#E7E4E8
(231,228,232)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967885; }

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

This text font color is #967885.


Background Color

.myBgColor { background-color: #967885; }

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

This div background color is #967885.


Border color

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

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

This div border color is #967885.


Opacity

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

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

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

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

This text has shadow with #967885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967885 on black background.


Color preview on white background

This text has color #967885 on white background.



Black color preview on #967885 background

This text has black color on #967885 background.


White color preview on #967885 background

This text has white color on #967885 background.