COLOR #889CD8

HEX: #889CD8 RGB: (136,156,216)

Color info

#889CD8 contains mainly blue color. Web safe color of #889CD8 is #9999CC (or #99C).

RGB color model

#889CD8 color RGB value is (136,156,216).

RGB: (136,156,216) (53%, 61%, 85%)

RGB channels and saturation

R 136 of 255 = 53%
G 156 of 255 = 61%
B 216 of 255 = 85%

136
156
216

R + G + B ~ 66%. #889CD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 156 + 216 = 508 (100%)
R 136 of 508 ~ 26.77%
G 156 of 508 ~ 30.71%
B 216 of 508 ~ 42.52'%

%26.77
%30.71
%42.52

CMYK color model

#889CD8 color CMYK value is (37,28,0,15).

  • cyan value is 37.04%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (37,28,0,15)
C37M28Y0K15 (37%, 28%, 0%, 15%)
(0.37 / 0.28 / 0.00 / 0.15)

CMYK percentages

%37.04
%27.78
%0
%15.29

Codes

Color #889CD8 in popluar color models

88 9C D8
RGB 136 156 216
HSL 225° 50.63% 69.02%
HSB/HSV 225° 37.04% 84.71%
CMYK 37.04% 27.78% 0.00%
15.29%

Color #889CD8 in popluar number systems.

HEX 88 9C D8
Decimal 136 156 216
Binary 10001000 10011100 11011000
Octal 210 234 330

Shades and tints

Shades of #889CD8

#889CD8
(136,156,216)
#7C8EC5
(124,142,197)
#7080B2
(112,128,178)
#64729F
(100,114,159)
#58648C
(88,100,140)
#4C5679
(76,86,121)
#404866
(64,72,102)
#343A53
(52,58,83)
#282C40
(40,44,64)
#1C1E2D
(28,30,45)
#10101A
(16,16,26)
#000000
(0,0,0)

Tints of #889CD8

#889CD8
(136,156,216)
#92A5DB
(146,165,219)
#9CAEDE
(156,174,222)
#A6B7E1
(166,183,225)
#B0C0E4
(176,192,228)
#BAC9E7
(186,201,231)
#C4D2EA
(196,210,234)
#CEDBED
(206,219,237)
#D8E4F0
(216,228,240)
#E2EDF3
(226,237,243)
#ECF6F6
(236,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889CD8; }

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

This text font color is #889CD8.

Background Color

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

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

This div background color is #889CD8.

Border color

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

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

This div border color is #889CD8.

Opacity

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

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

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

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

This text has shadow with #889CD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889CD8.

Preview

Color preview on black background

This text has color #889CD8 on black background.


Color preview on white background

This text has color #889CD8 on white background.


Black color preview on #889CD8 background

This text has black color on #889CD8 background.


White color preview on #889CD8 background

This text has white color on #889CD8 background.


Related colors

Complementary color

Complementary color for #hex is #776327.


I love getcolorcode.com

Triadic colors

1 #D8889C and #9CD888 with #889CD8 are triadic colors.

2 #D89C88 and #9C88D8 with #889CD8 are triadic colors.