COLOR #889295

HEX: #889295
RGB: (136,146,149)

Color info

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

RGB color model

#889295 color RGB value is (136,146,149).

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

RGB channels and saturation

R 136 of 255 = 53%
G 146 of 255 = 57%
B 149 of 255 = 58%

136
146
149

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

Portions of RGB colors in percentages

R + G + B =
136 + 146 + 149 = 431 (100%)
R 136 of 431 ~ 31.55%
G 146 of 431 ~ 33.87%
B 149 of 431 ~ 34.57%

%31.55
%33.87
%34.57

CMYK color model

#889295 color CMYK value is (9,2,0,42).

  • cyan value is 8.72%
  • magenta value is 2.01%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(9,2,0,42)
C9M2Y0K42 
(9%,2%,0%,42%)
(0.09/0.02/0.00/0.42)	

CMYK percentages

%8.72
%2.01
%0
%41.57

Codes

Color #889295 in popluar color models

889295
RGB136146149
HSL194°5.78%55.88%
HSB/HSV194°8.72%58.43%
CMYK8.72%2.01%0.00%
41.57%

Color #889295 in popluar number systems.

HEX889295
Decimal136146149
Binary100010001001001010010101
Octal210222225

Shades and tints

Shades of #889295

#889295
(136,146,149)
#7C8588
(124,133,136)
#70787B
(112,120,123)
#646B6E
(100,107,110)
#585E61
(88,94,97)
#4C5154
(76,81,84)
#404447
(64,68,71)
#34373A
(52,55,58)
#282A2D
(40,42,45)
#1C1D20
(28,29,32)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #889295

#889295
(136,146,149)
#929B9E
(146,155,158)
#9CA4A7
(156,164,167)
#A6ADB0
(166,173,176)
#B0B6B9
(176,182,185)
#BABFC2
(186,191,194)
#C4C8CB
(196,200,203)
#CED1D4
(206,209,212)
#D8DADD
(216,218,221)
#E2E3E6
(226,227,230)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889295; }

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

This text font color is #889295.


Background Color

.myBgColor { background-color: #889295; }

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

This div background color is #889295.


Border color

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

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

This div border color is #889295.


Opacity

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

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

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

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

This text has shadow with #889295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889295 on black background.


Color preview on white background

This text has color #889295 on white background.



Black color preview on #889295 background

This text has black color on #889295 background.


White color preview on #889295 background

This text has white color on #889295 background.