COLOR #8998B2

HEX: #8998B2
RGB: (137,152,178)

Color info

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

RGB color model

#8998B2 color RGB value is (137,152,178).

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

RGB channels and saturation

R 137 of 255 = 54%
G 152 of 255 = 60%
B 178 of 255 = 70%

137
152
178

R + G + B ~ 61%. #8998B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 152 + 178 = 467 (100%)
R 137 of 467 ~ 29.34%
G 152 of 467 ~ 32.55%
B 178 of 467 ~ 38.12%

%29.34
%32.55
%38.12

CMYK color model

#8998B2 color CMYK value is (23,15,0,30).

  • cyan value is 23.03%
  • magenta value is 14.61%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(23,15,0,30)
C23M15Y0K30 
(23%,15%,0%,30%)
(0.23/0.15/0.00/0.30)	

CMYK percentages

%23.03
%14.61
%0
%30.2

Codes

Color #8998B2 in popluar color models

8998B2
RGB137152178
HSL218°21.03%61.76%
HSB/HSV218°23.03%69.80%
CMYK23.03%14.61%0.00%
30.20%

Color #8998B2 in popluar number systems.

HEX8998B2
Decimal137152178
Binary100010011001100010110010
Octal211230262

Shades and tints

Shades of #8998B2

#8998B2
(137,152,178)
#7D8BA2
(125,139,162)
#717E92
(113,126,146)
#657182
(101,113,130)
#596472
(89,100,114)
#4D5762
(77,87,98)
#414A52
(65,74,82)
#353D42
(53,61,66)
#293032
(41,48,50)
#1D2322
(29,35,34)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #8998B2

#8998B2
(137,152,178)
#93A1B9
(147,161,185)
#9DAAC0
(157,170,192)
#A7B3C7
(167,179,199)
#B1BCCE
(177,188,206)
#BBC5D5
(187,197,213)
#C5CEDC
(197,206,220)
#CFD7E3
(207,215,227)
#D9E0EA
(217,224,234)
#E3E9F1
(227,233,241)
#EDF2F8
(237,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8998B2; }

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

This text font color is #8998B2.


Background Color

.myBgColor { background-color: #8998B2; }

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

This div background color is #8998B2.


Border color

.myBorderColor { border: 1px solid #8998B2; }

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

This div border color is #8998B2.


Opacity

.myOpacity80 { color: #8998B2; opacity: 0.8; }

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

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

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

This text has shadow with #8998B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8998B2 on black background.


Color preview on white background

This text has color #8998B2 on white background.



Black color preview on #8998B2 background

This text has black color on #8998B2 background.


White color preview on #8998B2 background

This text has white color on #8998B2 background.