COLOR #898CBE

HEX: #898CBE RGB: (137,140,190)

Color info

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

RGB color model

#898CBE color RGB value is (137,140,190).

RGB: (137,140,190) (54%, 55%, 75%)

RGB channels and saturation

R 137 of 255 = 54%
G 140 of 255 = 55%
B 190 of 255 = 75%

137
140
190

R + G + B ~ 61%. #898CBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 140 + 190 = 467 (100%)
R 137 of 467 ~ 29.34%
G 140 of 467 ~ 29.98%
B 190 of 467 ~ 40.69'%

%29.34
%29.98
%40.69

CMYK color model

#898CBE color CMYK value is (28,26,0,25).

  • cyan value is 27.89%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (28,26,0,25)
C28M26Y0K25 (28%, 26%, 0%, 25%)
(0.28 / 0.26 / 0.00 / 0.25)

CMYK percentages

%27.89
%26.32
%0
%25.49

Codes

Color #898CBE in popluar color models

89 8C BE
RGB 137 140 190
HSL 237° 28.96% 64.12%
HSB/HSV 237° 27.89% 74.51%
CMYK 27.89% 26.32% 0.00%
25.49%

Color #898CBE in popluar number systems.

HEX 89 8C BE
Decimal 137 140 190
Binary 10001001 10001100 10111110
Octal 211 214 276

Shades and tints

Shades of #898CBE

#898CBE
(137,140,190)
#7D80AD
(125,128,173)
#71749C
(113,116,156)
#65688B
(101,104,139)
#595C7A
(89,92,122)
#4D5069
(77,80,105)
#414458
(65,68,88)
#353847
(53,56,71)
#292C36
(41,44,54)
#1D2025
(29,32,37)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #898CBE

#898CBE
(137,140,190)
#9396C3
(147,150,195)
#9DA0C8
(157,160,200)
#A7AACD
(167,170,205)
#B1B4D2
(177,180,210)
#BBBED7
(187,190,215)
#C5C8DC
(197,200,220)
#CFD2E1
(207,210,225)
#D9DCE6
(217,220,230)
#E3E6EB
(227,230,235)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898CBE; }

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

This text font color is #898CBE.

Background Color

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

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

This div background color is #898CBE.

Border color

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

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

This div border color is #898CBE.

Opacity

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

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

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

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

This text has shadow with #898CBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898CBE.

Preview

Color preview on black background

This text has color #898CBE on black background.


Color preview on white background

This text has color #898CBE on white background.


Black color preview on #898CBE background

This text has black color on #898CBE background.


White color preview on #898CBE background

This text has white color on #898CBE background.


Related colors

Complementary color

Complementary color for #hex is #767341.


I love getcolorcode.com

Triadic colors

1 #BE898C and #8CBE89 with #898CBE are triadic colors.

2 #BE8C89 and #8C89BE with #898CBE are triadic colors.