COLOR #899291

HEX: #899291
RGB: (137,146,145)

Color info

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

RGB color model

#899291 color RGB value is (137,146,145).

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

RGB channels and saturation

R 137 of 255 = 54%
G 146 of 255 = 57%
B 145 of 255 = 57%

137
146
145

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

Portions of RGB colors in percentages

R + G + B =
137 + 146 + 145 = 428 (100%)
R 137 of 428 ~ 32.01%
G 146 of 428 ~ 34.11%
B 145 of 428 ~ 33.88%

%32.01
%34.11
%33.88

CMYK color model

#899291 color CMYK value is (6,0,1,43).

  • cyan value is 6.16%
  • magenta value is 0.00%
  • yellow value is 0.68%
  • key color value is 42.75%
CMYK:
(6,0,1,43)
C6M0Y1K43 
(6%,0%,1%,43%)
(0.06/0.00/0.01/0.43)	

CMYK percentages

%6.16
%0
%0.68
%42.75

Codes

Color #899291 in popluar color models

899291
RGB137146145
HSL173°3.96%55.49%
HSB/HSV173°6.16%57.25%
CMYK6.16%0.00%0.68%
42.75%

Color #899291 in popluar number systems.

HEX899291
Decimal137146145
Binary100010011001001010010001
Octal211222221

Shades and tints

Shades of #899291

#899291
(137,146,145)
#7D8584
(125,133,132)
#717877
(113,120,119)
#656B6A
(101,107,106)
#595E5D
(89,94,93)
#4D5150
(77,81,80)
#414443
(65,68,67)
#353736
(53,55,54)
#292A29
(41,42,41)
#1D1D1C
(29,29,28)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #899291

#899291
(137,146,145)
#939B9B
(147,155,155)
#9DA4A5
(157,164,165)
#A7ADAF
(167,173,175)
#B1B6B9
(177,182,185)
#BBBFC3
(187,191,195)
#C5C8CD
(197,200,205)
#CFD1D7
(207,209,215)
#D9DAE1
(217,218,225)
#E3E3EB
(227,227,235)
#EDECF5
(237,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899291; }

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

This text font color is #899291.


Background Color

.myBgColor { background-color: #899291; }

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

This div background color is #899291.


Border color

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

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

This div border color is #899291.


Opacity

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

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

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

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

This text has shadow with #899291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899291 on black background.


Color preview on white background

This text has color #899291 on white background.



Black color preview on #899291 background

This text has black color on #899291 background.


White color preview on #899291 background

This text has white color on #899291 background.