COLOR #889DBC

HEX: #889DBC
RGB: (136,157,188)

Color info

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

RGB color model

#889DBC color RGB value is (136,157,188).

  • red value is 136;
  • green value is 157;
  • blue value is 188.
RGB:
(136,157,188)
(53%,62%,74%)

RGB channels and saturation

R 136 of 255 = 53%
G 157 of 255 = 62%
B 188 of 255 = 74%

136
157
188

R + G + B ~ 63%. #889DBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 157 + 188 = 481 (100%)
R 136 of 481 ~ 28.27%
G 157 of 481 ~ 32.64%
B 188 of 481 ~ 39.09%

%28.27
%32.64
%39.09

CMYK color model

#889DBC color CMYK value is (28,16,0,26).

  • cyan value is 27.66%
  • magenta value is 16.49%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(28,16,0,26)
C28M16Y0K26 
(28%,16%,0%,26%)
(0.28/0.16/0.00/0.26)	

CMYK percentages

%27.66
%16.49
%0
%26.27

Codes

Color #889DBC in popluar color models

889DBC
RGB136157188
HSL216°27.96%63.53%
HSB/HSV216°27.66%73.73%
CMYK27.66%16.49%0.00%
26.27%

Color #889DBC in popluar number systems.

HEX889DBC
Decimal136157188
Binary100010001001110110111100
Octal210235274

Shades and tints

Shades of #889DBC

#889DBC
(136,157,188)
#7C8FAB
(124,143,171)
#70819A
(112,129,154)
#647389
(100,115,137)
#586578
(88,101,120)
#4C5767
(76,87,103)
#404956
(64,73,86)
#343B45
(52,59,69)
#282D34
(40,45,52)
#1C1F23
(28,31,35)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #889DBC

#889DBC
(136,157,188)
#92A5C2
(146,165,194)
#9CADC8
(156,173,200)
#A6B5CE
(166,181,206)
#B0BDD4
(176,189,212)
#BAC5DA
(186,197,218)
#C4CDE0
(196,205,224)
#CED5E6
(206,213,230)
#D8DDEC
(216,221,236)
#E2E5F2
(226,229,242)
#ECEDF8
(236,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889DBC; }

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

This text font color is #889DBC.


Background Color

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

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

This div background color is #889DBC.


Border color

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

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

This div border color is #889DBC.


Opacity

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

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

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

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

This text has shadow with #889DBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889DBC on black background.


Color preview on white background

This text has color #889DBC on white background.



Black color preview on #889DBC background

This text has black color on #889DBC background.


White color preview on #889DBC background

This text has white color on #889DBC background.