COLOR #988090

HEX: #988090
RGB: (152,128,144)

Color info

#988090 contains red, green and blue colors in about the same proportion. Web safe color of #988090 is #996699 (or #969).

RGB color model

#988090 color RGB value is (152,128,144).

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

RGB channels and saturation

R 152 of 255 = 60%
G 128 of 255 = 50%
B 144 of 255 = 56%

152
128
144

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

Portions of RGB colors in percentages

R + G + B =
152 + 128 + 144 = 424 (100%)
R 152 of 424 ~ 35.85%
G 128 of 424 ~ 30.19%
B 144 of 424 ~ 33.96%

%35.85
%30.19
%33.96

CMYK color model

#988090 color CMYK value is (0,16,5,40).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 5.26%
  • key color value is 40.39%
CMYK:
(0,16,5,40)
C0M16Y5K40 
(0%,16%,5%,40%)
(0.00/0.16/0.05/0.40)	

CMYK percentages

%0
%15.79
%5.26
%40.39

Codes

Color #988090 in popluar color models

988090
RGB152128144
HSL320°10.43%54.90%
HSB/HSV320°15.79%59.61%
CMYK0.00%15.79%5.26%
40.39%

Color #988090 in popluar number systems.

HEX988090
Decimal152128144
Binary100110001000000010010000
Octal230200220

Shades and tints

Shades of #988090

#988090
(152,128,144)
#8B7583
(139,117,131)
#7E6A76
(126,106,118)
#715F69
(113,95,105)
#64545C
(100,84,92)
#57494F
(87,73,79)
#4A3E42
(74,62,66)
#3D3335
(61,51,53)
#302828
(48,40,40)
#231D1B
(35,29,27)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #988090

#988090
(152,128,144)
#A18B9A
(161,139,154)
#AA96A4
(170,150,164)
#B3A1AE
(179,161,174)
#BCACB8
(188,172,184)
#C5B7C2
(197,183,194)
#CEC2CC
(206,194,204)
#D7CDD6
(215,205,214)
#E0D8E0
(224,216,224)
#E9E3EA
(233,227,234)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988090; }

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

This text font color is #988090.


Background Color

.myBgColor { background-color: #988090; }

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

This div background color is #988090.


Border color

.myBorderColor { border: 1px solid #988090; }

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

This div border color is #988090.


Opacity

.myOpacity80 { color: #988090; opacity: 0.8; }

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

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

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

This text has shadow with #988090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988090 on black background.


Color preview on white background

This text has color #988090 on white background.



Black color preview on #988090 background

This text has black color on #988090 background.


White color preview on #988090 background

This text has white color on #988090 background.