COLOR #998D9E

HEX: #998D9E
RGB: (153,141,158)

Color info

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

RGB color model

#998D9E color RGB value is (153,141,158).

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

RGB channels and saturation

R 153 of 255 = 60%
G 141 of 255 = 55%
B 158 of 255 = 62%

153
141
158

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

Portions of RGB colors in percentages

R + G + B =
153 + 141 + 158 = 452 (100%)
R 153 of 452 ~ 33.85%
G 141 of 452 ~ 31.19%
B 158 of 452 ~ 34.96%

%33.85
%31.19
%34.96

CMYK color model

#998D9E color CMYK value is (3,11,0,38).

  • cyan value is 3.16%
  • magenta value is 10.76%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(3,11,0,38)
C3M11Y0K38 
(3%,11%,0%,38%)
(0.03/0.11/0.00/0.38)	

CMYK percentages

%3.16
%10.76
%0
%38.04

Codes

Color #998D9E in popluar color models

998D9E
RGB153141158
HSL282°8.06%58.63%
HSB/HSV282°10.76%61.96%
CMYK3.16%10.76%0.00%
38.04%

Color #998D9E in popluar number systems.

HEX998D9E
Decimal153141158
Binary100110011000110110011110
Octal231215236

Shades and tints

Shades of #998D9E

#998D9E
(153,141,158)
#8C8190
(140,129,144)
#7F7582
(127,117,130)
#726974
(114,105,116)
#655D66
(101,93,102)
#585158
(88,81,88)
#4B454A
(75,69,74)
#3E393C
(62,57,60)
#312D2E
(49,45,46)
#242120
(36,33,32)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #998D9E

#998D9E
(153,141,158)
#A297A6
(162,151,166)
#ABA1AE
(171,161,174)
#B4ABB6
(180,171,182)
#BDB5BE
(189,181,190)
#C6BFC6
(198,191,198)
#CFC9CE
(207,201,206)
#D8D3D6
(216,211,214)
#E1DDDE
(225,221,222)
#EAE7E6
(234,231,230)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998D9E; }

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

This text font color is #998D9E.


Background Color

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

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

This div background color is #998D9E.


Border color

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

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

This div border color is #998D9E.


Opacity

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

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

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

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

This text has shadow with #998D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998D9E on black background.


Color preview on white background

This text has color #998D9E on white background.



Black color preview on #998D9E background

This text has black color on #998D9E background.


White color preview on #998D9E background

This text has white color on #998D9E background.