COLOR #988B7E

HEX: #988B7E RGB: (152,139,126)

Color info

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

RGB color model

#988B7E color RGB value is (152,139,126).

RGB: (152,139,126) (60%, 55%, 49%)

RGB channels and saturation

R 152 of 255 = 60%
G 139 of 255 = 55%
B 126 of 255 = 49%

152
139
126

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

Portions of RGB colors in percentages

R + G + B = 152 + 139 + 126 = 417 (100%)
R 152 of 417 ~ 36.45%
G 139 of 417 ~ 33.33%
B 126 of 417 ~ 30.22'%

%36.45
%33.33
%30.22

CMYK color model

#988B7E color CMYK value is (0,9,17,40).

  • cyan value is 0.00%
  • magenta value is 8.55%
  • yellow value is 17.11%
  • key color value is 40.39%
CMYK: (0,9,17,40) C0M9Y17K40 (0%,9%,17%,40%) (0.00/0.09/0.17/0.40) 

CMYK percentages

%0
%8.55
%17.11
%40.39

Codes

Color #988B7E in popluar color models

98 8B 7E
RGB 152 139 126
HSL 30° 11.21% 54.51%
HSB/HSV 30° 17.11% 59.61%
CMYK 0.00% 8.55% 17.11%
40.39%

Color #988B7E in popluar number systems.

HEX 98 8B 7E
Decimal 152 139 126
Binary 10011000 10001011 1111110
Octal 230 213 176

Shades and tints

Shades of #988B7E

#988B7E
(152,139,126)
#8B7F73
(139,127,115)
#7E7368
(126,115,104)
#71675D
(113,103,93)
#645B52
(100,91,82)
#574F47
(87,79,71)
#4A433C
(74,67,60)
#3D3731
(61,55,49)
#302B26
(48,43,38)
#231F1B
(35,31,27)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #988B7E

#988B7E
(152,139,126)
#A19589
(161,149,137)
#AA9F94
(170,159,148)
#B3A99F
(179,169,159)
#BCB3AA
(188,179,170)
#C5BDB5
(197,189,181)
#CEC7C0
(206,199,192)
#D7D1CB
(215,209,203)
#E0DBD6
(224,219,214)
#E9E5E1
(233,229,225)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988B7E; }

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

This text font color is #988B7E.

Background Color

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

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

This div background color is #988B7E.

Border color

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

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

This div border color is #988B7E.

Opacity

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

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

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

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

This text has shadow with #988B7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #988B7E.

Preview

Color preview on black background

This text has color #988B7E on black background.


Color preview on white background

This text has color #988B7E on white background.


Black color preview on #988B7E background

This text has black color on #988B7E background.


White color preview on #988B7E background

This text has white color on #988B7E background.


Related colors

Complementary color

Complementary color for #hex is #677481.


I love getcolorcode.com

Triadic colors

1 #7E988B and #8B7E98 with #988B7E are triadic colors.

2 #7E8B98 and #8B987E with #988B7E are triadic colors.