COLOR #969888

HEX: #969888 RGB: (150,152,136)

Color info

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

RGB color model

#969888 color RGB value is (150,152,136).

RGB: (150,152,136) (59%, 60%, 53%)

RGB channels and saturation

R 150 of 255 = 59%
G 152 of 255 = 60%
B 136 of 255 = 53%

150
152
136

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

Portions of RGB colors in percentages

R + G + B = 150 + 152 + 136 = 438 (100%)
R 150 of 438 ~ 34.25%
G 152 of 438 ~ 34.7%
B 136 of 438 ~ 31.05'%

%34.25
%34.7
%31.05

CMYK color model

#969888 color CMYK value is (1,0,11,40).

  • cyan value is 1.32%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 40.39%

CMYK: (1,0,11,40)
C1M0Y11K40 (1%, 0%, 11%, 40%)
(0.01 / 0.00 / 0.11 / 0.40)

CMYK percentages

%1.32
%0
%10.53
%40.39

Codes

Color #969888 in popluar color models

96 98 88
RGB 150 152 136
HSL 68° 7.21% 56.47%
HSB/HSV 68° 10.53% 59.61%
CMYK 1.32% 0.00% 10.53%
40.39%

Color #969888 in popluar number systems.

HEX 96 98 88
Decimal 150 152 136
Binary 10010110 10011000 10001000
Octal 226 230 210

Shades and tints

Shades of #969888

#969888
(150,152,136)
#898B7C
(137,139,124)
#7C7E70
(124,126,112)
#6F7164
(111,113,100)
#626458
(98,100,88)
#55574C
(85,87,76)
#484A40
(72,74,64)
#3B3D34
(59,61,52)
#2E3028
(46,48,40)
#21231C
(33,35,28)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #969888

#969888
(150,152,136)
#9FA192
(159,161,146)
#A8AA9C
(168,170,156)
#B1B3A6
(177,179,166)
#BABCB0
(186,188,176)
#C3C5BA
(195,197,186)
#CCCEC4
(204,206,196)
#D5D7CE
(213,215,206)
#DEE0D8
(222,224,216)
#E7E9E2
(231,233,226)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969888; }

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

This text font color is #969888.

Background Color

.myBgColor { background-color: #969888; }

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

This div background color is #969888.

Border color

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

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

This div border color is #969888.

Opacity

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

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

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

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

This text has shadow with #969888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969888.

Preview

Color preview on black background

This text has color #969888 on black background.


Color preview on white background

This text has color #969888 on white background.


Black color preview on #969888 background

This text has black color on #969888 background.


White color preview on #969888 background

This text has white color on #969888 background.


Related colors

Complementary color

Complementary color for #hex is #696777.


I love getcolorcode.com

Triadic colors

1 #889698 and #988896 with #969888 are triadic colors.

2 #889896 and #989688 with #969888 are triadic colors.