COLOR #998E99

HEX: #998E99
RGB: (153,142,153)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

153
142
153

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

Portions of RGB colors in percentages

R + G + B =
153 + 142 + 153 = 448 (100%)
R 153 of 448 ~ 34.15%
G 142 of 448 ~ 31.7%
B 153 of 448 ~ 34.15%

%34.15
%31.7
%34.15

CMYK color model

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

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

CMYK percentages

%0
%7.19
%0
%40

Codes

Color #998E99 in popluar color models

998E99
RGB153142153
HSL300°5.12%57.84%
HSB/HSV300°7.19%60.00%
CMYK0.00%7.19%0.00%
40.00%

Color #998E99 in popluar number systems.

HEX998E99
Decimal153142153
Binary100110011000111010011001
Octal231216231

Shades and tints

Shades of #998E99

#998E99
(153,142,153)
#8C828C
(140,130,140)
#7F767F
(127,118,127)
#726A72
(114,106,114)
#655E65
(101,94,101)
#585258
(88,82,88)
#4B464B
(75,70,75)
#3E3A3E
(62,58,62)
#312E31
(49,46,49)
#242224
(36,34,36)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #998E99

#998E99
(153,142,153)
#A298A2
(162,152,162)
#ABA2AB
(171,162,171)
#B4ACB4
(180,172,180)
#BDB6BD
(189,182,189)
#C6C0C6
(198,192,198)
#CFCACF
(207,202,207)
#D8D4D8
(216,212,216)
#E1DEE1
(225,222,225)
#EAE8EA
(234,232,234)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998E99; }

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

This text font color is #998E99.


Background Color

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

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

This div background color is #998E99.


Border color

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

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

This div border color is #998E99.


Opacity

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

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

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

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

This text has shadow with #998E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998E99 on black background.


Color preview on white background

This text has color #998E99 on white background.



Black color preview on #998E99 background

This text has black color on #998E99 background.


White color preview on #998E99 background

This text has white color on #998E99 background.