COLOR #988D89

HEX: #988D89
RGB: (152,141,137)

Color info

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

RGB color model

#988D89 color RGB value is (152,141,137).

  • red value is 152;
  • green value is 141;
  • blue value is 137.
RGB:
(152,141,137)
(60%,55%,54%)

RGB channels and saturation

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

152
141
137

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

Portions of RGB colors in percentages

R + G + B =
152 + 141 + 137 = 430 (100%)
R 152 of 430 ~ 35.35%
G 141 of 430 ~ 32.79%
B 137 of 430 ~ 31.86%

%35.35
%32.79
%31.86

CMYK color model

#988D89 color CMYK value is (0,7,10,40).

  • cyan value is 0.00%
  • magenta value is 7.24%
  • yellow value is 9.87%
  • key color value is 40.39%
CMYK:
(0,7,10,40)
C0M7Y10K40 
(0%,7%,10%,40%)
(0.00/0.07/0.10/0.40)	

CMYK percentages

%0
%7.24
%9.87
%40.39

Codes

Color #988D89 in popluar color models

988D89
RGB152141137
HSL16°6.79%56.67%
HSB/HSV16°9.87%59.61%
CMYK0.00%7.24%9.87%
40.39%

Color #988D89 in popluar number systems.

HEX988D89
Decimal152141137
Binary100110001000110110001001
Octal230215211

Shades and tints

Shades of #988D89

#988D89
(152,141,137)
#8B817D
(139,129,125)
#7E7571
(126,117,113)
#716965
(113,105,101)
#645D59
(100,93,89)
#57514D
(87,81,77)
#4A4541
(74,69,65)
#3D3935
(61,57,53)
#302D29
(48,45,41)
#23211D
(35,33,29)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #988D89

#988D89
(152,141,137)
#A19793
(161,151,147)
#AAA19D
(170,161,157)
#B3ABA7
(179,171,167)
#BCB5B1
(188,181,177)
#C5BFBB
(197,191,187)
#CEC9C5
(206,201,197)
#D7D3CF
(215,211,207)
#E0DDD9
(224,221,217)
#E9E7E3
(233,231,227)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988D89; }

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

This text font color is #988D89.


Background Color

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

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

This div background color is #988D89.


Border color

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

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

This div border color is #988D89.


Opacity

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

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

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

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

This text has shadow with #988D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988D89 on black background.


Color preview on white background

This text has color #988D89 on white background.



Black color preview on #988D89 background

This text has black color on #988D89 background.


White color preview on #988D89 background

This text has white color on #988D89 background.