COLOR #898AA3

HEX: #898AA3
RGB: (137,138,163)

Color info

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

RGB color model

#898AA3 color RGB value is (137,138,163).

  • red value is 137;
  • green value is 138;
  • blue value is 163.
RGB:
(137,138,163)
(54%,54%,64%)

RGB channels and saturation

R 137 of 255 = 54%
G 138 of 255 = 54%
B 163 of 255 = 64%

137
138
163

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

Portions of RGB colors in percentages

R + G + B =
137 + 138 + 163 = 438 (100%)
R 137 of 438 ~ 31.28%
G 138 of 438 ~ 31.51%
B 163 of 438 ~ 37.21%

%31.28
%31.51
%37.21

CMYK color model

#898AA3 color CMYK value is (16,15,0,36).

  • cyan value is 15.95%
  • magenta value is 15.34%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(16,15,0,36)
C16M15Y0K36 
(16%,15%,0%,36%)
(0.16/0.15/0.00/0.36)	

CMYK percentages

%15.95
%15.34
%0
%36.08

Codes

Color #898AA3 in popluar color models

898AA3
RGB137138163
HSL238°12.38%58.82%
HSB/HSV238°15.95%63.92%
CMYK15.95%15.34%0.00%
36.08%

Color #898AA3 in popluar number systems.

HEX898AA3
Decimal137138163
Binary100010011000101010100011
Octal211212243

Shades and tints

Shades of #898AA3

#898AA3
(137,138,163)
#7D7E95
(125,126,149)
#717287
(113,114,135)
#656679
(101,102,121)
#595A6B
(89,90,107)
#4D4E5D
(77,78,93)
#41424F
(65,66,79)
#353641
(53,54,65)
#292A33
(41,42,51)
#1D1E25
(29,30,37)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #898AA3

#898AA3
(137,138,163)
#9394AB
(147,148,171)
#9D9EB3
(157,158,179)
#A7A8BB
(167,168,187)
#B1B2C3
(177,178,195)
#BBBCCB
(187,188,203)
#C5C6D3
(197,198,211)
#CFD0DB
(207,208,219)
#D9DAE3
(217,218,227)
#E3E4EB
(227,228,235)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898AA3 color. Also use rgb(137,138,163) instead hex code.

Text Font Color

.myTextColor { color: #898AA3; }

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

This text font color is #898AA3.


Background Color

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

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

This div background color is #898AA3.


Border color

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

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

This div border color is #898AA3.


Opacity

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

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

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

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

This text has shadow with #898AA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898AA3 on black background.


Color preview on white background

This text has color #898AA3 on white background.



Black color preview on #898AA3 background

This text has black color on #898AA3 background.


White color preview on #898AA3 background

This text has white color on #898AA3 background.