COLOR #898FB3

HEX: #898FB3 RGB: (137,143,179)

Color info

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

RGB color model

#898FB3 color RGB value is (137,143,179).

RGB: (137,143,179) (54%, 56%, 70%)

RGB channels and saturation

R 137 of 255 = 54%
G 143 of 255 = 56%
B 179 of 255 = 70%

137
143
179

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

Portions of RGB colors in percentages

R + G + B = 137 + 143 + 179 = 459 (100%)
R 137 of 459 ~ 29.85%
G 143 of 459 ~ 31.15%
B 179 of 459 ~ 39'%

%29.85
%31.15
%39

CMYK color model

#898FB3 color CMYK value is (23,20,0,30).

  • cyan value is 23.46%
  • magenta value is 20.11%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (23,20,0,30)
C23M20Y0K30 (23%, 20%, 0%, 30%)
(0.23 / 0.20 / 0.00 / 0.30)

CMYK percentages

%23.46
%20.11
%0
%29.8

Codes

Color #898FB3 in popluar color models

89 8F B3
RGB 137 143 179
HSL 231° 21.65% 61.96%
HSB/HSV 231° 23.46% 70.20%
CMYK 23.46% 20.11% 0.00%
29.80%

Color #898FB3 in popluar number systems.

HEX 89 8F B3
Decimal 137 143 179
Binary 10001001 10001111 10110011
Octal 211 217 263

Shades and tints

Shades of #898FB3

#898FB3
(137,143,179)
#7D82A3
(125,130,163)
#717593
(113,117,147)
#656883
(101,104,131)
#595B73
(89,91,115)
#4D4E63
(77,78,99)
#414153
(65,65,83)
#353443
(53,52,67)
#292733
(41,39,51)
#1D1A23
(29,26,35)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #898FB3

#898FB3
(137,143,179)
#9399B9
(147,153,185)
#9DA3BF
(157,163,191)
#A7ADC5
(167,173,197)
#B1B7CB
(177,183,203)
#BBC1D1
(187,193,209)
#C5CBD7
(197,203,215)
#CFD5DD
(207,213,221)
#D9DFE3
(217,223,227)
#E3E9E9
(227,233,233)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898FB3 color. Also use rgb(137,143,179) instead hex code.

Text Font Color

.myTextColor { color: #898FB3; }

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

This text font color is #898FB3.

Background Color

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

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

This div background color is #898FB3.

Border color

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

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

This div border color is #898FB3.

Opacity

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

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

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

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

This text has shadow with #898FB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898FB3.

Preview

Color preview on black background

This text has color #898FB3 on black background.


Color preview on white background

This text has color #898FB3 on white background.


Black color preview on #898FB3 background

This text has black color on #898FB3 background.


White color preview on #898FB3 background

This text has white color on #898FB3 background.


Related colors

Complementary color

Complementary color for #hex is #76704C.


I love getcolorcode.com

Triadic colors

1 #B3898F and #8FB389 with #898FB3 are triadic colors.

2 #B38F89 and #8F89B3 with #898FB3 are triadic colors.