COLOR #988B89

HEX: #988B89 RGB: (152,139,137)

Color info

#988B89 contains red, green and blue colors in about the same proportion. Web safe color of #988B89 is #999999 (or #999).

RGB color model

#988B89 color RGB value is (152,139,137).

RGB: (152,139,137) (60%, 55%, 54%)

RGB channels and saturation

R 152 of 255 = 60%
G 139 of 255 = 55%
B 137 of 255 = 54%

152
139
137

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

Portions of RGB colors in percentages

R + G + B = 152 + 139 + 137 = 428 (100%)
R 152 of 428 ~ 35.51%
G 139 of 428 ~ 32.48%
B 137 of 428 ~ 32.01'%

%35.51
%32.48
%32.01

CMYK color model

#988B89 color CMYK value is (0,9,10,40).

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

CMYK: (0,9,10,40)
C0M9Y10K40 (0%, 9%, 10%, 40%)
(0.00 / 0.09 / 0.10 / 0.40)

CMYK percentages

%0
%8.55
%9.87
%40.39

Codes

Color #988B89 in popluar color models

98 8B 89
RGB 152 139 137
HSL 6.79% 56.67%
HSB/HSV 9.87% 59.61%
CMYK 0.00% 8.55% 9.87%
40.39%

Color #988B89 in popluar number systems.

HEX 98 8B 89
Decimal 152 139 137
Binary 10011000 10001011 10001001
Octal 230 213 211

Shades and tints

Shades of #988B89

#988B89
(152,139,137)
#8B7F7D
(139,127,125)
#7E7371
(126,115,113)
#716765
(113,103,101)
#645B59
(100,91,89)
#574F4D
(87,79,77)
#4A4341
(74,67,65)
#3D3735
(61,55,53)
#302B29
(48,43,41)
#231F1D
(35,31,29)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #988B89

#988B89
(152,139,137)
#A19593
(161,149,147)
#AA9F9D
(170,159,157)
#B3A9A7
(179,169,167)
#BCB3B1
(188,179,177)
#C5BDBB
(197,189,187)
#CEC7C5
(206,199,197)
#D7D1CF
(215,209,207)
#E0DBD9
(224,219,217)
#E9E5E3
(233,229,227)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988B89; }

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

This text font color is #988B89.

Background Color

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

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

This div background color is #988B89.

Border color

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

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

This div border color is #988B89.

Opacity

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

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

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

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

This text has shadow with #988B89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #988B89.

Preview

Color preview on black background

This text has color #988B89 on black background.


Color preview on white background

This text has color #988B89 on white background.


Black color preview on #988B89 background

This text has black color on #988B89 background.


White color preview on #988B89 background

This text has white color on #988B89 background.


Related colors

Complementary color

Complementary color for #hex is #677476.


I love getcolorcode.com

Triadic colors

1 #89988B and #8B8998 with #988B89 are triadic colors.

2 #898B98 and #8B9889 with #988B89 are triadic colors.