COLOR #968289

HEX: #968289
RGB: (150,130,137)

Color info

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

RGB color model

#968289 color RGB value is (150,130,137).

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

RGB channels and saturation

R 150 of 255 = 59%
G 130 of 255 = 51%
B 137 of 255 = 54%

150
130
137

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

Portions of RGB colors in percentages

R + G + B =
150 + 130 + 137 = 417 (100%)
R 150 of 417 ~ 35.97%
G 130 of 417 ~ 31.18%
B 137 of 417 ~ 32.85%

%35.97
%31.18
%32.85

CMYK color model

#968289 color CMYK value is (0,13,9,41).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 8.67%
  • key color value is 41.18%
CMYK:
(0,13,9,41)
C0M13Y9K41 
(0%,13%,9%,41%)
(0.00/0.13/0.09/0.41)	

CMYK percentages

%0
%13.33
%8.67
%41.18

Codes

Color #968289 in popluar color models

968289
RGB150130137
HSL339°8.70%54.90%
HSB/HSV339°13.33%58.82%
CMYK0.00%13.33%8.67%
41.18%

Color #968289 in popluar number systems.

HEX968289
Decimal150130137
Binary100101101000001010001001
Octal226202211

Shades and tints

Shades of #968289

#968289
(150,130,137)
#89777D
(137,119,125)
#7C6C71
(124,108,113)
#6F6165
(111,97,101)
#625659
(98,86,89)
#554B4D
(85,75,77)
#484041
(72,64,65)
#3B3535
(59,53,53)
#2E2A29
(46,42,41)
#211F1D
(33,31,29)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #968289

#968289
(150,130,137)
#9F8D93
(159,141,147)
#A8989D
(168,152,157)
#B1A3A7
(177,163,167)
#BAAEB1
(186,174,177)
#C3B9BB
(195,185,187)
#CCC4C5
(204,196,197)
#D5CFCF
(213,207,207)
#DEDAD9
(222,218,217)
#E7E5E3
(231,229,227)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968289; }

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

This text font color is #968289.


Background Color

.myBgColor { background-color: #968289; }

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

This div background color is #968289.


Border color

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

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

This div border color is #968289.


Opacity

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

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

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

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

This text has shadow with #968289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968289 on black background.


Color preview on white background

This text has color #968289 on white background.



Black color preview on #968289 background

This text has black color on #968289 background.


White color preview on #968289 background

This text has white color on #968289 background.