COLOR #898FAE

HEX: #898FAE
RGB: (137,143,174)

Color info

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

RGB color model

#898FAE color RGB value is (137,143,174).

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

RGB channels and saturation

R 137 of 255 = 54%
G 143 of 255 = 56%
B 174 of 255 = 68%

137
143
174

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

Portions of RGB colors in percentages

R + G + B =
137 + 143 + 174 = 454 (100%)
R 137 of 454 ~ 30.18%
G 143 of 454 ~ 31.5%
B 174 of 454 ~ 38.33%

%30.18
%31.5
%38.33

CMYK color model

#898FAE color CMYK value is (21,18,0,32).

  • cyan value is 21.26%
  • magenta value is 17.82%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(21,18,0,32)
C21M18Y0K32 
(21%,18%,0%,32%)
(0.21/0.18/0.00/0.32)	

CMYK percentages

%21.26
%17.82
%0
%31.76

Codes

Color #898FAE in popluar color models

898FAE
RGB137143174
HSL230°18.59%60.98%
HSB/HSV230°21.26%68.24%
CMYK21.26%17.82%0.00%
31.76%

Color #898FAE in popluar number systems.

HEX898FAE
Decimal137143174
Binary100010011000111110101110
Octal211217256

Shades and tints

Shades of #898FAE

#898FAE
(137,143,174)
#7D829F
(125,130,159)
#717590
(113,117,144)
#656881
(101,104,129)
#595B72
(89,91,114)
#4D4E63
(77,78,99)
#414154
(65,65,84)
#353445
(53,52,69)
#292736
(41,39,54)
#1D1A27
(29,26,39)
#110D18
(17,13,24)
#000000
(0,0,0)

Tints of #898FAE

#898FAE
(137,143,174)
#9399B5
(147,153,181)
#9DA3BC
(157,163,188)
#A7ADC3
(167,173,195)
#B1B7CA
(177,183,202)
#BBC1D1
(187,193,209)
#C5CBD8
(197,203,216)
#CFD5DF
(207,213,223)
#D9DFE6
(217,223,230)
#E3E9ED
(227,233,237)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898FAE; }

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

This text font color is #898FAE.


Background Color

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

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

This div background color is #898FAE.


Border color

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

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

This div border color is #898FAE.


Opacity

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

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

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

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

This text has shadow with #898FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898FAE on black background.


Color preview on white background

This text has color #898FAE on white background.



Black color preview on #898FAE background

This text has black color on #898FAE background.


White color preview on #898FAE background

This text has white color on #898FAE background.