COLOR #899180

HEX: #899180
RGB: (137,145,128)

Color info

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

RGB color model

#899180 color RGB value is (137,145,128).

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

RGB channels and saturation

R 137 of 255 = 54%
G 145 of 255 = 57%
B 128 of 255 = 50%

137
145
128

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

Portions of RGB colors in percentages

R + G + B =
137 + 145 + 128 = 410 (100%)
R 137 of 410 ~ 33.41%
G 145 of 410 ~ 35.37%
B 128 of 410 ~ 31.22%

%33.41
%35.37
%31.22

CMYK color model

#899180 color CMYK value is (6,0,12,43).

  • cyan value is 5.52%
  • magenta value is 0.00%
  • yellow value is 11.72%
  • key color value is 43.14%
CMYK:
(6,0,12,43)
C6M0Y12K43 
(6%,0%,12%,43%)
(0.06/0.00/0.12/0.43)	

CMYK percentages

%5.52
%0
%11.72
%43.14

Codes

Color #899180 in popluar color models

899180
RGB137145128
HSL88°7.17%53.53%
HSB/HSV88°11.72%56.86%
CMYK5.52%0.00%11.72%
43.14%

Color #899180 in popluar number systems.

HEX899180
Decimal137145128
Binary100010011001000110000000
Octal211221200

Shades and tints

Shades of #899180

#899180
(137,145,128)
#7D8475
(125,132,117)
#71776A
(113,119,106)
#656A5F
(101,106,95)
#595D54
(89,93,84)
#4D5049
(77,80,73)
#41433E
(65,67,62)
#353633
(53,54,51)
#292928
(41,41,40)
#1D1C1D
(29,28,29)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #899180

#899180
(137,145,128)
#939B8B
(147,155,139)
#9DA596
(157,165,150)
#A7AFA1
(167,175,161)
#B1B9AC
(177,185,172)
#BBC3B7
(187,195,183)
#C5CDC2
(197,205,194)
#CFD7CD
(207,215,205)
#D9E1D8
(217,225,216)
#E3EBE3
(227,235,227)
#EDF5EE
(237,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899180; }

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

This text font color is #899180.


Background Color

.myBgColor { background-color: #899180; }

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

This div background color is #899180.


Border color

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

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

This div border color is #899180.


Opacity

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

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

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

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

This text has shadow with #899180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899180 on black background.


Color preview on white background

This text has color #899180 on white background.



Black color preview on #899180 background

This text has black color on #899180 background.


White color preview on #899180 background

This text has white color on #899180 background.