COLOR #998EA2

HEX: #998EA2
RGB: (153,142,162)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

153
142
162

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

Portions of RGB colors in percentages

R + G + B =
153 + 142 + 162 = 457 (100%)
R 153 of 457 ~ 33.48%
G 142 of 457 ~ 31.07%
B 162 of 457 ~ 35.45%

%33.48
%31.07
%35.45

CMYK color model

#998EA2 color CMYK value is (6,12,0,36).

  • cyan value is 5.56%
  • magenta value is 12.35%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(6,12,0,36)
C6M12Y0K36 
(6%,12%,0%,36%)
(0.06/0.12/0.00/0.36)	

CMYK percentages

%5.56
%12.35
%0
%36.47

Codes

Color #998EA2 in popluar color models

998EA2
RGB153142162
HSL273°9.71%59.61%
HSB/HSV273°12.35%63.53%
CMYK5.56%12.35%0.00%
36.47%

Color #998EA2 in popluar number systems.

HEX998EA2
Decimal153142162
Binary100110011000111010100010
Octal231216242

Shades and tints

Shades of #998EA2

#998EA2
(153,142,162)
#8C8294
(140,130,148)
#7F7686
(127,118,134)
#726A78
(114,106,120)
#655E6A
(101,94,106)
#58525C
(88,82,92)
#4B464E
(75,70,78)
#3E3A40
(62,58,64)
#312E32
(49,46,50)
#242224
(36,34,36)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #998EA2

#998EA2
(153,142,162)
#A298AA
(162,152,170)
#ABA2B2
(171,162,178)
#B4ACBA
(180,172,186)
#BDB6C2
(189,182,194)
#C6C0CA
(198,192,202)
#CFCAD2
(207,202,210)
#D8D4DA
(216,212,218)
#E1DEE2
(225,222,226)
#EAE8EA
(234,232,234)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998EA2; }

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

This text font color is #998EA2.


Background Color

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

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

This div background color is #998EA2.


Border color

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

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

This div border color is #998EA2.


Opacity

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

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

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

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

This text has shadow with #998EA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998EA2 on black background.


Color preview on white background

This text has color #998EA2 on white background.



Black color preview on #998EA2 background

This text has black color on #998EA2 background.


White color preview on #998EA2 background

This text has white color on #998EA2 background.