COLOR #969882

HEX: #969882 RGB: (150,152,130)

Color info

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

RGB color model

#969882 color RGB value is (150,152,130).

RGB: (150,152,130) (59%, 60%, 51%)

RGB channels and saturation

R 150 of 255 = 59%
G 152 of 255 = 60%
B 130 of 255 = 51%

150
152
130

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

Portions of RGB colors in percentages

R + G + B = 150 + 152 + 130 = 432 (100%)
R 150 of 432 ~ 34.72%
G 152 of 432 ~ 35.19%
B 130 of 432 ~ 30.09'%

%34.72
%35.19
%30.09

CMYK color model

#969882 color CMYK value is (1,0,14,40).

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

CMYK: (1,0,14,40)
C1M0Y14K40 (1%, 0%, 14%, 40%)
(0.01 / 0.00 / 0.14 / 0.40)

CMYK percentages

%1.32
%0
%14.47
%40.39

Codes

Color #969882 in popluar color models

96 98 82
RGB 150 152 130
HSL 65° 9.65% 55.29%
HSB/HSV 65° 14.47% 59.61%
CMYK 1.32% 0.00% 14.47%
40.39%

Color #969882 in popluar number systems.

HEX 96 98 82
Decimal 150 152 130
Binary 10010110 10011000 10000010
Octal 226 230 202

Shades and tints

Shades of #969882

#969882
(150,152,130)
#898B77
(137,139,119)
#7C7E6C
(124,126,108)
#6F7161
(111,113,97)
#626456
(98,100,86)
#55574B
(85,87,75)
#484A40
(72,74,64)
#3B3D35
(59,61,53)
#2E302A
(46,48,42)
#21231F
(33,35,31)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #969882

#969882
(150,152,130)
#9FA18D
(159,161,141)
#A8AA98
(168,170,152)
#B1B3A3
(177,179,163)
#BABCAE
(186,188,174)
#C3C5B9
(195,197,185)
#CCCEC4
(204,206,196)
#D5D7CF
(213,215,207)
#DEE0DA
(222,224,218)
#E7E9E5
(231,233,229)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969882; }

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

This text font color is #969882.

Background Color

.myBgColor { background-color: #969882; }

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

This div background color is #969882.

Border color

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

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

This div border color is #969882.

Opacity

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

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

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

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

This text has shadow with #969882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969882.

Preview

Color preview on black background

This text has color #969882 on black background.


Color preview on white background

This text has color #969882 on white background.


Black color preview on #969882 background

This text has black color on #969882 background.


White color preview on #969882 background

This text has white color on #969882 background.


Related colors

Complementary color

Complementary color for #hex is #69677D.


I love getcolorcode.com

Triadic colors

1 #829698 and #988296 with #969882 are triadic colors.

2 #829896 and #989682 with #969882 are triadic colors.