COLOR #998D91

HEX: #998D91
RGB: (153,141,145)

Color info

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

RGB color model

#998D91 color RGB value is (153,141,145).

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

RGB channels and saturation

R 153 of 255 = 60%
G 141 of 255 = 55%
B 145 of 255 = 57%

153
141
145

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

Portions of RGB colors in percentages

R + G + B =
153 + 141 + 145 = 439 (100%)
R 153 of 439 ~ 34.85%
G 141 of 439 ~ 32.12%
B 145 of 439 ~ 33.03%

%34.85
%32.12
%33.03

CMYK color model

#998D91 color CMYK value is (0,8,5,40).

  • cyan value is 0.00%
  • magenta value is 7.84%
  • yellow value is 5.23%
  • key color value is 40.00%
CMYK:
(0,8,5,40)
C0M8Y5K40 
(0%,8%,5%,40%)
(0.00/0.08/0.05/0.40)	

CMYK percentages

%0
%7.84
%5.23
%40

Codes

Color #998D91 in popluar color models

998D91
RGB153141145
HSL340°5.56%57.65%
HSB/HSV340°7.84%60.00%
CMYK0.00%7.84%5.23%
40.00%

Color #998D91 in popluar number systems.

HEX998D91
Decimal153141145
Binary100110011000110110010001
Octal231215221

Shades and tints

Shades of #998D91

#998D91
(153,141,145)
#8C8184
(140,129,132)
#7F7577
(127,117,119)
#72696A
(114,105,106)
#655D5D
(101,93,93)
#585150
(88,81,80)
#4B4543
(75,69,67)
#3E3936
(62,57,54)
#312D29
(49,45,41)
#24211C
(36,33,28)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #998D91

#998D91
(153,141,145)
#A2979B
(162,151,155)
#ABA1A5
(171,161,165)
#B4ABAF
(180,171,175)
#BDB5B9
(189,181,185)
#C6BFC3
(198,191,195)
#CFC9CD
(207,201,205)
#D8D3D7
(216,211,215)
#E1DDE1
(225,221,225)
#EAE7EB
(234,231,235)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998D91; }

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

This text font color is #998D91.


Background Color

.myBgColor { background-color: #998D91; }

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

This div background color is #998D91.


Border color

.myBorderColor { border: 1px solid #998D91; }

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

This div border color is #998D91.


Opacity

.myOpacity80 { color: #998D91; opacity: 0.8; }

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

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

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

This text has shadow with #998D91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998D91 on black background.


Color preview on white background

This text has color #998D91 on white background.



Black color preview on #998D91 background

This text has black color on #998D91 background.


White color preview on #998D91 background

This text has white color on #998D91 background.