COLOR #988978

HEX: #988978
RGB: (152,137,120)

Color info

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

RGB color model

#988978 color RGB value is (152,137,120).

  • red value is 152;
  • green value is 137;
  • blue value is 120.
RGB:
(152,137,120)
(60%,54%,47%)

RGB channels and saturation

R 152 of 255 = 60%
G 137 of 255 = 54%
B 120 of 255 = 47%

152
137
120

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

Portions of RGB colors in percentages

R + G + B =
152 + 137 + 120 = 409 (100%)
R 152 of 409 ~ 37.16%
G 137 of 409 ~ 33.5%
B 120 of 409 ~ 29.34%

%37.16
%33.5
%29.34

CMYK color model

#988978 color CMYK value is (0,10,21,40).

  • cyan value is 0.00%
  • magenta value is 9.87%
  • yellow value is 21.05%
  • key color value is 40.39%
CMYK:
(0,10,21,40)
C0M10Y21K40 
(0%,10%,21%,40%)
(0.00/0.10/0.21/0.40)	

CMYK percentages

%0
%9.87
%21.05
%40.39

Codes

Color #988978 in popluar color models

988978
RGB152137120
HSL32°13.45%53.33%
HSB/HSV32°21.05%59.61%
CMYK0.00%9.87%21.05%
40.39%

Color #988978 in popluar number systems.

HEX988978
Decimal152137120
Binary10011000100010011111000
Octal230211170

Shades and tints

Shades of #988978

#988978
(152,137,120)
#8B7D6E
(139,125,110)
#7E7164
(126,113,100)
#71655A
(113,101,90)
#645950
(100,89,80)
#574D46
(87,77,70)
#4A413C
(74,65,60)
#3D3532
(61,53,50)
#302928
(48,41,40)
#231D1E
(35,29,30)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #988978

#988978
(152,137,120)
#A19384
(161,147,132)
#AA9D90
(170,157,144)
#B3A79C
(179,167,156)
#BCB1A8
(188,177,168)
#C5BBB4
(197,187,180)
#CEC5C0
(206,197,192)
#D7CFCC
(215,207,204)
#E0D9D8
(224,217,216)
#E9E3E4
(233,227,228)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988978 color. Also use rgb(152,137,120) instead hex code.

Text Font Color

.myTextColor { color: #988978; }

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

This text font color is #988978.


Background Color

.myBgColor { background-color: #988978; }

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

This div background color is #988978.


Border color

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

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

This div border color is #988978.


Opacity

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

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

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

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

This text has shadow with #988978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988978 on black background.


Color preview on white background

This text has color #988978 on white background.



Black color preview on #988978 background

This text has black color on #988978 background.


White color preview on #988978 background

This text has white color on #988978 background.