COLOR #988171

HEX: #988171
RGB: (152,129,113)

Color info

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

RGB color model

#988171 color RGB value is (152,129,113).

  • red value is 152;
  • green value is 129;
  • blue value is 113.
RGB:
(152,129,113)
(60%,51%,44%)

RGB channels and saturation

R 152 of 255 = 60%
G 129 of 255 = 51%
B 113 of 255 = 44%

152
129
113

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

Portions of RGB colors in percentages

R + G + B =
152 + 129 + 113 = 394 (100%)
R 152 of 394 ~ 38.58%
G 129 of 394 ~ 32.74%
B 113 of 394 ~ 28.68%

%38.58
%32.74
%28.68

CMYK color model

#988171 color CMYK value is (0,15,26,40).

  • cyan value is 0.00%
  • magenta value is 15.13%
  • yellow value is 25.66%
  • key color value is 40.39%
CMYK:
(0,15,26,40)
C0M15Y26K40 
(0%,15%,26%,40%)
(0.00/0.15/0.26/0.40)	

CMYK percentages

%0
%15.13
%25.66
%40.39

Codes

Color #988171 in popluar color models

988171
RGB152129113
HSL25°15.92%51.96%
HSB/HSV25°25.66%59.61%
CMYK0.00%15.13%25.66%
40.39%

Color #988171 in popluar number systems.

HEX988171
Decimal152129113
Binary10011000100000011110001
Octal230201161

Shades and tints

Shades of #988171

#988171
(152,129,113)
#8B7667
(139,118,103)
#7E6B5D
(126,107,93)
#716053
(113,96,83)
#645549
(100,85,73)
#574A3F
(87,74,63)
#4A3F35
(74,63,53)
#3D342B
(61,52,43)
#302921
(48,41,33)
#231E17
(35,30,23)
#16130D
(22,19,13)
#000000
(0,0,0)

Tints of #988171

#988171
(152,129,113)
#A18C7D
(161,140,125)
#AA9789
(170,151,137)
#B3A295
(179,162,149)
#BCADA1
(188,173,161)
#C5B8AD
(197,184,173)
#CEC3B9
(206,195,185)
#D7CEC5
(215,206,197)
#E0D9D1
(224,217,209)
#E9E4DD
(233,228,221)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988171 color. Also use rgb(152,129,113) instead hex code.

Text Font Color

.myTextColor { color: #988171; }

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

This text font color is #988171.


Background Color

.myBgColor { background-color: #988171; }

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

This div background color is #988171.


Border color

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

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

This div border color is #988171.


Opacity

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

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

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

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

This text has shadow with #988171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988171 on black background.


Color preview on white background

This text has color #988171 on white background.



Black color preview on #988171 background

This text has black color on #988171 background.


White color preview on #988171 background

This text has white color on #988171 background.