COLOR #998891

HEX: #998891
RGB: (153,136,145)

Color info

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

RGB color model

#998891 color RGB value is (153,136,145).

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

RGB channels and saturation

R 153 of 255 = 60%
G 136 of 255 = 53%
B 145 of 255 = 57%

153
136
145

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

Portions of RGB colors in percentages

R + G + B =
153 + 136 + 145 = 434 (100%)
R 153 of 434 ~ 35.25%
G 136 of 434 ~ 31.34%
B 145 of 434 ~ 33.41%

%35.25
%31.34
%33.41

CMYK color model

#998891 color CMYK value is (0,11,5,40).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 5.23%
  • key color value is 40.00%
CMYK:
(0,11,5,40)
C0M11Y5K40 
(0%,11%,5%,40%)
(0.00/0.11/0.05/0.40)	

CMYK percentages

%0
%11.11
%5.23
%40

Codes

Color #998891 in popluar color models

998891
RGB153136145
HSL328°7.69%56.67%
HSB/HSV328°11.11%60.00%
CMYK0.00%11.11%5.23%
40.00%

Color #998891 in popluar number systems.

HEX998891
Decimal153136145
Binary100110011000100010010001
Octal231210221

Shades and tints

Shades of #998891

#998891
(153,136,145)
#8C7C84
(140,124,132)
#7F7077
(127,112,119)
#72646A
(114,100,106)
#65585D
(101,88,93)
#584C50
(88,76,80)
#4B4043
(75,64,67)
#3E3436
(62,52,54)
#312829
(49,40,41)
#241C1C
(36,28,28)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #998891

#998891
(153,136,145)
#A2929B
(162,146,155)
#AB9CA5
(171,156,165)
#B4A6AF
(180,166,175)
#BDB0B9
(189,176,185)
#C6BAC3
(198,186,195)
#CFC4CD
(207,196,205)
#D8CED7
(216,206,215)
#E1D8E1
(225,216,225)
#EAE2EB
(234,226,235)
#F3ECF5
(243,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998891; }

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

This text font color is #998891.


Background Color

.myBgColor { background-color: #998891; }

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

This div background color is #998891.


Border color

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

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

This div border color is #998891.


Opacity

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

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

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

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

This text has shadow with #998891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998891 on black background.


Color preview on white background

This text has color #998891 on white background.



Black color preview on #998891 background

This text has black color on #998891 background.


White color preview on #998891 background

This text has white color on #998891 background.