COLOR #998994

HEX: #998994
RGB: (153,137,148)

Color info

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

RGB color model

#998994 color RGB value is (153,137,148).

  • red value is 153;
  • green value is 137;
  • blue value is 148.
RGB:
(153,137,148)
(60%,54%,58%)

RGB channels and saturation

R 153 of 255 = 60%
G 137 of 255 = 54%
B 148 of 255 = 58%

153
137
148

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

Portions of RGB colors in percentages

R + G + B =
153 + 137 + 148 = 438 (100%)
R 153 of 438 ~ 34.93%
G 137 of 438 ~ 31.28%
B 148 of 438 ~ 33.79%

%34.93
%31.28
%33.79

CMYK color model

#998994 color CMYK value is (0,10,3,40).

  • cyan value is 0.00%
  • magenta value is 10.46%
  • yellow value is 3.27%
  • key color value is 40.00%
CMYK:
(0,10,3,40)
C0M10Y3K40 
(0%,10%,3%,40%)
(0.00/0.10/0.03/0.40)	

CMYK percentages

%0
%10.46
%3.27
%40

Codes

Color #998994 in popluar color models

998994
RGB153137148
HSL319°7.27%56.86%
HSB/HSV319°10.46%60.00%
CMYK0.00%10.46%3.27%
40.00%

Color #998994 in popluar number systems.

HEX998994
Decimal153137148
Binary100110011000100110010100
Octal231211224

Shades and tints

Shades of #998994

#998994
(153,137,148)
#8C7D87
(140,125,135)
#7F717A
(127,113,122)
#72656D
(114,101,109)
#655960
(101,89,96)
#584D53
(88,77,83)
#4B4146
(75,65,70)
#3E3539
(62,53,57)
#31292C
(49,41,44)
#241D1F
(36,29,31)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #998994

#998994
(153,137,148)
#A2939D
(162,147,157)
#AB9DA6
(171,157,166)
#B4A7AF
(180,167,175)
#BDB1B8
(189,177,184)
#C6BBC1
(198,187,193)
#CFC5CA
(207,197,202)
#D8CFD3
(216,207,211)
#E1D9DC
(225,217,220)
#EAE3E5
(234,227,229)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998994 color. Also use rgb(153,137,148) instead hex code.

Text Font Color

.myTextColor { color: #998994; }

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

This text font color is #998994.


Background Color

.myBgColor { background-color: #998994; }

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

This div background color is #998994.


Border color

.myBorderColor { border: 1px solid #998994; }

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

This div border color is #998994.


Opacity

.myOpacity80 { color: #998994; opacity: 0.8; }

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

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

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

This text has shadow with #998994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998994 on black background.


Color preview on white background

This text has color #998994 on white background.



Black color preview on #998994 background

This text has black color on #998994 background.


White color preview on #998994 background

This text has white color on #998994 background.