COLOR #988C80

HEX: #988C80
RGB: (152,140,128)

Color info

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

RGB color model

#988C80 color RGB value is (152,140,128).

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

RGB channels and saturation

R 152 of 255 = 60%
G 140 of 255 = 55%
B 128 of 255 = 50%

152
140
128

R + G + B ~ 55%. #988C80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 140 + 128 = 420 (100%)
R 152 of 420 ~ 36.19%
G 140 of 420 ~ 33.33%
B 128 of 420 ~ 30.48%

%36.19
%33.33
%30.48

CMYK color model

#988C80 color CMYK value is (0,8,16,40).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 15.79%
  • key color value is 40.39%
CMYK:
(0,8,16,40)
C0M8Y16K40 
(0%,8%,16%,40%)
(0.00/0.08/0.16/0.40)	

CMYK percentages

%0
%7.89
%15.79
%40.39

Codes

Color #988C80 in popluar color models

988C80
RGB152140128
HSL30°10.43%54.90%
HSB/HSV30°15.79%59.61%
CMYK0.00%7.89%15.79%
40.39%

Color #988C80 in popluar number systems.

HEX988C80
Decimal152140128
Binary100110001000110010000000
Octal230214200

Shades and tints

Shades of #988C80

#988C80
(152,140,128)
#8B8075
(139,128,117)
#7E746A
(126,116,106)
#71685F
(113,104,95)
#645C54
(100,92,84)
#575049
(87,80,73)
#4A443E
(74,68,62)
#3D3833
(61,56,51)
#302C28
(48,44,40)
#23201D
(35,32,29)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #988C80

#988C80
(152,140,128)
#A1968B
(161,150,139)
#AAA096
(170,160,150)
#B3AAA1
(179,170,161)
#BCB4AC
(188,180,172)
#C5BEB7
(197,190,183)
#CEC8C2
(206,200,194)
#D7D2CD
(215,210,205)
#E0DCD8
(224,220,216)
#E9E6E3
(233,230,227)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988C80; }

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

This text font color is #988C80.


Background Color

.myBgColor { background-color: #988C80; }

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

This div background color is #988C80.


Border color

.myBorderColor { border: 1px solid #988C80; }

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

This div border color is #988C80.


Opacity

.myOpacity80 { color: #988C80; opacity: 0.8; }

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

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

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

This text has shadow with #988C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988C80 on black background.


Color preview on white background

This text has color #988C80 on white background.



Black color preview on #988C80 background

This text has black color on #988C80 background.


White color preview on #988C80 background

This text has white color on #988C80 background.