COLOR #898CB8

HEX: #898CB8 RGB: (137,140,184)

Color info

#898CB8 contains red, green and blue colors in about the same proportion. Web safe color of #898CB8 is #9999CC (or #99C).

RGB color model

#898CB8 color RGB value is (137,140,184).

RGB: (137,140,184) (54%, 55%, 72%)

RGB channels and saturation

R 137 of 255 = 54%
G 140 of 255 = 55%
B 184 of 255 = 72%

137
140
184

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

Portions of RGB colors in percentages

R + G + B = 137 + 140 + 184 = 461 (100%)
R 137 of 461 ~ 29.72%
G 140 of 461 ~ 30.37%
B 184 of 461 ~ 39.91'%

%29.72
%30.37
%39.91

CMYK color model

#898CB8 color CMYK value is (26,24,0,28).

  • cyan value is 25.54%
  • magenta value is 23.91%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (26,24,0,28)
C26M24Y0K28 (26%, 24%, 0%, 28%)
(0.26 / 0.24 / 0.00 / 0.28)

CMYK percentages

%25.54
%23.91
%0
%27.84

Codes

Color #898CB8 in popluar color models

89 8C B8
RGB 137 140 184
HSL 236° 24.87% 62.94%
HSB/HSV 236° 25.54% 72.16%
CMYK 25.54% 23.91% 0.00%
27.84%

Color #898CB8 in popluar number systems.

HEX 89 8C B8
Decimal 137 140 184
Binary 10001001 10001100 10111000
Octal 211 214 270

Shades and tints

Shades of #898CB8

#898CB8
(137,140,184)
#7D80A8
(125,128,168)
#717498
(113,116,152)
#656888
(101,104,136)
#595C78
(89,92,120)
#4D5068
(77,80,104)
#414458
(65,68,88)
#353848
(53,56,72)
#292C38
(41,44,56)
#1D2028
(29,32,40)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #898CB8

#898CB8
(137,140,184)
#9396BE
(147,150,190)
#9DA0C4
(157,160,196)
#A7AACA
(167,170,202)
#B1B4D0
(177,180,208)
#BBBED6
(187,190,214)
#C5C8DC
(197,200,220)
#CFD2E2
(207,210,226)
#D9DCE8
(217,220,232)
#E3E6EE
(227,230,238)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898CB8; }

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

This text font color is #898CB8.

Background Color

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

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

This div background color is #898CB8.

Border color

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

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

This div border color is #898CB8.

Opacity

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

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

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

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

This text has shadow with #898CB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898CB8.

Preview

Color preview on black background

This text has color #898CB8 on black background.


Color preview on white background

This text has color #898CB8 on white background.


Black color preview on #898CB8 background

This text has black color on #898CB8 background.


White color preview on #898CB8 background

This text has white color on #898CB8 background.


Related colors

Complementary color

Complementary color for #hex is #767347.


I love getcolorcode.com

Triadic colors

1 #B8898C and #8CB889 with #898CB8 are triadic colors.

2 #B88C89 and #8C89B8 with #898CB8 are triadic colors.