COLOR #898EAC

HEX: #898EAC
RGB: (137,142,172)

Color info

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

RGB color model

#898EAC color RGB value is (137,142,172).

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

RGB channels and saturation

R 137 of 255 = 54%
G 142 of 255 = 56%
B 172 of 255 = 67%

137
142
172

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

Portions of RGB colors in percentages

R + G + B =
137 + 142 + 172 = 451 (100%)
R 137 of 451 ~ 30.38%
G 142 of 451 ~ 31.49%
B 172 of 451 ~ 38.14%

%30.38
%31.49
%38.14

CMYK color model

#898EAC color CMYK value is (20,17,0,33).

  • cyan value is 20.35%
  • magenta value is 17.44%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(20,17,0,33)
C20M17Y0K33 
(20%,17%,0%,33%)
(0.20/0.17/0.00/0.33)	

CMYK percentages

%20.35
%17.44
%0
%32.55

Codes

Color #898EAC in popluar color models

898EAC
RGB137142172
HSL231°17.41%60.59%
HSB/HSV231°20.35%67.45%
CMYK20.35%17.44%0.00%
32.55%

Color #898EAC in popluar number systems.

HEX898EAC
Decimal137142172
Binary100010011000111010101100
Octal211216254

Shades and tints

Shades of #898EAC

#898EAC
(137,142,172)
#7D829D
(125,130,157)
#71768E
(113,118,142)
#656A7F
(101,106,127)
#595E70
(89,94,112)
#4D5261
(77,82,97)
#414652
(65,70,82)
#353A43
(53,58,67)
#292E34
(41,46,52)
#1D2225
(29,34,37)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #898EAC

#898EAC
(137,142,172)
#9398B3
(147,152,179)
#9DA2BA
(157,162,186)
#A7ACC1
(167,172,193)
#B1B6C8
(177,182,200)
#BBC0CF
(187,192,207)
#C5CAD6
(197,202,214)
#CFD4DD
(207,212,221)
#D9DEE4
(217,222,228)
#E3E8EB
(227,232,235)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898EAC color. Also use rgb(137,142,172) instead hex code.

Text Font Color

.myTextColor { color: #898EAC; }

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

This text font color is #898EAC.


Background Color

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

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

This div background color is #898EAC.


Border color

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

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

This div border color is #898EAC.


Opacity

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

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

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

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

This text has shadow with #898EAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898EAC on black background.


Color preview on white background

This text has color #898EAC on white background.



Black color preview on #898EAC background

This text has black color on #898EAC background.


White color preview on #898EAC background

This text has white color on #898EAC background.