COLOR #898DA1

HEX: #898DA1
RGB: (137,141,161)

Color info

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

RGB color model

#898DA1 color RGB value is (137,141,161).

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

RGB channels and saturation

R 137 of 255 = 54%
G 141 of 255 = 55%
B 161 of 255 = 63%

137
141
161

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

Portions of RGB colors in percentages

R + G + B =
137 + 141 + 161 = 439 (100%)
R 137 of 439 ~ 31.21%
G 141 of 439 ~ 32.12%
B 161 of 439 ~ 36.67%

%31.21
%32.12
%36.67

CMYK color model

#898DA1 color CMYK value is (15,12,0,37).

  • cyan value is 14.91%
  • magenta value is 12.42%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(15,12,0,37)
C15M12Y0K37 
(15%,12%,0%,37%)
(0.15/0.12/0.00/0.37)	

CMYK percentages

%14.91
%12.42
%0
%36.86

Codes

Color #898DA1 in popluar color models

898DA1
RGB137141161
HSL230°11.32%58.43%
HSB/HSV230°14.91%63.14%
CMYK14.91%12.42%0.00%
36.86%

Color #898DA1 in popluar number systems.

HEX898DA1
Decimal137141161
Binary100010011000110110100001
Octal211215241

Shades and tints

Shades of #898DA1

#898DA1
(137,141,161)
#7D8193
(125,129,147)
#717585
(113,117,133)
#656977
(101,105,119)
#595D69
(89,93,105)
#4D515B
(77,81,91)
#41454D
(65,69,77)
#35393F
(53,57,63)
#292D31
(41,45,49)
#1D2123
(29,33,35)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #898DA1

#898DA1
(137,141,161)
#9397A9
(147,151,169)
#9DA1B1
(157,161,177)
#A7ABB9
(167,171,185)
#B1B5C1
(177,181,193)
#BBBFC9
(187,191,201)
#C5C9D1
(197,201,209)
#CFD3D9
(207,211,217)
#D9DDE1
(217,221,225)
#E3E7E9
(227,231,233)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898DA1; }

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

This text font color is #898DA1.


Background Color

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

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

This div background color is #898DA1.


Border color

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

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

This div border color is #898DA1.


Opacity

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

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

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

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

This text has shadow with #898DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898DA1 on black background.


Color preview on white background

This text has color #898DA1 on white background.



Black color preview on #898DA1 background

This text has black color on #898DA1 background.


White color preview on #898DA1 background

This text has white color on #898DA1 background.