COLOR #889995

HEX: #889995
RGB: (136,153,149)

Color info

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

RGB color model

#889995 color RGB value is (136,153,149).

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

RGB channels and saturation

R 136 of 255 = 53%
G 153 of 255 = 60%
B 149 of 255 = 58%

136
153
149

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

Portions of RGB colors in percentages

R + G + B =
136 + 153 + 149 = 438 (100%)
R 136 of 438 ~ 31.05%
G 153 of 438 ~ 34.93%
B 149 of 438 ~ 34.02%

%31.05
%34.93
%34.02

CMYK color model

#889995 color CMYK value is (11,0,3,40).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 2.61%
  • key color value is 40.00%
CMYK:
(11,0,3,40)
C11M0Y3K40 
(11%,0%,3%,40%)
(0.11/0.00/0.03/0.40)	

CMYK percentages

%11.11
%0
%2.61
%40

Codes

Color #889995 in popluar color models

889995
RGB136153149
HSL166°7.69%56.67%
HSB/HSV166°11.11%60.00%
CMYK11.11%0.00%2.61%
40.00%

Color #889995 in popluar number systems.

HEX889995
Decimal136153149
Binary100010001001100110010101
Octal210231225

Shades and tints

Shades of #889995

#889995
(136,153,149)
#7C8C88
(124,140,136)
#707F7B
(112,127,123)
#64726E
(100,114,110)
#586561
(88,101,97)
#4C5854
(76,88,84)
#404B47
(64,75,71)
#343E3A
(52,62,58)
#28312D
(40,49,45)
#1C2420
(28,36,32)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #889995

#889995
(136,153,149)
#92A29E
(146,162,158)
#9CABA7
(156,171,167)
#A6B4B0
(166,180,176)
#B0BDB9
(176,189,185)
#BAC6C2
(186,198,194)
#C4CFCB
(196,207,203)
#CED8D4
(206,216,212)
#D8E1DD
(216,225,221)
#E2EAE6
(226,234,230)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889995; }

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

This text font color is #889995.


Background Color

.myBgColor { background-color: #889995; }

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

This div background color is #889995.


Border color

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

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

This div border color is #889995.


Opacity

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

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

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

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

This text has shadow with #889995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889995 on black background.


Color preview on white background

This text has color #889995 on white background.



Black color preview on #889995 background

This text has black color on #889995 background.


White color preview on #889995 background

This text has white color on #889995 background.