COLOR #889F94

HEX: #889F94
RGB: (136,159,148)

Color info

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

RGB color model

#889F94 color RGB value is (136,159,148).

  • red value is 136;
  • green value is 159;
  • blue value is 148.
RGB:
(136,159,148)
(53%,62%,58%)

RGB channels and saturation

R 136 of 255 = 53%
G 159 of 255 = 62%
B 148 of 255 = 58%

136
159
148

R + G + B ~ 58%. #889F94 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 159 + 148 = 443 (100%)
R 136 of 443 ~ 30.7%
G 159 of 443 ~ 35.89%
B 148 of 443 ~ 33.41%

%30.7
%35.89
%33.41

CMYK color model

#889F94 color CMYK value is (14,0,7,38).

  • cyan value is 14.47%
  • magenta value is 0.00%
  • yellow value is 6.92%
  • key color value is 37.65%
CMYK:
(14,0,7,38)
C14M0Y7K38 
(14%,0%,7%,38%)
(0.14/0.00/0.07/0.38)	

CMYK percentages

%14.47
%0
%6.92
%37.65

Codes

Color #889F94 in popluar color models

889F94
RGB136159148
HSL151°10.70%57.84%
HSB/HSV151°14.47%62.35%
CMYK14.47%0.00%6.92%
37.65%

Color #889F94 in popluar number systems.

HEX889F94
Decimal136159148
Binary100010001001111110010100
Octal210237224

Shades and tints

Shades of #889F94

#889F94
(136,159,148)
#7C9187
(124,145,135)
#70837A
(112,131,122)
#64756D
(100,117,109)
#586760
(88,103,96)
#4C5953
(76,89,83)
#404B46
(64,75,70)
#343D39
(52,61,57)
#282F2C
(40,47,44)
#1C211F
(28,33,31)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #889F94

#889F94
(136,159,148)
#92A79D
(146,167,157)
#9CAFA6
(156,175,166)
#A6B7AF
(166,183,175)
#B0BFB8
(176,191,184)
#BAC7C1
(186,199,193)
#C4CFCA
(196,207,202)
#CED7D3
(206,215,211)
#D8DFDC
(216,223,220)
#E2E7E5
(226,231,229)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889F94 color. Also use rgb(136,159,148) instead hex code.

Text Font Color

.myTextColor { color: #889F94; }

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

This text font color is #889F94.


Background Color

.myBgColor { background-color: #889F94; }

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

This div background color is #889F94.


Border color

.myBorderColor { border: 1px solid #889F94; }

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

This div border color is #889F94.


Opacity

.myOpacity80 { color: #889F94; opacity: 0.8; }

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

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

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

This text has shadow with #889F94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889F94 on black background.


Color preview on white background

This text has color #889F94 on white background.



Black color preview on #889F94 background

This text has black color on #889F94 background.


White color preview on #889F94 background

This text has white color on #889F94 background.