COLOR #988677

HEX: #988677
RGB: (152,134,119)

Color info

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

RGB color model

#988677 color RGB value is (152,134,119).

  • red value is 152;
  • green value is 134;
  • blue value is 119.
RGB:
(152,134,119)
(60%,53%,47%)

RGB channels and saturation

R 152 of 255 = 60%
G 134 of 255 = 53%
B 119 of 255 = 47%

152
134
119

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

Portions of RGB colors in percentages

R + G + B =
152 + 134 + 119 = 405 (100%)
R 152 of 405 ~ 37.53%
G 134 of 405 ~ 33.09%
B 119 of 405 ~ 29.38%

%37.53
%33.09
%29.38

CMYK color model

#988677 color CMYK value is (0,12,22,40).

  • cyan value is 0.00%
  • magenta value is 11.84%
  • yellow value is 21.71%
  • key color value is 40.39%
CMYK:
(0,12,22,40)
C0M12Y22K40 
(0%,12%,22%,40%)
(0.00/0.12/0.22/0.40)	

CMYK percentages

%0
%11.84
%21.71
%40.39

Codes

Color #988677 in popluar color models

988677
RGB152134119
HSL27°13.81%53.14%
HSB/HSV27°21.71%59.61%
CMYK0.00%11.84%21.71%
40.39%

Color #988677 in popluar number systems.

HEX988677
Decimal152134119
Binary10011000100001101110111
Octal230206167

Shades and tints

Shades of #988677

#988677
(152,134,119)
#8B7A6D
(139,122,109)
#7E6E63
(126,110,99)
#716259
(113,98,89)
#64564F
(100,86,79)
#574A45
(87,74,69)
#4A3E3B
(74,62,59)
#3D3231
(61,50,49)
#302627
(48,38,39)
#231A1D
(35,26,29)
#160E13
(22,14,19)
#000000
(0,0,0)

Tints of #988677

#988677
(152,134,119)
#A19183
(161,145,131)
#AA9C8F
(170,156,143)
#B3A79B
(179,167,155)
#BCB2A7
(188,178,167)
#C5BDB3
(197,189,179)
#CEC8BF
(206,200,191)
#D7D3CB
(215,211,203)
#E0DED7
(224,222,215)
#E9E9E3
(233,233,227)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988677 color. Also use rgb(152,134,119) instead hex code.

Text Font Color

.myTextColor { color: #988677; }

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

This text font color is #988677.


Background Color

.myBgColor { background-color: #988677; }

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

This div background color is #988677.


Border color

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

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

This div border color is #988677.


Opacity

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

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

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

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

This text has shadow with #988677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988677 on black background.


Color preview on white background

This text has color #988677 on white background.



Black color preview on #988677 background

This text has black color on #988677 background.


White color preview on #988677 background

This text has white color on #988677 background.