COLOR #898098

HEX: #898098
RGB: (137,128,152)

Color info

#898098 contains red, green and blue colors in about the same proportion. Web safe color of #898098 is #996699 (or #969).

RGB color model

#898098 color RGB value is (137,128,152).

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

RGB channels and saturation

R 137 of 255 = 54%
G 128 of 255 = 50%
B 152 of 255 = 60%

137
128
152

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

Portions of RGB colors in percentages

R + G + B =
137 + 128 + 152 = 417 (100%)
R 137 of 417 ~ 32.85%
G 128 of 417 ~ 30.7%
B 152 of 417 ~ 36.45%

%32.85
%30.7
%36.45

CMYK color model

#898098 color CMYK value is (10,16,0,40).

  • cyan value is 9.87%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(10,16,0,40)
C10M16Y0K40 
(10%,16%,0%,40%)
(0.10/0.16/0.00/0.40)	

CMYK percentages

%9.87
%15.79
%0
%40.39

Codes

Color #898098 in popluar color models

898098
RGB137128152
HSL263°10.43%54.90%
HSB/HSV263°15.79%59.61%
CMYK9.87%15.79%0.00%
40.39%

Color #898098 in popluar number systems.

HEX898098
Decimal137128152
Binary100010011000000010011000
Octal211200230

Shades and tints

Shades of #898098

#898098
(137,128,152)
#7D758B
(125,117,139)
#716A7E
(113,106,126)
#655F71
(101,95,113)
#595464
(89,84,100)
#4D4957
(77,73,87)
#413E4A
(65,62,74)
#35333D
(53,51,61)
#292830
(41,40,48)
#1D1D23
(29,29,35)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #898098

#898098
(137,128,152)
#938BA1
(147,139,161)
#9D96AA
(157,150,170)
#A7A1B3
(167,161,179)
#B1ACBC
(177,172,188)
#BBB7C5
(187,183,197)
#C5C2CE
(197,194,206)
#CFCDD7
(207,205,215)
#D9D8E0
(217,216,224)
#E3E3E9
(227,227,233)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898098; }

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

This text font color is #898098.


Background Color

.myBgColor { background-color: #898098; }

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

This div background color is #898098.


Border color

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

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

This div border color is #898098.


Opacity

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

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

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

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

This text has shadow with #898098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898098 on black background.


Color preview on white background

This text has color #898098 on white background.



Black color preview on #898098 background

This text has black color on #898098 background.


White color preview on #898098 background

This text has white color on #898098 background.