COLOR #898BB2

HEX: #898BB2
RGB: (137,139,178)

Color info

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

RGB color model

#898BB2 color RGB value is (137,139,178).

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

RGB channels and saturation

R 137 of 255 = 54%
G 139 of 255 = 55%
B 178 of 255 = 70%

137
139
178

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

Portions of RGB colors in percentages

R + G + B =
137 + 139 + 178 = 454 (100%)
R 137 of 454 ~ 30.18%
G 139 of 454 ~ 30.62%
B 178 of 454 ~ 39.21%

%30.18
%30.62
%39.21

CMYK color model

#898BB2 color CMYK value is (23,22,0,30).

  • cyan value is 23.03%
  • magenta value is 21.91%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(23,22,0,30)
C23M22Y0K30 
(23%,22%,0%,30%)
(0.23/0.22/0.00/0.30)	

CMYK percentages

%23.03
%21.91
%0
%30.2

Codes

Color #898BB2 in popluar color models

898BB2
RGB137139178
HSL237°21.03%61.76%
HSB/HSV237°23.03%69.80%
CMYK23.03%21.91%0.00%
30.20%

Color #898BB2 in popluar number systems.

HEX898BB2
Decimal137139178
Binary100010011000101110110010
Octal211213262

Shades and tints

Shades of #898BB2

#898BB2
(137,139,178)
#7D7FA2
(125,127,162)
#717392
(113,115,146)
#656782
(101,103,130)
#595B72
(89,91,114)
#4D4F62
(77,79,98)
#414352
(65,67,82)
#353742
(53,55,66)
#292B32
(41,43,50)
#1D1F22
(29,31,34)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #898BB2

#898BB2
(137,139,178)
#9395B9
(147,149,185)
#9D9FC0
(157,159,192)
#A7A9C7
(167,169,199)
#B1B3CE
(177,179,206)
#BBBDD5
(187,189,213)
#C5C7DC
(197,199,220)
#CFD1E3
(207,209,227)
#D9DBEA
(217,219,234)
#E3E5F1
(227,229,241)
#EDEFF8
(237,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898BB2 color. Also use rgb(137,139,178) instead hex code.

Text Font Color

.myTextColor { color: #898BB2; }

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

This text font color is #898BB2.


Background Color

.myBgColor { background-color: #898BB2; }

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

This div background color is #898BB2.


Border color

.myBorderColor { border: 1px solid #898BB2; }

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

This div border color is #898BB2.


Opacity

.myOpacity80 { color: #898BB2; opacity: 0.8; }

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

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

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

This text has shadow with #898BB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898BB2 on black background.


Color preview on white background

This text has color #898BB2 on white background.



Black color preview on #898BB2 background

This text has black color on #898BB2 background.


White color preview on #898BB2 background

This text has white color on #898BB2 background.