COLOR #889FA8

HEX: #889FA8
RGB: (136,159,168)

Color info

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

RGB color model

#889FA8 color RGB value is (136,159,168).

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

RGB channels and saturation

R 136 of 255 = 53%
G 159 of 255 = 62%
B 168 of 255 = 66%

136
159
168

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

Portions of RGB colors in percentages

R + G + B =
136 + 159 + 168 = 463 (100%)
R 136 of 463 ~ 29.37%
G 159 of 463 ~ 34.34%
B 168 of 463 ~ 36.29%

%29.37
%34.34
%36.29

CMYK color model

#889FA8 color CMYK value is (19,5,0,34).

  • cyan value is 19.05%
  • magenta value is 5.36%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(19,5,0,34)
C19M5Y0K34 
(19%,5%,0%,34%)
(0.19/0.05/0.00/0.34)	

CMYK percentages

%19.05
%5.36
%0
%34.12

Codes

Color #889FA8 in popluar color models

889FA8
RGB136159168
HSL197°15.53%59.61%
HSB/HSV197°19.05%65.88%
CMYK19.05%5.36%0.00%
34.12%

Color #889FA8 in popluar number systems.

HEX889FA8
Decimal136159168
Binary100010001001111110101000
Octal210237250

Shades and tints

Shades of #889FA8

#889FA8
(136,159,168)
#7C9199
(124,145,153)
#70838A
(112,131,138)
#64757B
(100,117,123)
#58676C
(88,103,108)
#4C595D
(76,89,93)
#404B4E
(64,75,78)
#343D3F
(52,61,63)
#282F30
(40,47,48)
#1C2121
(28,33,33)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #889FA8

#889FA8
(136,159,168)
#92A7AF
(146,167,175)
#9CAFB6
(156,175,182)
#A6B7BD
(166,183,189)
#B0BFC4
(176,191,196)
#BAC7CB
(186,199,203)
#C4CFD2
(196,207,210)
#CED7D9
(206,215,217)
#D8DFE0
(216,223,224)
#E2E7E7
(226,231,231)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889FA8; }

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

This text font color is #889FA8.


Background Color

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

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

This div background color is #889FA8.


Border color

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

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

This div border color is #889FA8.


Opacity

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

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

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

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

This text has shadow with #889FA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889FA8 on black background.


Color preview on white background

This text has color #889FA8 on white background.



Black color preview on #889FA8 background

This text has black color on #889FA8 background.


White color preview on #889FA8 background

This text has white color on #889FA8 background.