COLOR #989688

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

152
150
136

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

Portions of RGB colors in percentages

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

%34.7
%34.25
%31.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.32%
  • yellow value is 10.53%
  • key color value is 40.39%
CMYK:
(0,1,11,40)
C0M1Y11K40 
(0%,1%,11%,40%)
(0.00/0.01/0.11/0.40)	

CMYK percentages

%0
%1.32
%10.53
%40.39

Codes

Color #989688 in popluar color models

989688
RGB152150136
HSL53°7.21%56.47%
HSB/HSV53°10.53%59.61%
CMYK0.00%1.32%10.53%
40.39%

Color #989688 in popluar number systems.

HEX989688
Decimal152150136
Binary100110001001011010001000
Octal230226210

Shades and tints

Shades of #989688

#989688
(152,150,136)
#8B897C
(139,137,124)
#7E7C70
(126,124,112)
#716F64
(113,111,100)
#646258
(100,98,88)
#57554C
(87,85,76)
#4A4840
(74,72,64)
#3D3B34
(61,59,52)
#302E28
(48,46,40)
#23211C
(35,33,28)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #989688

#989688
(152,150,136)
#A19F92
(161,159,146)
#AAA89C
(170,168,156)
#B3B1A6
(179,177,166)
#BCBAB0
(188,186,176)
#C5C3BA
(197,195,186)
#CECCC4
(206,204,196)
#D7D5CE
(215,213,206)
#E0DED8
(224,222,216)
#E9E7E2
(233,231,226)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989688; }

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

This text font color is #989688.


Background Color

.myBgColor { background-color: #989688; }

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

This div background color is #989688.


Border color

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

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

This div border color is #989688.


Opacity

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

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

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

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

This text has shadow with #989688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989688 on black background.


Color preview on white background

This text has color #989688 on white background.



Black color preview on #989688 background

This text has black color on #989688 background.


White color preview on #989688 background

This text has white color on #989688 background.