COLOR #988D90

HEX: #988D90
RGB: (152,141,144)

Color info

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

RGB color model

#988D90 color RGB value is (152,141,144).

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

RGB channels and saturation

R 152 of 255 = 60%
G 141 of 255 = 55%
B 144 of 255 = 56%

152
141
144

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

Portions of RGB colors in percentages

R + G + B =
152 + 141 + 144 = 437 (100%)
R 152 of 437 ~ 34.78%
G 141 of 437 ~ 32.27%
B 144 of 437 ~ 32.95%

%34.78
%32.27
%32.95

CMYK color model

#988D90 color CMYK value is (0,7,5,40).

  • cyan value is 0.00%
  • magenta value is 7.24%
  • yellow value is 5.26%
  • key color value is 40.39%
CMYK:
(0,7,5,40)
C0M7Y5K40 
(0%,7%,5%,40%)
(0.00/0.07/0.05/0.40)	

CMYK percentages

%0
%7.24
%5.26
%40.39

Codes

Color #988D90 in popluar color models

988D90
RGB152141144
HSL344°5.07%57.45%
HSB/HSV344°7.24%59.61%
CMYK0.00%7.24%5.26%
40.39%

Color #988D90 in popluar number systems.

HEX988D90
Decimal152141144
Binary100110001000110110010000
Octal230215220

Shades and tints

Shades of #988D90

#988D90
(152,141,144)
#8B8183
(139,129,131)
#7E7576
(126,117,118)
#716969
(113,105,105)
#645D5C
(100,93,92)
#57514F
(87,81,79)
#4A4542
(74,69,66)
#3D3935
(61,57,53)
#302D28
(48,45,40)
#23211B
(35,33,27)
#16150E
(22,21,14)
#000000
(0,0,0)

Tints of #988D90

#988D90
(152,141,144)
#A1979A
(161,151,154)
#AAA1A4
(170,161,164)
#B3ABAE
(179,171,174)
#BCB5B8
(188,181,184)
#C5BFC2
(197,191,194)
#CEC9CC
(206,201,204)
#D7D3D6
(215,211,214)
#E0DDE0
(224,221,224)
#E9E7EA
(233,231,234)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988D90; }

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

This text font color is #988D90.


Background Color

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

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

This div background color is #988D90.


Border color

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

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

This div border color is #988D90.


Opacity

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

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

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

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

This text has shadow with #988D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988D90 on black background.


Color preview on white background

This text has color #988D90 on white background.



Black color preview on #988D90 background

This text has black color on #988D90 background.


White color preview on #988D90 background

This text has white color on #988D90 background.