COLOR #898CB2

HEX: #898CB2 RGB: (137,140,178)

Color info

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

RGB color model

#898CB2 color RGB value is (137,140,178).

RGB: (137,140,178) (54%, 55%, 70%)

RGB channels and saturation

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

137
140
178

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

Portions of RGB colors in percentages

R + G + B = 137 + 140 + 178 = 455 (100%)
R 137 of 455 ~ 30.11%
G 140 of 455 ~ 30.77%
B 178 of 455 ~ 39.12'%

%30.11
%30.77
%39.12

CMYK color model

#898CB2 color CMYK value is (23,21,0,30).

  • cyan value is 23.03%
  • magenta value is 21.35%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (23,21,0,30)
C23M21Y0K30 (23%, 21%, 0%, 30%)
(0.23 / 0.21 / 0.00 / 0.30)

CMYK percentages

%23.03
%21.35
%0
%30.2

Codes

Color #898CB2 in popluar color models

89 8C B2
RGB 137 140 178
HSL 236° 21.03% 61.76%
HSB/HSV 236° 23.03% 69.80%
CMYK 23.03% 21.35% 0.00%
30.20%

Color #898CB2 in popluar number systems.

HEX 89 8C B2
Decimal 137 140 178
Binary 10001001 10001100 10110010
Octal 211 214 262

Shades and tints

Shades of #898CB2

#898CB2
(137,140,178)
#7D80A2
(125,128,162)
#717492
(113,116,146)
#656882
(101,104,130)
#595C72
(89,92,114)
#4D5062
(77,80,98)
#414452
(65,68,82)
#353842
(53,56,66)
#292C32
(41,44,50)
#1D2022
(29,32,34)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #898CB2

#898CB2
(137,140,178)
#9396B9
(147,150,185)
#9DA0C0
(157,160,192)
#A7AAC7
(167,170,199)
#B1B4CE
(177,180,206)
#BBBED5
(187,190,213)
#C5C8DC
(197,200,220)
#CFD2E3
(207,210,227)
#D9DCEA
(217,220,234)
#E3E6F1
(227,230,241)
#EDF0F8
(237,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898CB2; }

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

This text font color is #898CB2.

Background Color

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

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

This div background color is #898CB2.

Border color

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

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

This div border color is #898CB2.

Opacity

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

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

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

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

This text has shadow with #898CB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898CB2.

Preview

Color preview on black background

This text has color #898CB2 on black background.


Color preview on white background

This text has color #898CB2 on white background.


Black color preview on #898CB2 background

This text has black color on #898CB2 background.


White color preview on #898CB2 background

This text has white color on #898CB2 background.


Related colors

Complementary color

Complementary color for #hex is #76734D.


I love getcolorcode.com

Triadic colors

1 #B2898C and #8CB289 with #898CB2 are triadic colors.

2 #B28C89 and #8C89B2 with #898CB2 are triadic colors.