COLOR #988E6D

HEX: #988E6D
RGB: (152,142,109)

Color info

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

RGB color model

#988E6D color RGB value is (152,142,109).

  • red value is 152;
  • green value is 142;
  • blue value is 109.
RGB:
(152,142,109)
(60%,56%,43%)

RGB channels and saturation

R 152 of 255 = 60%
G 142 of 255 = 56%
B 109 of 255 = 43%

152
142
109

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

Portions of RGB colors in percentages

R + G + B =
152 + 142 + 109 = 403 (100%)
R 152 of 403 ~ 37.72%
G 142 of 403 ~ 35.24%
B 109 of 403 ~ 27.05%

%37.72
%35.24
%27.05

CMYK color model

#988E6D color CMYK value is (0,7,28,40).

  • cyan value is 0.00%
  • magenta value is 6.58%
  • yellow value is 28.29%
  • key color value is 40.39%
CMYK:
(0,7,28,40)
C0M7Y28K40 
(0%,7%,28%,40%)
(0.00/0.07/0.28/0.40)	

CMYK percentages

%0
%6.58
%28.29
%40.39

Codes

Color #988E6D in popluar color models

988E6D
RGB152142109
HSL46°17.27%51.18%
HSB/HSV46°28.29%59.61%
CMYK0.00%6.58%28.29%
40.39%

Color #988E6D in popluar number systems.

HEX988E6D
Decimal152142109
Binary10011000100011101101101
Octal230216155

Shades and tints

Shades of #988E6D

#988E6D
(152,142,109)
#8B8264
(139,130,100)
#7E765B
(126,118,91)
#716A52
(113,106,82)
#645E49
(100,94,73)
#575240
(87,82,64)
#4A4637
(74,70,55)
#3D3A2E
(61,58,46)
#302E25
(48,46,37)
#23221C
(35,34,28)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #988E6D

#988E6D
(152,142,109)
#A1987A
(161,152,122)
#AAA287
(170,162,135)
#B3AC94
(179,172,148)
#BCB6A1
(188,182,161)
#C5C0AE
(197,192,174)
#CECABB
(206,202,187)
#D7D4C8
(215,212,200)
#E0DED5
(224,222,213)
#E9E8E2
(233,232,226)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988E6D color. Also use rgb(152,142,109) instead hex code.

Text Font Color

.myTextColor { color: #988E6D; }

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

This text font color is #988E6D.


Background Color

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

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

This div background color is #988E6D.


Border color

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

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

This div border color is #988E6D.


Opacity

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

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

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

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

This text has shadow with #988E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988E6D on black background.


Color preview on white background

This text has color #988E6D on white background.



Black color preview on #988E6D background

This text has black color on #988E6D background.


White color preview on #988E6D background

This text has white color on #988E6D background.