COLOR #889CBA

HEX: #889CBA RGB: (136,156,186)

Color info

#889CBA contains red, green and blue colors in about the same proportion. Web safe color of #889CBA is #9999CC (or #99C).

RGB color model

#889CBA color RGB value is (136,156,186).

RGB: (136,156,186) (53%, 61%, 73%)

RGB channels and saturation

R 136 of 255 = 53%
G 156 of 255 = 61%
B 186 of 255 = 73%

136
156
186

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

Portions of RGB colors in percentages

R + G + B = 136 + 156 + 186 = 478 (100%)
R 136 of 478 ~ 28.45%
G 156 of 478 ~ 32.64%
B 186 of 478 ~ 38.91'%

%28.45
%32.64
%38.91

CMYK color model

#889CBA color CMYK value is (27,16,0,27).

  • cyan value is 26.88%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (27,16,0,27)
C27M16Y0K27 (27%, 16%, 0%, 27%)
(0.27 / 0.16 / 0.00 / 0.27)

CMYK percentages

%26.88
%16.13
%0
%27.06

Codes

Color #889CBA in popluar color models

88 9C BA
RGB 136 156 186
HSL 216° 26.60% 63.14%
HSB/HSV 216° 26.88% 72.94%
CMYK 26.88% 16.13% 0.00%
27.06%

Color #889CBA in popluar number systems.

HEX 88 9C BA
Decimal 136 156 186
Binary 10001000 10011100 10111010
Octal 210 234 272

Shades and tints

Shades of #889CBA

#889CBA
(136,156,186)
#7C8EAA
(124,142,170)
#70809A
(112,128,154)
#64728A
(100,114,138)
#58647A
(88,100,122)
#4C566A
(76,86,106)
#40485A
(64,72,90)
#343A4A
(52,58,74)
#282C3A
(40,44,58)
#1C1E2A
(28,30,42)
#10101A
(16,16,26)
#000000
(0,0,0)

Tints of #889CBA

#889CBA
(136,156,186)
#92A5C0
(146,165,192)
#9CAEC6
(156,174,198)
#A6B7CC
(166,183,204)
#B0C0D2
(176,192,210)
#BAC9D8
(186,201,216)
#C4D2DE
(196,210,222)
#CEDBE4
(206,219,228)
#D8E4EA
(216,228,234)
#E2EDF0
(226,237,240)
#ECF6F6
(236,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889CBA color. Also use rgb(136,156,186) instead hex code.

Text Font Color

.myTextColor { color: #889CBA; }

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

This text font color is #889CBA.

Background Color

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

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

This div background color is #889CBA.

Border color

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

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

This div border color is #889CBA.

Opacity

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

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

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

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

This text has shadow with #889CBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889CBA.

Preview

Color preview on black background

This text has color #889CBA on black background.


Color preview on white background

This text has color #889CBA on white background.


Black color preview on #889CBA background

This text has black color on #889CBA background.


White color preview on #889CBA background

This text has white color on #889CBA background.


Related colors

Complementary color

Complementary color for #hex is #776345.


I love getcolorcode.com

Triadic colors

1 #BA889C and #9CBA88 with #889CBA are triadic colors.

2 #BA9C88 and #9C88BA with #889CBA are triadic colors.