COLOR #898FAB

HEX: #898FAB
RGB: (137,143,171)

Color info

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

RGB color model

#898FAB color RGB value is (137,143,171).

  • red value is 137;
  • green value is 143;
  • blue value is 171.
RGB:
(137,143,171)
(54%,56%,67%)

RGB channels and saturation

R 137 of 255 = 54%
G 143 of 255 = 56%
B 171 of 255 = 67%

137
143
171

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

Portions of RGB colors in percentages

R + G + B =
137 + 143 + 171 = 451 (100%)
R 137 of 451 ~ 30.38%
G 143 of 451 ~ 31.71%
B 171 of 451 ~ 37.92%

%30.38
%31.71
%37.92

CMYK color model

#898FAB color CMYK value is (20,16,0,33).

  • cyan value is 19.88%
  • magenta value is 16.37%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(20,16,0,33)
C20M16Y0K33 
(20%,16%,0%,33%)
(0.20/0.16/0.00/0.33)	

CMYK percentages

%19.88
%16.37
%0
%32.94

Codes

Color #898FAB in popluar color models

898FAB
RGB137143171
HSL229°16.83%60.39%
HSB/HSV229°19.88%67.06%
CMYK19.88%16.37%0.00%
32.94%

Color #898FAB in popluar number systems.

HEX898FAB
Decimal137143171
Binary100010011000111110101011
Octal211217253

Shades and tints

Shades of #898FAB

#898FAB
(137,143,171)
#7D829C
(125,130,156)
#71758D
(113,117,141)
#65687E
(101,104,126)
#595B6F
(89,91,111)
#4D4E60
(77,78,96)
#414151
(65,65,81)
#353442
(53,52,66)
#292733
(41,39,51)
#1D1A24
(29,26,36)
#110D15
(17,13,21)
#000000
(0,0,0)

Tints of #898FAB

#898FAB
(137,143,171)
#9399B2
(147,153,178)
#9DA3B9
(157,163,185)
#A7ADC0
(167,173,192)
#B1B7C7
(177,183,199)
#BBC1CE
(187,193,206)
#C5CBD5
(197,203,213)
#CFD5DC
(207,213,220)
#D9DFE3
(217,223,227)
#E3E9EA
(227,233,234)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898FAB; }

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

This text font color is #898FAB.


Background Color

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

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

This div background color is #898FAB.


Border color

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

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

This div border color is #898FAB.


Opacity

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

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

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

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

This text has shadow with #898FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898FAB on black background.


Color preview on white background

This text has color #898FAB on white background.



Black color preview on #898FAB background

This text has black color on #898FAB background.


White color preview on #898FAB background

This text has white color on #898FAB background.