COLOR #989680

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

152
150
128

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

Portions of RGB colors in percentages

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

%35.35
%34.88
%29.77

CMYK color model

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

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

CMYK percentages

%0
%1.32
%15.79
%40.39

Codes

Color #989680 in popluar color models

989680
RGB152150128
HSL55°10.43%54.90%
HSB/HSV55°15.79%59.61%
CMYK0.00%1.32%15.79%
40.39%

Color #989680 in popluar number systems.

HEX989680
Decimal152150128
Binary100110001001011010000000
Octal230226200

Shades and tints

Shades of #989680

#989680
(152,150,128)
#8B8975
(139,137,117)
#7E7C6A
(126,124,106)
#716F5F
(113,111,95)
#646254
(100,98,84)
#575549
(87,85,73)
#4A483E
(74,72,62)
#3D3B33
(61,59,51)
#302E28
(48,46,40)
#23211D
(35,33,29)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #989680

#989680
(152,150,128)
#A19F8B
(161,159,139)
#AAA896
(170,168,150)
#B3B1A1
(179,177,161)
#BCBAAC
(188,186,172)
#C5C3B7
(197,195,183)
#CECCC2
(206,204,194)
#D7D5CD
(215,213,205)
#E0DED8
(224,222,216)
#E9E7E3
(233,231,227)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989680; }

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

This text font color is #989680.


Background Color

.myBgColor { background-color: #989680; }

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

This div background color is #989680.


Border color

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

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

This div border color is #989680.


Opacity

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

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

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

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

This text has shadow with #989680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989680 on black background.


Color preview on white background

This text has color #989680 on white background.



Black color preview on #989680 background

This text has black color on #989680 background.


White color preview on #989680 background

This text has white color on #989680 background.