COLOR #998890

HEX: #998890
RGB: (153,136,144)

Color info

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

RGB color model

#998890 color RGB value is (153,136,144).

  • red value is 153;
  • green value is 136;
  • blue value is 144.
RGB:
(153,136,144)
(60%,53%,56%)

RGB channels and saturation

R 153 of 255 = 60%
G 136 of 255 = 53%
B 144 of 255 = 56%

153
136
144

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

Portions of RGB colors in percentages

R + G + B =
153 + 136 + 144 = 433 (100%)
R 153 of 433 ~ 35.33%
G 136 of 433 ~ 31.41%
B 144 of 433 ~ 33.26%

%35.33
%31.41
%33.26

CMYK color model

#998890 color CMYK value is (0,11,6,40).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 5.88%
  • key color value is 40.00%
CMYK:
(0,11,6,40)
C0M11Y6K40 
(0%,11%,6%,40%)
(0.00/0.11/0.06/0.40)	

CMYK percentages

%0
%11.11
%5.88
%40

Codes

Color #998890 in popluar color models

998890
RGB153136144
HSL332°7.69%56.67%
HSB/HSV332°11.11%60.00%
CMYK0.00%11.11%5.88%
40.00%

Color #998890 in popluar number systems.

HEX998890
Decimal153136144
Binary100110011000100010010000
Octal231210220

Shades and tints

Shades of #998890

#998890
(153,136,144)
#8C7C83
(140,124,131)
#7F7076
(127,112,118)
#726469
(114,100,105)
#65585C
(101,88,92)
#584C4F
(88,76,79)
#4B4042
(75,64,66)
#3E3435
(62,52,53)
#312828
(49,40,40)
#241C1B
(36,28,27)
#17100E
(23,16,14)
#000000
(0,0,0)

Tints of #998890

#998890
(153,136,144)
#A2929A
(162,146,154)
#AB9CA4
(171,156,164)
#B4A6AE
(180,166,174)
#BDB0B8
(189,176,184)
#C6BAC2
(198,186,194)
#CFC4CC
(207,196,204)
#D8CED6
(216,206,214)
#E1D8E0
(225,216,224)
#EAE2EA
(234,226,234)
#F3ECF4
(243,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998890 color. Also use rgb(153,136,144) instead hex code.

Text Font Color

.myTextColor { color: #998890; }

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

This text font color is #998890.


Background Color

.myBgColor { background-color: #998890; }

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

This div background color is #998890.


Border color

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

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

This div border color is #998890.


Opacity

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

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

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

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

This text has shadow with #998890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998890 on black background.


Color preview on white background

This text has color #998890 on white background.



Black color preview on #998890 background

This text has black color on #998890 background.


White color preview on #998890 background

This text has white color on #998890 background.