COLOR #998E95

HEX: #998E95
RGB: (153,142,149)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

153
142
149

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

Portions of RGB colors in percentages

R + G + B =
153 + 142 + 149 = 444 (100%)
R 153 of 444 ~ 34.46%
G 142 of 444 ~ 31.98%
B 149 of 444 ~ 33.56%

%34.46
%31.98
%33.56

CMYK color model

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

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

CMYK percentages

%0
%7.19
%2.61
%40

Codes

Color #998E95 in popluar color models

998E95
RGB153142149
HSL322°5.12%57.84%
HSB/HSV322°7.19%60.00%
CMYK0.00%7.19%2.61%
40.00%

Color #998E95 in popluar number systems.

HEX998E95
Decimal153142149
Binary100110011000111010010101
Octal231216225

Shades and tints

Shades of #998E95

#998E95
(153,142,149)
#8C8288
(140,130,136)
#7F767B
(127,118,123)
#726A6E
(114,106,110)
#655E61
(101,94,97)
#585254
(88,82,84)
#4B4647
(75,70,71)
#3E3A3A
(62,58,58)
#312E2D
(49,46,45)
#242220
(36,34,32)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #998E95

#998E95
(153,142,149)
#A2989E
(162,152,158)
#ABA2A7
(171,162,167)
#B4ACB0
(180,172,176)
#BDB6B9
(189,182,185)
#C6C0C2
(198,192,194)
#CFCACB
(207,202,203)
#D8D4D4
(216,212,212)
#E1DEDD
(225,222,221)
#EAE8E6
(234,232,230)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998E95; }

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

This text font color is #998E95.


Background Color

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

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

This div background color is #998E95.


Border color

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

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

This div border color is #998E95.


Opacity

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

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

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

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

This text has shadow with #998E95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998E95 on black background.


Color preview on white background

This text has color #998E95 on white background.



Black color preview on #998E95 background

This text has black color on #998E95 background.


White color preview on #998E95 background

This text has white color on #998E95 background.