COLOR #898DAE

HEX: #898DAE
RGB: (137,141,174)

Color info

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

RGB color model

#898DAE color RGB value is (137,141,174).

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

RGB channels and saturation

R 137 of 255 = 54%
G 141 of 255 = 55%
B 174 of 255 = 68%

137
141
174

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

Portions of RGB colors in percentages

R + G + B =
137 + 141 + 174 = 452 (100%)
R 137 of 452 ~ 30.31%
G 141 of 452 ~ 31.19%
B 174 of 452 ~ 38.5%

%30.31
%31.19
%38.5

CMYK color model

#898DAE color CMYK value is (21,19,0,32).

  • cyan value is 21.26%
  • magenta value is 18.97%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(21,19,0,32)
C21M19Y0K32 
(21%,19%,0%,32%)
(0.21/0.19/0.00/0.32)	

CMYK percentages

%21.26
%18.97
%0
%31.76

Codes

Color #898DAE in popluar color models

898DAE
RGB137141174
HSL234°18.59%60.98%
HSB/HSV234°21.26%68.24%
CMYK21.26%18.97%0.00%
31.76%

Color #898DAE in popluar number systems.

HEX898DAE
Decimal137141174
Binary100010011000110110101110
Octal211215256

Shades and tints

Shades of #898DAE

#898DAE
(137,141,174)
#7D819F
(125,129,159)
#717590
(113,117,144)
#656981
(101,105,129)
#595D72
(89,93,114)
#4D5163
(77,81,99)
#414554
(65,69,84)
#353945
(53,57,69)
#292D36
(41,45,54)
#1D2127
(29,33,39)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #898DAE

#898DAE
(137,141,174)
#9397B5
(147,151,181)
#9DA1BC
(157,161,188)
#A7ABC3
(167,171,195)
#B1B5CA
(177,181,202)
#BBBFD1
(187,191,209)
#C5C9D8
(197,201,216)
#CFD3DF
(207,211,223)
#D9DDE6
(217,221,230)
#E3E7ED
(227,231,237)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898DAE; }

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

This text font color is #898DAE.


Background Color

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

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

This div background color is #898DAE.


Border color

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

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

This div border color is #898DAE.


Opacity

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

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

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

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

This text has shadow with #898DAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898DAE on black background.


Color preview on white background

This text has color #898DAE on white background.



Black color preview on #898DAE background

This text has black color on #898DAE background.


White color preview on #898DAE background

This text has white color on #898DAE background.