COLOR #969488

HEX: #969488 RGB: (150,148,136)

Color info

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

RGB color model

#969488 color RGB value is (150,148,136).

RGB: (150,148,136) (59%, 58%, 53%)

RGB channels and saturation

R 150 of 255 = 59%
G 148 of 255 = 58%
B 136 of 255 = 53%

150
148
136

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

Portions of RGB colors in percentages

R + G + B = 150 + 148 + 136 = 434 (100%)
R 150 of 434 ~ 34.56%
G 148 of 434 ~ 34.1%
B 136 of 434 ~ 31.34'%

%34.56
%34.1
%31.34

CMYK color model

#969488 color CMYK value is (0,1,9,41).

  • cyan value is 0.00%
  • magenta value is 1.33%
  • yellow value is 9.33%
  • key color value is 41.18%

CMYK: (0,1,9,41)
C0M1Y9K41 (0%, 1%, 9%, 41%)
(0.00 / 0.01 / 0.09 / 0.41)

CMYK percentages

%0
%1.33
%9.33
%41.18

Codes

Color #969488 in popluar color models

96 94 88
RGB 150 148 136
HSL 51° 6.25% 56.08%
HSB/HSV 51° 9.33% 58.82%
CMYK 0.00% 1.33% 9.33%
41.18%

Color #969488 in popluar number systems.

HEX 96 94 88
Decimal 150 148 136
Binary 10010110 10010100 10001000
Octal 226 224 210

Shades and tints

Shades of #969488

#969488
(150,148,136)
#89877C
(137,135,124)
#7C7A70
(124,122,112)
#6F6D64
(111,109,100)
#626058
(98,96,88)
#55534C
(85,83,76)
#484640
(72,70,64)
#3B3934
(59,57,52)
#2E2C28
(46,44,40)
#211F1C
(33,31,28)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #969488

#969488
(150,148,136)
#9F9D92
(159,157,146)
#A8A69C
(168,166,156)
#B1AFA6
(177,175,166)
#BAB8B0
(186,184,176)
#C3C1BA
(195,193,186)
#CCCAC4
(204,202,196)
#D5D3CE
(213,211,206)
#DEDCD8
(222,220,216)
#E7E5E2
(231,229,226)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969488; }

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

This text font color is #969488.

Background Color

.myBgColor { background-color: #969488; }

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

This div background color is #969488.

Border color

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

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

This div border color is #969488.

Opacity

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

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

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

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

This text has shadow with #969488 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969488.

Preview

Color preview on black background

This text has color #969488 on black background.


Color preview on white background

This text has color #969488 on white background.


Black color preview on #969488 background

This text has black color on #969488 background.


White color preview on #969488 background

This text has white color on #969488 background.


Related colors

Complementary color

Complementary color for #hex is #696B77.


I love getcolorcode.com

Triadic colors

1 #889694 and #948896 with #969488 are triadic colors.

2 #889496 and #949688 with #969488 are triadic colors.