COLOR #889DCE

HEX: #889DCE RGB: (136,157,206)

Color info

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

RGB color model

#889DCE color RGB value is (136,157,206).

RGB: (136,157,206) (53%, 62%, 81%)

RGB channels and saturation

R 136 of 255 = 53%
G 157 of 255 = 62%
B 206 of 255 = 81%

136
157
206

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

Portions of RGB colors in percentages

R + G + B = 136 + 157 + 206 = 499 (100%)
R 136 of 499 ~ 27.25%
G 157 of 499 ~ 31.46%
B 206 of 499 ~ 41.28'%

%27.25
%31.46
%41.28

CMYK color model

#889DCE color CMYK value is (34,24,0,19).

  • cyan value is 33.98%
  • magenta value is 23.79%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (34,24,0,19)
C34M24Y0K19 (34%, 24%, 0%, 19%)
(0.34 / 0.24 / 0.00 / 0.19)

CMYK percentages

%33.98
%23.79
%0
%19.22

Codes

Color #889DCE in popluar color models

88 9D CE
RGB 136 157 206
HSL 222° 41.67% 67.06%
HSB/HSV 222° 33.98% 80.78%
CMYK 33.98% 23.79% 0.00%
19.22%

Color #889DCE in popluar number systems.

HEX 88 9D CE
Decimal 136 157 206
Binary 10001000 10011101 11001110
Octal 210 235 316

Shades and tints

Shades of #889DCE

#889DCE
(136,157,206)
#7C8FBC
(124,143,188)
#7081AA
(112,129,170)
#647398
(100,115,152)
#586586
(88,101,134)
#4C5774
(76,87,116)
#404962
(64,73,98)
#343B50
(52,59,80)
#282D3E
(40,45,62)
#1C1F2C
(28,31,44)
#10111A
(16,17,26)
#000000
(0,0,0)

Tints of #889DCE

#889DCE
(136,157,206)
#92A5D2
(146,165,210)
#9CADD6
(156,173,214)
#A6B5DA
(166,181,218)
#B0BDDE
(176,189,222)
#BAC5E2
(186,197,226)
#C4CDE6
(196,205,230)
#CED5EA
(206,213,234)
#D8DDEE
(216,221,238)
#E2E5F2
(226,229,242)
#ECEDF6
(236,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889DCE color. Also use rgb(136,157,206) instead hex code.

Text Font Color

.myTextColor { color: #889DCE; }

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

This text font color is #889DCE.

Background Color

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

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

This div background color is #889DCE.

Border color

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

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

This div border color is #889DCE.

Opacity

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

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

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

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

This text has shadow with #889DCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889DCE.

Preview

Color preview on black background

This text has color #889DCE on black background.


Color preview on white background

This text has color #889DCE on white background.


Black color preview on #889DCE background

This text has black color on #889DCE background.


White color preview on #889DCE background

This text has white color on #889DCE background.


Related colors

Complementary color

Complementary color for #hex is #776231.


I love getcolorcode.com

Triadic colors

1 #CE889D and #9DCE88 with #889DCE are triadic colors.

2 #CE9D88 and #9D88CE with #889DCE are triadic colors.