COLOR #988E79

HEX: #988E79
RGB: (152,142,121)

Color info

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

RGB color model

#988E79 color RGB value is (152,142,121).

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

RGB channels and saturation

R 152 of 255 = 60%
G 142 of 255 = 56%
B 121 of 255 = 47%

152
142
121

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

Portions of RGB colors in percentages

R + G + B =
152 + 142 + 121 = 415 (100%)
R 152 of 415 ~ 36.63%
G 142 of 415 ~ 34.22%
B 121 of 415 ~ 29.16%

%36.63
%34.22
%29.16

CMYK color model

#988E79 color CMYK value is (0,7,20,40).

  • cyan value is 0.00%
  • magenta value is 6.58%
  • yellow value is 20.39%
  • key color value is 40.39%
CMYK:
(0,7,20,40)
C0M7Y20K40 
(0%,7%,20%,40%)
(0.00/0.07/0.20/0.40)	

CMYK percentages

%0
%6.58
%20.39
%40.39

Codes

Color #988E79 in popluar color models

988E79
RGB152142121
HSL41°13.08%53.53%
HSB/HSV41°20.39%59.61%
CMYK0.00%6.58%20.39%
40.39%

Color #988E79 in popluar number systems.

HEX988E79
Decimal152142121
Binary10011000100011101111001
Octal230216171

Shades and tints

Shades of #988E79

#988E79
(152,142,121)
#8B826E
(139,130,110)
#7E7663
(126,118,99)
#716A58
(113,106,88)
#645E4D
(100,94,77)
#575242
(87,82,66)
#4A4637
(74,70,55)
#3D3A2C
(61,58,44)
#302E21
(48,46,33)
#232216
(35,34,22)
#16160B
(22,22,11)
#000000
(0,0,0)

Tints of #988E79

#988E79
(152,142,121)
#A19885
(161,152,133)
#AAA291
(170,162,145)
#B3AC9D
(179,172,157)
#BCB6A9
(188,182,169)
#C5C0B5
(197,192,181)
#CECAC1
(206,202,193)
#D7D4CD
(215,212,205)
#E0DED9
(224,222,217)
#E9E8E5
(233,232,229)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988E79; }

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

This text font color is #988E79.


Background Color

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

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

This div background color is #988E79.


Border color

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

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

This div border color is #988E79.


Opacity

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

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

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

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

This text has shadow with #988E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988E79 on black background.


Color preview on white background

This text has color #988E79 on white background.



Black color preview on #988E79 background

This text has black color on #988E79 background.


White color preview on #988E79 background

This text has white color on #988E79 background.