COLOR #889BC6

HEX: #889BC6 RGB: (136,155,198)

Color info

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

RGB color model

#889BC6 color RGB value is (136,155,198).

RGB: (136,155,198) (53%, 61%, 78%)

RGB channels and saturation

R 136 of 255 = 53%
G 155 of 255 = 61%
B 198 of 255 = 78%

136
155
198

R + G + B ~ 64%. #889BC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 155 + 198 = 489 (100%)
R 136 of 489 ~ 27.81%
G 155 of 489 ~ 31.7%
B 198 of 489 ~ 40.49'%

%27.81
%31.7
%40.49

CMYK color model

#889BC6 color CMYK value is (31,22,0,22).

  • cyan value is 31.31%
  • magenta value is 21.72%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (31,22,0,22)
C31M22Y0K22 (31%, 22%, 0%, 22%)
(0.31 / 0.22 / 0.00 / 0.22)

CMYK percentages

%31.31
%21.72
%0
%22.35

Codes

Color #889BC6 in popluar color models

88 9B C6
RGB 136 155 198
HSL 222° 35.23% 65.49%
HSB/HSV 222° 31.31% 77.65%
CMYK 31.31% 21.72% 0.00%
22.35%

Color #889BC6 in popluar number systems.

HEX 88 9B C6
Decimal 136 155 198
Binary 10001000 10011011 11000110
Octal 210 233 306

Shades and tints

Shades of #889BC6

#889BC6
(136,155,198)
#7C8DB4
(124,141,180)
#707FA2
(112,127,162)
#647190
(100,113,144)
#58637E
(88,99,126)
#4C556C
(76,85,108)
#40475A
(64,71,90)
#343948
(52,57,72)
#282B36
(40,43,54)
#1C1D24
(28,29,36)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #889BC6

#889BC6
(136,155,198)
#92A4CB
(146,164,203)
#9CADD0
(156,173,208)
#A6B6D5
(166,182,213)
#B0BFDA
(176,191,218)
#BAC8DF
(186,200,223)
#C4D1E4
(196,209,228)
#CEDAE9
(206,218,233)
#D8E3EE
(216,227,238)
#E2ECF3
(226,236,243)
#ECF5F8
(236,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889BC6; }

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

This text font color is #889BC6.

Background Color

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

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

This div background color is #889BC6.

Border color

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

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

This div border color is #889BC6.

Opacity

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

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

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

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

This text has shadow with #889BC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889BC6.

Preview

Color preview on black background

This text has color #889BC6 on black background.


Color preview on white background

This text has color #889BC6 on white background.


Black color preview on #889BC6 background

This text has black color on #889BC6 background.


White color preview on #889BC6 background

This text has white color on #889BC6 background.


Related colors

Complementary color

Complementary color for #hex is #776439.


I love getcolorcode.com

Triadic colors

1 #C6889B and #9BC688 with #889BC6 are triadic colors.

2 #C69B88 and #9B88C6 with #889BC6 are triadic colors.