COLOR #898A7B

HEX: #898A7B RGB: (137,138,123)

Color info

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

RGB color model

#898A7B color RGB value is (137,138,123).

RGB: (137,138,123) (54%, 54%, 48%)

RGB channels and saturation

R 137 of 255 = 54%
G 138 of 255 = 54%
B 123 of 255 = 48%

137
138
123

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

Portions of RGB colors in percentages

R + G + B = 137 + 138 + 123 = 398 (100%)
R 137 of 398 ~ 34.42%
G 138 of 398 ~ 34.67%
B 123 of 398 ~ 30.9'%

%34.42
%34.67
%30.9

CMYK color model

#898A7B color CMYK value is (1,0,11,46).

  • cyan value is 0.72%
  • magenta value is 0.00%
  • yellow value is 10.87%
  • key color value is 45.88%

CMYK: (1,0,11,46)
C1M0Y11K46 (1%, 0%, 11%, 46%)
(0.01 / 0.00 / 0.11 / 0.46)

CMYK percentages

%0.72
%0
%10.87
%45.88

Codes

Color #898A7B in popluar color models

89 8A 7B
RGB 137 138 123
HSL 64° 6.02% 51.18%
HSB/HSV 64° 10.87% 54.12%
CMYK 0.72% 0.00% 10.87%
45.88%

Color #898A7B in popluar number systems.

HEX 89 8A 7B
Decimal 137 138 123
Binary 10001001 10001010 1111011
Octal 211 212 173

Shades and tints

Shades of #898A7B

#898A7B
(137,138,123)
#7D7E70
(125,126,112)
#717265
(113,114,101)
#65665A
(101,102,90)
#595A4F
(89,90,79)
#4D4E44
(77,78,68)
#414239
(65,66,57)
#35362E
(53,54,46)
#292A23
(41,42,35)
#1D1E18
(29,30,24)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #898A7B

#898A7B
(137,138,123)
#939487
(147,148,135)
#9D9E93
(157,158,147)
#A7A89F
(167,168,159)
#B1B2AB
(177,178,171)
#BBBCB7
(187,188,183)
#C5C6C3
(197,198,195)
#CFD0CF
(207,208,207)
#D9DADB
(217,218,219)
#E3E4E7
(227,228,231)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898A7B; }

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

This text font color is #898A7B.

Background Color

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

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

This div background color is #898A7B.

Border color

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

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

This div border color is #898A7B.

Opacity

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

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

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

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

This text has shadow with #898A7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898A7B.

Preview

Color preview on black background

This text has color #898A7B on black background.


Color preview on white background

This text has color #898A7B on white background.


Black color preview on #898A7B background

This text has black color on #898A7B background.


White color preview on #898A7B background

This text has white color on #898A7B background.


Related colors

Complementary color

Complementary color for #hex is #767584.


I love getcolorcode.com

Triadic colors

1 #7B898A and #8A7B89 with #898A7B are triadic colors.

2 #7B8A89 and #8A897B with #898A7B are triadic colors.