COLOR #898A80

HEX: #898A80
RGB: (137,138,128)

Color info

#898A80 contains red, green and blue colors in about the same proportion. Web safe color of #898A80 is #999966 (or #996).

RGB color model

#898A80 color RGB value is (137,138,128).

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

RGB channels and saturation

R 137 of 255 = 54%
G 138 of 255 = 54%
B 128 of 255 = 50%

137
138
128

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

Portions of RGB colors in percentages

R + G + B =
137 + 138 + 128 = 403 (100%)
R 137 of 403 ~ 34%
G 138 of 403 ~ 34.24%
B 128 of 403 ~ 31.76%

%34
%34.24
%31.76

CMYK color model

#898A80 color CMYK value is (1,0,7,46).

  • cyan value is 0.72%
  • magenta value is 0.00%
  • yellow value is 7.25%
  • key color value is 45.88%
CMYK:
(1,0,7,46)
C1M0Y7K46 
(1%,0%,7%,46%)
(0.01/0.00/0.07/0.46)	

CMYK percentages

%0.72
%0
%7.25
%45.88

Codes

Color #898A80 in popluar color models

898A80
RGB137138128
HSL66°4.10%52.16%
HSB/HSV66°7.25%54.12%
CMYK0.72%0.00%7.25%
45.88%

Color #898A80 in popluar number systems.

HEX898A80
Decimal137138128
Binary100010011000101010000000
Octal211212200

Shades and tints

Shades of #898A80

#898A80
(137,138,128)
#7D7E75
(125,126,117)
#71726A
(113,114,106)
#65665F
(101,102,95)
#595A54
(89,90,84)
#4D4E49
(77,78,73)
#41423E
(65,66,62)
#353633
(53,54,51)
#292A28
(41,42,40)
#1D1E1D
(29,30,29)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #898A80

#898A80
(137,138,128)
#93948B
(147,148,139)
#9D9E96
(157,158,150)
#A7A8A1
(167,168,161)
#B1B2AC
(177,178,172)
#BBBCB7
(187,188,183)
#C5C6C2
(197,198,194)
#CFD0CD
(207,208,205)
#D9DAD8
(217,218,216)
#E3E4E3
(227,228,227)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898A80; }

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

This text font color is #898A80.


Background Color

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

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

This div background color is #898A80.


Border color

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

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

This div border color is #898A80.


Opacity

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

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

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

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

This text has shadow with #898A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898A80 on black background.


Color preview on white background

This text has color #898A80 on white background.



Black color preview on #898A80 background

This text has black color on #898A80 background.


White color preview on #898A80 background

This text has white color on #898A80 background.