COLOR #998C9E

HEX: #998C9E
RGB: (153,140,158)

Color info

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

RGB color model

#998C9E color RGB value is (153,140,158).

  • red value is 153;
  • green value is 140;
  • blue value is 158.
RGB:
(153,140,158)
(60%,55%,62%)

RGB channels and saturation

R 153 of 255 = 60%
G 140 of 255 = 55%
B 158 of 255 = 62%

153
140
158

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

Portions of RGB colors in percentages

R + G + B =
153 + 140 + 158 = 451 (100%)
R 153 of 451 ~ 33.92%
G 140 of 451 ~ 31.04%
B 158 of 451 ~ 35.03%

%33.92
%31.04
%35.03

CMYK color model

#998C9E color CMYK value is (3,11,0,38).

  • cyan value is 3.16%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(3,11,0,38)
C3M11Y0K38 
(3%,11%,0%,38%)
(0.03/0.11/0.00/0.38)	

CMYK percentages

%3.16
%11.39
%0
%38.04

Codes

Color #998C9E in popluar color models

998C9E
RGB153140158
HSL283°8.49%58.43%
HSB/HSV283°11.39%61.96%
CMYK3.16%11.39%0.00%
38.04%

Color #998C9E in popluar number systems.

HEX998C9E
Decimal153140158
Binary100110011000110010011110
Octal231214236

Shades and tints

Shades of #998C9E

#998C9E
(153,140,158)
#8C8090
(140,128,144)
#7F7482
(127,116,130)
#726874
(114,104,116)
#655C66
(101,92,102)
#585058
(88,80,88)
#4B444A
(75,68,74)
#3E383C
(62,56,60)
#312C2E
(49,44,46)
#242020
(36,32,32)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #998C9E

#998C9E
(153,140,158)
#A296A6
(162,150,166)
#ABA0AE
(171,160,174)
#B4AAB6
(180,170,182)
#BDB4BE
(189,180,190)
#C6BEC6
(198,190,198)
#CFC8CE
(207,200,206)
#D8D2D6
(216,210,214)
#E1DCDE
(225,220,222)
#EAE6E6
(234,230,230)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998C9E; }

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

This text font color is #998C9E.


Background Color

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

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

This div background color is #998C9E.


Border color

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

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

This div border color is #998C9E.


Opacity

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

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

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

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

This text has shadow with #998C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998C9E on black background.


Color preview on white background

This text has color #998C9E on white background.



Black color preview on #998C9E background

This text has black color on #998C9E background.


White color preview on #998C9E background

This text has white color on #998C9E background.