COLOR #969389

HEX: #969389
RGB: (150,147,137)

Color info

#969389 contains red, green and blue colors in about the same proportion. Web safe color of #969389 is #999999 (or #999).

RGB color model

#969389 color RGB value is (150,147,137).

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

RGB channels and saturation

R 150 of 255 = 59%
G 147 of 255 = 58%
B 137 of 255 = 54%

150
147
137

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

Portions of RGB colors in percentages

R + G + B =
150 + 147 + 137 = 434 (100%)
R 150 of 434 ~ 34.56%
G 147 of 434 ~ 33.87%
B 137 of 434 ~ 31.57%

%34.56
%33.87
%31.57

CMYK color model

#969389 color CMYK value is (0,2,9,41).

  • cyan value is 0.00%
  • magenta value is 2.00%
  • yellow value is 8.67%
  • key color value is 41.18%
CMYK:
(0,2,9,41)
C0M2Y9K41 
(0%,2%,9%,41%)
(0.00/0.02/0.09/0.41)	

CMYK percentages

%0
%2
%8.67
%41.18

Codes

Color #969389 in popluar color models

969389
RGB150147137
HSL46°5.83%56.27%
HSB/HSV46°8.67%58.82%
CMYK0.00%2.00%8.67%
41.18%

Color #969389 in popluar number systems.

HEX969389
Decimal150147137
Binary100101101001001110001001
Octal226223211

Shades and tints

Shades of #969389

#969389
(150,147,137)
#89867D
(137,134,125)
#7C7971
(124,121,113)
#6F6C65
(111,108,101)
#625F59
(98,95,89)
#55524D
(85,82,77)
#484541
(72,69,65)
#3B3835
(59,56,53)
#2E2B29
(46,43,41)
#211E1D
(33,30,29)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #969389

#969389
(150,147,137)
#9F9C93
(159,156,147)
#A8A59D
(168,165,157)
#B1AEA7
(177,174,167)
#BAB7B1
(186,183,177)
#C3C0BB
(195,192,187)
#CCC9C5
(204,201,197)
#D5D2CF
(213,210,207)
#DEDBD9
(222,219,217)
#E7E4E3
(231,228,227)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969389; }

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

This text font color is #969389.


Background Color

.myBgColor { background-color: #969389; }

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

This div background color is #969389.


Border color

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

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

This div border color is #969389.


Opacity

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

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

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

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

This text has shadow with #969389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969389 on black background.


Color preview on white background

This text has color #969389 on white background.



Black color preview on #969389 background

This text has black color on #969389 background.


White color preview on #969389 background

This text has white color on #969389 background.