COLOR #889FB0

HEX: #889FB0 RGB: (136,159,176)

Color info

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

RGB color model

#889FB0 color RGB value is (136,159,176).

RGB: (136,159,176) (53%, 62%, 69%)

RGB channels and saturation

R 136 of 255 = 53%
G 159 of 255 = 62%
B 176 of 255 = 69%

136
159
176

R + G + B ~ 61%. #889FB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 159 + 176 = 471 (100%)
R 136 of 471 ~ 28.87%
G 159 of 471 ~ 33.76%
B 176 of 471 ~ 37.37'%

%28.87
%33.76
%37.37

CMYK color model

#889FB0 color CMYK value is (23,10,0,31).

  • cyan value is 22.73%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (23,10,0,31)
C23M10Y0K31 (23%, 10%, 0%, 31%)
(0.23 / 0.10 / 0.00 / 0.31)

CMYK percentages

%22.73
%9.66
%0
%30.98

Codes

Color #889FB0 in popluar color models

88 9F B0
RGB 136 159 176
HSL 206° 20.20% 61.18%
HSB/HSV 206° 22.73% 69.02%
CMYK 22.73% 9.66% 0.00%
30.98%

Color #889FB0 in popluar number systems.

HEX 88 9F B0
Decimal 136 159 176
Binary 10001000 10011111 10110000
Octal 210 237 260

Shades and tints

Shades of #889FB0

#889FB0
(136,159,176)
#7C91A0
(124,145,160)
#708390
(112,131,144)
#647580
(100,117,128)
#586770
(88,103,112)
#4C5960
(76,89,96)
#404B50
(64,75,80)
#343D40
(52,61,64)
#282F30
(40,47,48)
#1C2120
(28,33,32)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #889FB0

#889FB0
(136,159,176)
#92A7B7
(146,167,183)
#9CAFBE
(156,175,190)
#A6B7C5
(166,183,197)
#B0BFCC
(176,191,204)
#BAC7D3
(186,199,211)
#C4CFDA
(196,207,218)
#CED7E1
(206,215,225)
#D8DFE8
(216,223,232)
#E2E7EF
(226,231,239)
#ECEFF6
(236,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889FB0; }

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

This text font color is #889FB0.

Background Color

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

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

This div background color is #889FB0.

Border color

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

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

This div border color is #889FB0.

Opacity

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

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

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

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

This text has shadow with #889FB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889FB0.

Preview

Color preview on black background

This text has color #889FB0 on black background.


Color preview on white background

This text has color #889FB0 on white background.


Black color preview on #889FB0 background

This text has black color on #889FB0 background.


White color preview on #889FB0 background

This text has white color on #889FB0 background.


Related colors

Complementary color

Complementary color for #hex is #77604F.


I love getcolorcode.com

Triadic colors

1 #B0889F and #9FB088 with #889FB0 are triadic colors.

2 #B09F88 and #9F88B0 with #889FB0 are triadic colors.