COLOR #988B79

HEX: #988B79 RGB: (152,139,121)

Color info

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

RGB color model

#988B79 color RGB value is (152,139,121).

RGB: (152,139,121) (60%, 55%, 47%)

RGB channels and saturation

R 152 of 255 = 60%
G 139 of 255 = 55%
B 121 of 255 = 47%

152
139
121

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

Portions of RGB colors in percentages

R + G + B = 152 + 139 + 121 = 412 (100%)
R 152 of 412 ~ 36.89%
G 139 of 412 ~ 33.74%
B 121 of 412 ~ 29.37'%

%36.89
%33.74
%29.37

CMYK color model

#988B79 color CMYK value is (0,9,20,40).

  • cyan value is 0.00%
  • magenta value is 8.55%
  • yellow value is 20.39%
  • key color value is 40.39%

CMYK: (0,9,20,40)
C0M9Y20K40 (0%, 9%, 20%, 40%)
(0.00 / 0.09 / 0.20 / 0.40)

CMYK percentages

%0
%8.55
%20.39
%40.39

Codes

Color #988B79 in popluar color models

98 8B 79
RGB 152 139 121
HSL 35° 13.08% 53.53%
HSB/HSV 35° 20.39% 59.61%
CMYK 0.00% 8.55% 20.39%
40.39%

Color #988B79 in popluar number systems.

HEX 98 8B 79
Decimal 152 139 121
Binary 10011000 10001011 1111001
Octal 230 213 171

Shades and tints

Shades of #988B79

#988B79
(152,139,121)
#8B7F6E
(139,127,110)
#7E7363
(126,115,99)
#716758
(113,103,88)
#645B4D
(100,91,77)
#574F42
(87,79,66)
#4A4337
(74,67,55)
#3D372C
(61,55,44)
#302B21
(48,43,33)
#231F16
(35,31,22)
#16130B
(22,19,11)
#000000
(0,0,0)

Tints of #988B79

#988B79
(152,139,121)
#A19585
(161,149,133)
#AA9F91
(170,159,145)
#B3A99D
(179,169,157)
#BCB3A9
(188,179,169)
#C5BDB5
(197,189,181)
#CEC7C1
(206,199,193)
#D7D1CD
(215,209,205)
#E0DBD9
(224,219,217)
#E9E5E5
(233,229,229)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988B79; }

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

This text font color is #988B79.

Background Color

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

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

This div background color is #988B79.

Border color

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

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

This div border color is #988B79.

Opacity

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

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

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

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

This text has shadow with #988B79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #988B79.

Preview

Color preview on black background

This text has color #988B79 on black background.


Color preview on white background

This text has color #988B79 on white background.


Black color preview on #988B79 background

This text has black color on #988B79 background.


White color preview on #988B79 background

This text has white color on #988B79 background.


Related colors

Complementary color

Complementary color for #hex is #677486.


I love getcolorcode.com

Triadic colors

1 #79988B and #8B7998 with #988B79 are triadic colors.

2 #798B98 and #8B9879 with #988B79 are triadic colors.