COLOR #898095

HEX: #898095 RGB: (137,128,149)

Color info

#898095 contains red, green and blue colors in about the same proportion. Web safe color of #898095 is #996699 (or #969).

RGB color model

#898095 color RGB value is (137,128,149).

RGB: (137,128,149) (54%, 50%, 58%)

RGB channels and saturation

R 137 of 255 = 54%
G 128 of 255 = 50%
B 149 of 255 = 58%

137
128
149

R + G + B ~ 54%. #898095 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 128 + 149 = 414 (100%)
R 137 of 414 ~ 33.09%
G 128 of 414 ~ 30.92%
B 149 of 414 ~ 35.99'%

%33.09
%30.92
%35.99

CMYK color model

#898095 color CMYK value is (8,14,0,42).

  • cyan value is 8.05%
  • magenta value is 14.09%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (8,14,0,42)
C8M14Y0K42 (8%, 14%, 0%, 42%)
(0.08 / 0.14 / 0.00 / 0.42)

CMYK percentages

%8.05
%14.09
%0
%41.57

Codes

Color #898095 in popluar color models

89 80 95
RGB 137 128 149
HSL 266° 9.01% 54.31%
HSB/HSV 266° 14.09% 58.43%
CMYK 8.05% 14.09% 0.00%
41.57%

Color #898095 in popluar number systems.

HEX 89 80 95
Decimal 137 128 149
Binary 10001001 10000000 10010101
Octal 211 200 225

Shades and tints

Shades of #898095

#898095
(137,128,149)
#7D7588
(125,117,136)
#716A7B
(113,106,123)
#655F6E
(101,95,110)
#595461
(89,84,97)
#4D4954
(77,73,84)
#413E47
(65,62,71)
#35333A
(53,51,58)
#29282D
(41,40,45)
#1D1D20
(29,29,32)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #898095

#898095
(137,128,149)
#938B9E
(147,139,158)
#9D96A7
(157,150,167)
#A7A1B0
(167,161,176)
#B1ACB9
(177,172,185)
#BBB7C2
(187,183,194)
#C5C2CB
(197,194,203)
#CFCDD4
(207,205,212)
#D9D8DD
(217,216,221)
#E3E3E6
(227,227,230)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898095; }

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

This text font color is #898095.

Background Color

.myBgColor { background-color: #898095; }

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

This div background color is #898095.

Border color

.myBorderColor { border: 1px solid #898095; }

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

This div border color is #898095.

Opacity

.myOpacity80 { color: #898095; opacity: 0.8; }

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

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

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

This text has shadow with #898095 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898095.

Preview

Color preview on black background

This text has color #898095 on black background.


Color preview on white background

This text has color #898095 on white background.


Black color preview on #898095 background

This text has black color on #898095 background.


White color preview on #898095 background

This text has white color on #898095 background.


Related colors

Complementary color

Complementary color for #hex is #767F6A.


I love getcolorcode.com

Triadic colors

1 #958980 and #809589 with #898095 are triadic colors.

2 #958089 and #808995 with #898095 are triadic colors.