COLOR #889DB3

HEX: #889DB3 RGB: (136,157,179)

Color info

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

RGB color model

#889DB3 color RGB value is (136,157,179).

RGB: (136,157,179) (53%, 62%, 70%)

RGB channels and saturation

R 136 of 255 = 53%
G 157 of 255 = 62%
B 179 of 255 = 70%

136
157
179

R + G + B ~ 62%. #889DB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 157 + 179 = 472 (100%)
R 136 of 472 ~ 28.81%
G 157 of 472 ~ 33.26%
B 179 of 472 ~ 37.92'%

%28.81
%33.26
%37.92

CMYK color model

#889DB3 color CMYK value is (24,12,0,30).

  • cyan value is 24.02%
  • magenta value is 12.29%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (24,12,0,30)
C24M12Y0K30 (24%, 12%, 0%, 30%)
(0.24 / 0.12 / 0.00 / 0.30)

CMYK percentages

%24.02
%12.29
%0
%29.8

Codes

Color #889DB3 in popluar color models

88 9D B3
RGB 136 157 179
HSL 211° 22.05% 61.76%
HSB/HSV 211° 24.02% 70.20%
CMYK 24.02% 12.29% 0.00%
29.80%

Color #889DB3 in popluar number systems.

HEX 88 9D B3
Decimal 136 157 179
Binary 10001000 10011101 10110011
Octal 210 235 263

Shades and tints

Shades of #889DB3

#889DB3
(136,157,179)
#7C8FA3
(124,143,163)
#708193
(112,129,147)
#647383
(100,115,131)
#586573
(88,101,115)
#4C5763
(76,87,99)
#404953
(64,73,83)
#343B43
(52,59,67)
#282D33
(40,45,51)
#1C1F23
(28,31,35)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #889DB3

#889DB3
(136,157,179)
#92A5B9
(146,165,185)
#9CADBF
(156,173,191)
#A6B5C5
(166,181,197)
#B0BDCB
(176,189,203)
#BAC5D1
(186,197,209)
#C4CDD7
(196,205,215)
#CED5DD
(206,213,221)
#D8DDE3
(216,221,227)
#E2E5E9
(226,229,233)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889DB3; }

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

This text font color is #889DB3.

Background Color

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

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

This div background color is #889DB3.

Border color

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

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

This div border color is #889DB3.

Opacity

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

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

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

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

This text has shadow with #889DB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889DB3.

Preview

Color preview on black background

This text has color #889DB3 on black background.


Color preview on white background

This text has color #889DB3 on white background.


Black color preview on #889DB3 background

This text has black color on #889DB3 background.


White color preview on #889DB3 background

This text has white color on #889DB3 background.


Related colors

Complementary color

Complementary color for #hex is #77624C.


I love getcolorcode.com

Triadic colors

1 #B3889D and #9DB388 with #889DB3 are triadic colors.

2 #B39D88 and #9D88B3 with #889DB3 are triadic colors.