COLOR #998E98

HEX: #998E98
RGB: (153,142,152)

Color info

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

RGB color model

#998E98 color RGB value is (153,142,152).

  • red value is 153;
  • green value is 142;
  • blue value is 152.
RGB:
(153,142,152)
(60%,56%,60%)

RGB channels and saturation

R 153 of 255 = 60%
G 142 of 255 = 56%
B 152 of 255 = 60%

153
142
152

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

Portions of RGB colors in percentages

R + G + B =
153 + 142 + 152 = 447 (100%)
R 153 of 447 ~ 34.23%
G 142 of 447 ~ 31.77%
B 152 of 447 ~ 34%

%34.23
%31.77
%34

CMYK color model

#998E98 color CMYK value is (0,7,1,40).

  • cyan value is 0.00%
  • magenta value is 7.19%
  • yellow value is 0.65%
  • key color value is 40.00%
CMYK:
(0,7,1,40)
C0M7Y1K40 
(0%,7%,1%,40%)
(0.00/0.07/0.01/0.40)	

CMYK percentages

%0
%7.19
%0.65
%40

Codes

Color #998E98 in popluar color models

998E98
RGB153142152
HSL305°5.12%57.84%
HSB/HSV305°7.19%60.00%
CMYK0.00%7.19%0.65%
40.00%

Color #998E98 in popluar number systems.

HEX998E98
Decimal153142152
Binary100110011000111010011000
Octal231216230

Shades and tints

Shades of #998E98

#998E98
(153,142,152)
#8C828B
(140,130,139)
#7F767E
(127,118,126)
#726A71
(114,106,113)
#655E64
(101,94,100)
#585257
(88,82,87)
#4B464A
(75,70,74)
#3E3A3D
(62,58,61)
#312E30
(49,46,48)
#242223
(36,34,35)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #998E98

#998E98
(153,142,152)
#A298A1
(162,152,161)
#ABA2AA
(171,162,170)
#B4ACB3
(180,172,179)
#BDB6BC
(189,182,188)
#C6C0C5
(198,192,197)
#CFCACE
(207,202,206)
#D8D4D7
(216,212,215)
#E1DEE0
(225,222,224)
#EAE8E9
(234,232,233)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998E98 color. Also use rgb(153,142,152) instead hex code.

Text Font Color

.myTextColor { color: #998E98; }

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

This text font color is #998E98.


Background Color

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

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

This div background color is #998E98.


Border color

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

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

This div border color is #998E98.


Opacity

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

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

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

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

This text has shadow with #998E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998E98 on black background.


Color preview on white background

This text has color #998E98 on white background.



Black color preview on #998E98 background

This text has black color on #998E98 background.


White color preview on #998E98 background

This text has white color on #998E98 background.