COLOR #988C6C

HEX: #988C6C
RGB: (152,140,108)

Color info

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

RGB color model

#988C6C color RGB value is (152,140,108).

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

RGB channels and saturation

R 152 of 255 = 60%
G 140 of 255 = 55%
B 108 of 255 = 42%

152
140
108

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

Portions of RGB colors in percentages

R + G + B =
152 + 140 + 108 = 400 (100%)
R 152 of 400 ~ 38%
G 140 of 400 ~ 35%
B 108 of 400 ~ 27%

%38
%35
%27

CMYK color model

#988C6C color CMYK value is (0,8,29,40).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 28.95%
  • key color value is 40.39%
CMYK:
(0,8,29,40)
C0M8Y29K40 
(0%,8%,29%,40%)
(0.00/0.08/0.29/0.40)	

CMYK percentages

%0
%7.89
%28.95
%40.39

Codes

Color #988C6C in popluar color models

988C6C
RGB152140108
HSL44°17.60%50.98%
HSB/HSV44°28.95%59.61%
CMYK0.00%7.89%28.95%
40.39%

Color #988C6C in popluar number systems.

HEX988C6C
Decimal152140108
Binary10011000100011001101100
Octal230214154

Shades and tints

Shades of #988C6C

#988C6C
(152,140,108)
#8B8063
(139,128,99)
#7E745A
(126,116,90)
#716851
(113,104,81)
#645C48
(100,92,72)
#57503F
(87,80,63)
#4A4436
(74,68,54)
#3D382D
(61,56,45)
#302C24
(48,44,36)
#23201B
(35,32,27)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #988C6C

#988C6C
(152,140,108)
#A19679
(161,150,121)
#AAA086
(170,160,134)
#B3AA93
(179,170,147)
#BCB4A0
(188,180,160)
#C5BEAD
(197,190,173)
#CEC8BA
(206,200,186)
#D7D2C7
(215,210,199)
#E0DCD4
(224,220,212)
#E9E6E1
(233,230,225)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988C6C; }

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

This text font color is #988C6C.


Background Color

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

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

This div background color is #988C6C.


Border color

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

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

This div border color is #988C6C.


Opacity

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

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

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

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

This text has shadow with #988C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988C6C on black background.


Color preview on white background

This text has color #988C6C on white background.



Black color preview on #988C6C background

This text has black color on #988C6C background.


White color preview on #988C6C background

This text has white color on #988C6C background.