COLOR #898CAF

HEX: #898CAF RGB: (137,140,175)

Color info

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

RGB color model

#898CAF color RGB value is (137,140,175).

RGB: (137,140,175) (54%, 55%, 69%)

RGB channels and saturation

R 137 of 255 = 54%
G 140 of 255 = 55%
B 175 of 255 = 69%

137
140
175

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

Portions of RGB colors in percentages

R + G + B = 137 + 140 + 175 = 452 (100%)
R 137 of 452 ~ 30.31%
G 140 of 452 ~ 30.97%
B 175 of 452 ~ 38.72'%

%30.31
%30.97
%38.72

CMYK color model

#898CAF color CMYK value is (22,20,0,31).

  • cyan value is 21.71%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (22,20,0,31)
C22M20Y0K31 (22%, 20%, 0%, 31%)
(0.22 / 0.20 / 0.00 / 0.31)

CMYK percentages

%21.71
%20
%0
%31.37

Codes

Color #898CAF in popluar color models

89 8C AF
RGB 137 140 175
HSL 235° 19.19% 61.18%
HSB/HSV 235° 21.71% 68.63%
CMYK 21.71% 20.00% 0.00%
31.37%

Color #898CAF in popluar number systems.

HEX 89 8C AF
Decimal 137 140 175
Binary 10001001 10001100 10101111
Octal 211 214 257

Shades and tints

Shades of #898CAF

#898CAF
(137,140,175)
#7D80A0
(125,128,160)
#717491
(113,116,145)
#656882
(101,104,130)
#595C73
(89,92,115)
#4D5064
(77,80,100)
#414455
(65,68,85)
#353846
(53,56,70)
#292C37
(41,44,55)
#1D2028
(29,32,40)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #898CAF

#898CAF
(137,140,175)
#9396B6
(147,150,182)
#9DA0BD
(157,160,189)
#A7AAC4
(167,170,196)
#B1B4CB
(177,180,203)
#BBBED2
(187,190,210)
#C5C8D9
(197,200,217)
#CFD2E0
(207,210,224)
#D9DCE7
(217,220,231)
#E3E6EE
(227,230,238)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898CAF; }

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

This text font color is #898CAF.

Background Color

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

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

This div background color is #898CAF.

Border color

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

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

This div border color is #898CAF.

Opacity

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

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

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

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

This text has shadow with #898CAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898CAF.

Preview

Color preview on black background

This text has color #898CAF on black background.


Color preview on white background

This text has color #898CAF on white background.


Black color preview on #898CAF background

This text has black color on #898CAF background.


White color preview on #898CAF background

This text has white color on #898CAF background.


Related colors

Complementary color

Complementary color for #hex is #767350.


I love getcolorcode.com

Triadic colors

1 #AF898C and #8CAF89 with #898CAF are triadic colors.

2 #AF8C89 and #8C89AF with #898CAF are triadic colors.