COLOR #969880

HEX: #969880
RGB: (150,152,128)

Color info

#969880 contains red, green and blue colors in about the same proportion. Web safe color of #969880 is #999966 (or #996).

RGB color model

#969880 color RGB value is (150,152,128).

  • red value is 150;
  • green value is 152;
  • blue value is 128.
RGB:
(150,152,128)
(59%,60%,50%)

RGB channels and saturation

R 150 of 255 = 59%
G 152 of 255 = 60%
B 128 of 255 = 50%

150
152
128

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

Portions of RGB colors in percentages

R + G + B =
150 + 152 + 128 = 430 (100%)
R 150 of 430 ~ 34.88%
G 152 of 430 ~ 35.35%
B 128 of 430 ~ 29.77%

%34.88
%35.35
%29.77

CMYK color model

#969880 color CMYK value is (1,0,16,40).

  • cyan value is 1.32%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 40.39%
CMYK:
(1,0,16,40)
C1M0Y16K40 
(1%,0%,16%,40%)
(0.01/0.00/0.16/0.40)	

CMYK percentages

%1.32
%0
%15.79
%40.39

Codes

Color #969880 in popluar color models

969880
RGB150152128
HSL65°10.43%54.90%
HSB/HSV65°15.79%59.61%
CMYK1.32%0.00%15.79%
40.39%

Color #969880 in popluar number systems.

HEX969880
Decimal150152128
Binary100101101001100010000000
Octal226230200

Shades and tints

Shades of #969880

#969880
(150,152,128)
#898B75
(137,139,117)
#7C7E6A
(124,126,106)
#6F715F
(111,113,95)
#626454
(98,100,84)
#555749
(85,87,73)
#484A3E
(72,74,62)
#3B3D33
(59,61,51)
#2E3028
(46,48,40)
#21231D
(33,35,29)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #969880

#969880
(150,152,128)
#9FA18B
(159,161,139)
#A8AA96
(168,170,150)
#B1B3A1
(177,179,161)
#BABCAC
(186,188,172)
#C3C5B7
(195,197,183)
#CCCEC2
(204,206,194)
#D5D7CD
(213,215,205)
#DEE0D8
(222,224,216)
#E7E9E3
(231,233,227)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969880; }

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

This text font color is #969880.


Background Color

.myBgColor { background-color: #969880; }

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

This div background color is #969880.


Border color

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

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

This div border color is #969880.


Opacity

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

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

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

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

This text has shadow with #969880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969880 on black background.


Color preview on white background

This text has color #969880 on white background.



Black color preview on #969880 background

This text has black color on #969880 background.


White color preview on #969880 background

This text has white color on #969880 background.