COLOR #969981

HEX: #969981
RGB: (150,153,129)

Color info

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

RGB color model

#969981 color RGB value is (150,153,129).

  • red value is 150;
  • green value is 153;
  • blue value is 129.
RGB:
(150,153,129)
(59%,60%,51%)

RGB channels and saturation

R 150 of 255 = 59%
G 153 of 255 = 60%
B 129 of 255 = 51%

150
153
129

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

Portions of RGB colors in percentages

R + G + B =
150 + 153 + 129 = 432 (100%)
R 150 of 432 ~ 34.72%
G 153 of 432 ~ 35.42%
B 129 of 432 ~ 29.86%

%34.72
%35.42
%29.86

CMYK color model

#969981 color CMYK value is (2,0,16,40).

  • cyan value is 1.96%
  • magenta value is 0.00%
  • yellow value is 15.69%
  • key color value is 40.00%
CMYK:
(2,0,16,40)
C2M0Y16K40 
(2%,0%,16%,40%)
(0.02/0.00/0.16/0.40)	

CMYK percentages

%1.96
%0
%15.69
%40

Codes

Color #969981 in popluar color models

969981
RGB150153129
HSL68°10.53%55.29%
HSB/HSV68°15.69%60.00%
CMYK1.96%0.00%15.69%
40.00%

Color #969981 in popluar number systems.

HEX969981
Decimal150153129
Binary100101101001100110000001
Octal226231201

Shades and tints

Shades of #969981

#969981
(150,153,129)
#898C76
(137,140,118)
#7C7F6B
(124,127,107)
#6F7260
(111,114,96)
#626555
(98,101,85)
#55584A
(85,88,74)
#484B3F
(72,75,63)
#3B3E34
(59,62,52)
#2E3129
(46,49,41)
#21241E
(33,36,30)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #969981

#969981
(150,153,129)
#9FA28C
(159,162,140)
#A8AB97
(168,171,151)
#B1B4A2
(177,180,162)
#BABDAD
(186,189,173)
#C3C6B8
(195,198,184)
#CCCFC3
(204,207,195)
#D5D8CE
(213,216,206)
#DEE1D9
(222,225,217)
#E7EAE4
(231,234,228)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969981 color. Also use rgb(150,153,129) instead hex code.

Text Font Color

.myTextColor { color: #969981; }

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

This text font color is #969981.


Background Color

.myBgColor { background-color: #969981; }

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

This div background color is #969981.


Border color

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

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

This div border color is #969981.


Opacity

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

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

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

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

This text has shadow with #969981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969981 on black background.


Color preview on white background

This text has color #969981 on white background.



Black color preview on #969981 background

This text has black color on #969981 background.


White color preview on #969981 background

This text has white color on #969981 background.