COLOR #889DB0

HEX: #889DB0 RGB: (136,157,176)

Color info

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

RGB color model

#889DB0 color RGB value is (136,157,176).

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

RGB channels and saturation

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

136
157
176

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

Portions of RGB colors in percentages

R + G + B = 136 + 157 + 176 = 469 (100%)
R 136 of 469 ~ 29%
G 157 of 469 ~ 33.48%
B 176 of 469 ~ 37.53'%

%29
%33.48
%37.53

CMYK color model

#889DB0 color CMYK value is (23,11,0,31).

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

CMYK: (23,11,0,31)
C23M11Y0K31 (23%, 11%, 0%, 31%)
(0.23 / 0.11 / 0.00 / 0.31)

CMYK percentages

%22.73
%10.8
%0
%30.98

Codes

Color #889DB0 in popluar color models

88 9D B0
RGB 136 157 176
HSL 209° 20.20% 61.18%
HSB/HSV 209° 22.73% 69.02%
CMYK 22.73% 10.80% 0.00%
30.98%

Color #889DB0 in popluar number systems.

HEX 88 9D B0
Decimal 136 157 176
Binary 10001000 10011101 10110000
Octal 210 235 260

Shades and tints

Shades of #889DB0

#889DB0
(136,157,176)
#7C8FA0
(124,143,160)
#708190
(112,129,144)
#647380
(100,115,128)
#586570
(88,101,112)
#4C5760
(76,87,96)
#404950
(64,73,80)
#343B40
(52,59,64)
#282D30
(40,45,48)
#1C1F20
(28,31,32)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #889DB0

#889DB0
(136,157,176)
#92A5B7
(146,165,183)
#9CADBE
(156,173,190)
#A6B5C5
(166,181,197)
#B0BDCC
(176,189,204)
#BAC5D3
(186,197,211)
#C4CDDA
(196,205,218)
#CED5E1
(206,213,225)
#D8DDE8
(216,221,232)
#E2E5EF
(226,229,239)
#ECEDF6
(236,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889DB0; }

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

This text font color is #889DB0.

Background Color

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

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

This div background color is #889DB0.

Border color

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

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

This div border color is #889DB0.

Opacity

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

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

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

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

This text has shadow with #889DB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889DB0.

Preview

Color preview on black background

This text has color #889DB0 on black background.


Color preview on white background

This text has color #889DB0 on white background.


Black color preview on #889DB0 background

This text has black color on #889DB0 background.


White color preview on #889DB0 background

This text has white color on #889DB0 background.


Related colors

Complementary color

Complementary color for #hex is #77624F.


I love getcolorcode.com

Triadic colors

1 #B0889D and #9DB088 with #889DB0 are triadic colors.

2 #B09D88 and #9D88B0 with #889DB0 are triadic colors.