COLOR #998998

HEX: #998998
RGB: (153,137,152)

Color info

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

RGB color model

#998998 color RGB value is (153,137,152).

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

RGB channels and saturation

R 153 of 255 = 60%
G 137 of 255 = 54%
B 152 of 255 = 60%

153
137
152

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

Portions of RGB colors in percentages

R + G + B =
153 + 137 + 152 = 442 (100%)
R 153 of 442 ~ 34.62%
G 137 of 442 ~ 31%
B 152 of 442 ~ 34.39%

%34.62
%31
%34.39

CMYK color model

#998998 color CMYK value is (0,10,1,40).

  • cyan value is 0.00%
  • magenta value is 10.46%
  • yellow value is 0.65%
  • key color value is 40.00%
CMYK: (0,10,1,40) C0M10Y1K40 (0%,10%,1%,40%) (0.00/0.10/0.01/0.40)

CMYK percentages

%0
%10.46
%0.65
%40

Codes

Color #998998 in popluar color models

998998
RGB153137152
HSL304°7.27%56.86%
HSB/HSV304°10.46%60.00%
CMYK0.00%10.46%0.65%
40.00%

Color #998998 in popluar number systems.

HEX998998
Decimal153137152
Binary100110011000100110011000
Octal231211230

Shades and tints

Shades of #998998

#998998
(153,137,152)
#8C7D8B
(140,125,139)
#7F717E
(127,113,126)
#726571
(114,101,113)
#655964
(101,89,100)
#584D57
(88,77,87)
#4B414A
(75,65,74)
#3E353D
(62,53,61)
#312930
(49,41,48)
#241D23
(36,29,35)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #998998

#998998
(153,137,152)
#A293A1
(162,147,161)
#AB9DAA
(171,157,170)
#B4A7B3
(180,167,179)
#BDB1BC
(189,177,188)
#C6BBC5
(198,187,197)
#CFC5CE
(207,197,206)
#D8CFD7
(216,207,215)
#E1D9E0
(225,217,224)
#EAE3E9
(234,227,233)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998998; }

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

This text font color is #998998.


Background Color

.myBgColor { background-color: #998998; }

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

This div background color is #998998.


Border color

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

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

This div border color is #998998.


Opacity

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

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

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

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

This text has shadow with #998998 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #998998 on black background.


Color preview on white background

This text has color #998998 on white background.



Black color preview on #998998 background

This text has black color on #998998 background.


White color preview on #998998 background

This text has white color on #998998 background.