COLOR #967889

HEX: #967889
RGB: (150,120,137)

Color info

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

RGB color model

#967889 color RGB value is (150,120,137).

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

RGB channels and saturation

R 150 of 255 = 59%
G 120 of 255 = 47%
B 137 of 255 = 54%

150
120
137

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

Portions of RGB colors in percentages

R + G + B =
150 + 120 + 137 = 407 (100%)
R 150 of 407 ~ 36.86%
G 120 of 407 ~ 29.48%
B 137 of 407 ~ 33.66%

%36.86
%29.48
%33.66

CMYK color model

#967889 color CMYK value is (0,20,9,41).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 8.67%
  • key color value is 41.18%
CMYK:
(0,20,9,41)
C0M20Y9K41 
(0%,20%,9%,41%)
(0.00/0.20/0.09/0.41)	

CMYK percentages

%0
%20
%8.67
%41.18

Codes

Color #967889 in popluar color models

967889
RGB150120137
HSL326°12.50%52.94%
HSB/HSV326°20.00%58.82%
CMYK0.00%20.00%8.67%
41.18%

Color #967889 in popluar number systems.

HEX967889
Decimal150120137
Binary10010110111100010001001
Octal226170211

Shades and tints

Shades of #967889

#967889
(150,120,137)
#896E7D
(137,110,125)
#7C6471
(124,100,113)
#6F5A65
(111,90,101)
#625059
(98,80,89)
#55464D
(85,70,77)
#483C41
(72,60,65)
#3B3235
(59,50,53)
#2E2829
(46,40,41)
#211E1D
(33,30,29)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #967889

#967889
(150,120,137)
#9F8493
(159,132,147)
#A8909D
(168,144,157)
#B19CA7
(177,156,167)
#BAA8B1
(186,168,177)
#C3B4BB
(195,180,187)
#CCC0C5
(204,192,197)
#D5CCCF
(213,204,207)
#DED8D9
(222,216,217)
#E7E4E3
(231,228,227)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967889; }

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

This text font color is #967889.


Background Color

.myBgColor { background-color: #967889; }

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

This div background color is #967889.


Border color

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

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

This div border color is #967889.


Opacity

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

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

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

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

This text has shadow with #967889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967889 on black background.


Color preview on white background

This text has color #967889 on white background.



Black color preview on #967889 background

This text has black color on #967889 background.


White color preview on #967889 background

This text has white color on #967889 background.