COLOR #889BCC

HEX: #889BCC RGB: (136,155,204)

Color info

#889BCC contains mainly green and blue colors. Web safe color of #889BCC is #9999CC (or #99C).

RGB color model

#889BCC color RGB value is (136,155,204).

RGB: (136,155,204) (53%, 61%, 80%)

RGB channels and saturation

R 136 of 255 = 53%
G 155 of 255 = 61%
B 204 of 255 = 80%

136
155
204

R + G + B ~ 65%. #889BCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 155 + 204 = 495 (100%)
R 136 of 495 ~ 27.47%
G 155 of 495 ~ 31.31%
B 204 of 495 ~ 41.21'%

%27.47
%31.31
%41.21

CMYK color model

#889BCC color CMYK value is (33,24,0,20).

  • cyan value is 33.33%
  • magenta value is 24.02%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (33,24,0,20)
C33M24Y0K20 (33%, 24%, 0%, 20%)
(0.33 / 0.24 / 0.00 / 0.20)

CMYK percentages

%33.33
%24.02
%0
%20

Codes

Color #889BCC in popluar color models

88 9B CC
RGB 136 155 204
HSL 223° 40.00% 66.67%
HSB/HSV 223° 33.33% 80.00%
CMYK 33.33% 24.02% 0.00%
20.00%

Color #889BCC in popluar number systems.

HEX 88 9B CC
Decimal 136 155 204
Binary 10001000 10011011 11001100
Octal 210 233 314

Shades and tints

Shades of #889BCC

#889BCC
(136,155,204)
#7C8DBA
(124,141,186)
#707FA8
(112,127,168)
#647196
(100,113,150)
#586384
(88,99,132)
#4C5572
(76,85,114)
#404760
(64,71,96)
#34394E
(52,57,78)
#282B3C
(40,43,60)
#1C1D2A
(28,29,42)
#100F18
(16,15,24)
#000000
(0,0,0)

Tints of #889BCC

#889BCC
(136,155,204)
#92A4D0
(146,164,208)
#9CADD4
(156,173,212)
#A6B6D8
(166,182,216)
#B0BFDC
(176,191,220)
#BAC8E0
(186,200,224)
#C4D1E4
(196,209,228)
#CEDAE8
(206,218,232)
#D8E3EC
(216,227,236)
#E2ECF0
(226,236,240)
#ECF5F4
(236,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889BCC color. Also use rgb(136,155,204) instead hex code.

Text Font Color

.myTextColor { color: #889BCC; }

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

This text font color is #889BCC.

Background Color

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

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

This div background color is #889BCC.

Border color

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

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

This div border color is #889BCC.

Opacity

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

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

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

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

This text has shadow with #889BCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889BCC.

Preview

Color preview on black background

This text has color #889BCC on black background.


Color preview on white background

This text has color #889BCC on white background.


Black color preview on #889BCC background

This text has black color on #889BCC background.


White color preview on #889BCC background

This text has white color on #889BCC background.


Related colors

Complementary color

Complementary color for #hex is #776433.


I love getcolorcode.com

Triadic colors

1 #CC889B and #9BCC88 with #889BCC are triadic colors.

2 #CC9B88 and #9B88CC with #889BCC are triadic colors.