COLOR #889ABB

HEX: #889ABB RGB: (136,154,187)

Color info

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

RGB color model

#889ABB color RGB value is (136,154,187).

RGB: (136,154,187) (53%, 60%, 73%)

RGB channels and saturation

R 136 of 255 = 53%
G 154 of 255 = 60%
B 187 of 255 = 73%

136
154
187

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

Portions of RGB colors in percentages

R + G + B = 136 + 154 + 187 = 477 (100%)
R 136 of 477 ~ 28.51%
G 154 of 477 ~ 32.29%
B 187 of 477 ~ 39.2'%

%28.51
%32.29
%39.2

CMYK color model

#889ABB color CMYK value is (27,18,0,27).

  • cyan value is 27.27%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (27,18,0,27)
C27M18Y0K27 (27%, 18%, 0%, 27%)
(0.27 / 0.18 / 0.00 / 0.27)

CMYK percentages

%27.27
%17.65
%0
%26.67

Codes

Color #889ABB in popluar color models

88 9A BB
RGB 136 154 187
HSL 219° 27.27% 63.33%
HSB/HSV 219° 27.27% 73.33%
CMYK 27.27% 17.65% 0.00%
26.67%

Color #889ABB in popluar number systems.

HEX 88 9A BB
Decimal 136 154 187
Binary 10001000 10011010 10111011
Octal 210 232 273

Shades and tints

Shades of #889ABB

#889ABB
(136,154,187)
#7C8CAA
(124,140,170)
#707E99
(112,126,153)
#647088
(100,112,136)
#586277
(88,98,119)
#4C5466
(76,84,102)
#404655
(64,70,85)
#343844
(52,56,68)
#282A33
(40,42,51)
#1C1C22
(28,28,34)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #889ABB

#889ABB
(136,154,187)
#92A3C1
(146,163,193)
#9CACC7
(156,172,199)
#A6B5CD
(166,181,205)
#B0BED3
(176,190,211)
#BAC7D9
(186,199,217)
#C4D0DF
(196,208,223)
#CED9E5
(206,217,229)
#D8E2EB
(216,226,235)
#E2EBF1
(226,235,241)
#ECF4F7
(236,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889ABB color. Also use rgb(136,154,187) instead hex code.

Text Font Color

.myTextColor { color: #889ABB; }

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

This text font color is #889ABB.

Background Color

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

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

This div background color is #889ABB.

Border color

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

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

This div border color is #889ABB.

Opacity

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

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

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

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

This text has shadow with #889ABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889ABB.

Preview

Color preview on black background

This text has color #889ABB on black background.


Color preview on white background

This text has color #889ABB on white background.


Black color preview on #889ABB background

This text has black color on #889ABB background.


White color preview on #889ABB background

This text has white color on #889ABB background.


Related colors

Complementary color

Complementary color for #hex is #776544.


I love getcolorcode.com

Triadic colors

1 #BB889A and #9ABB88 with #889ABB are triadic colors.

2 #BB9A88 and #9A88BB with #889ABB are triadic colors.