COLOR #899988

HEX: #899988
RGB: (137,153,136)

Color info

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

RGB color model

#899988 color RGB value is (137,153,136).

  • red value is 137;
  • green value is 153;
  • blue value is 136.
RGB:
(137,153,136)
(54%,60%,53%)

RGB channels and saturation

R 137 of 255 = 54%
G 153 of 255 = 60%
B 136 of 255 = 53%

137
153
136

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

Portions of RGB colors in percentages

R + G + B =
137 + 153 + 136 = 426 (100%)
R 137 of 426 ~ 32.16%
G 153 of 426 ~ 35.92%
B 136 of 426 ~ 31.92%

%32.16
%35.92
%31.92

CMYK color model

#899988 color CMYK value is (10,0,11,40).

  • cyan value is 10.46%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 40.00%
CMYK:
(10,0,11,40)
C10M0Y11K40 
(10%,0%,11%,40%)
(0.10/0.00/0.11/0.40)	

CMYK percentages

%10.46
%0
%11.11
%40

Codes

Color #899988 in popluar color models

899988
RGB137153136
HSL116°7.69%56.67%
HSB/HSV116°11.11%60.00%
CMYK10.46%0.00%11.11%
40.00%

Color #899988 in popluar number systems.

HEX899988
Decimal137153136
Binary100010011001100110001000
Octal211231210

Shades and tints

Shades of #899988

#899988
(137,153,136)
#7D8C7C
(125,140,124)
#717F70
(113,127,112)
#657264
(101,114,100)
#596558
(89,101,88)
#4D584C
(77,88,76)
#414B40
(65,75,64)
#353E34
(53,62,52)
#293128
(41,49,40)
#1D241C
(29,36,28)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #899988

#899988
(137,153,136)
#93A292
(147,162,146)
#9DAB9C
(157,171,156)
#A7B4A6
(167,180,166)
#B1BDB0
(177,189,176)
#BBC6BA
(187,198,186)
#C5CFC4
(197,207,196)
#CFD8CE
(207,216,206)
#D9E1D8
(217,225,216)
#E3EAE2
(227,234,226)
#EDF3EC
(237,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899988 color. Also use rgb(137,153,136) instead hex code.

Text Font Color

.myTextColor { color: #899988; }

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

This text font color is #899988.


Background Color

.myBgColor { background-color: #899988; }

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

This div background color is #899988.


Border color

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

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

This div border color is #899988.


Opacity

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

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

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

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

This text has shadow with #899988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899988 on black background.


Color preview on white background

This text has color #899988 on white background.



Black color preview on #899988 background

This text has black color on #899988 background.


White color preview on #899988 background

This text has white color on #899988 background.