COLOR #969288

HEX: #969288
RGB: (150,146,136)

Color info

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

RGB color model

#969288 color RGB value is (150,146,136).

  • red value is 150;
  • green value is 146;
  • blue value is 136.
RGB:
(150,146,136)
(59%,57%,53%)

RGB channels and saturation

R 150 of 255 = 59%
G 146 of 255 = 57%
B 136 of 255 = 53%

150
146
136

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

Portions of RGB colors in percentages

R + G + B =
150 + 146 + 136 = 432 (100%)
R 150 of 432 ~ 34.72%
G 146 of 432 ~ 33.8%
B 136 of 432 ~ 31.48%

%34.72
%33.8
%31.48

CMYK color model

#969288 color CMYK value is (0,3,9,41).

  • cyan value is 0.00%
  • magenta value is 2.67%
  • yellow value is 9.33%
  • key color value is 41.18%
CMYK:
(0,3,9,41)
C0M3Y9K41 
(0%,3%,9%,41%)
(0.00/0.03/0.09/0.41)	

CMYK percentages

%0
%2.67
%9.33
%41.18

Codes

Color #969288 in popluar color models

969288
RGB150146136
HSL43°6.25%56.08%
HSB/HSV43°9.33%58.82%
CMYK0.00%2.67%9.33%
41.18%

Color #969288 in popluar number systems.

HEX969288
Decimal150146136
Binary100101101001001010001000
Octal226222210

Shades and tints

Shades of #969288

#969288
(150,146,136)
#89857C
(137,133,124)
#7C7870
(124,120,112)
#6F6B64
(111,107,100)
#625E58
(98,94,88)
#55514C
(85,81,76)
#484440
(72,68,64)
#3B3734
(59,55,52)
#2E2A28
(46,42,40)
#211D1C
(33,29,28)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #969288

#969288
(150,146,136)
#9F9B92
(159,155,146)
#A8A49C
(168,164,156)
#B1ADA6
(177,173,166)
#BAB6B0
(186,182,176)
#C3BFBA
(195,191,186)
#CCC8C4
(204,200,196)
#D5D1CE
(213,209,206)
#DEDAD8
(222,218,216)
#E7E3E2
(231,227,226)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969288 color. Also use rgb(150,146,136) instead hex code.

Text Font Color

.myTextColor { color: #969288; }

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

This text font color is #969288.


Background Color

.myBgColor { background-color: #969288; }

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

This div background color is #969288.


Border color

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

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

This div border color is #969288.


Opacity

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

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

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

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

This text has shadow with #969288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969288 on black background.


Color preview on white background

This text has color #969288 on white background.



Black color preview on #969288 background

This text has black color on #969288 background.


White color preview on #969288 background

This text has white color on #969288 background.