COLOR #889EBF

HEX: #889EBF
RGB: (136,158,191)

Color info

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

RGB color model

#889EBF color RGB value is (136,158,191).

  • red value is 136;
  • green value is 158;
  • blue value is 191.
RGB:
(136,158,191)
(53%,62%,75%)

RGB channels and saturation

R 136 of 255 = 53%
G 158 of 255 = 62%
B 191 of 255 = 75%

136
158
191

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

Portions of RGB colors in percentages

R + G + B =
136 + 158 + 191 = 485 (100%)
R 136 of 485 ~ 28.04%
G 158 of 485 ~ 32.58%
B 191 of 485 ~ 39.38%

%28.04
%32.58
%39.38

CMYK color model

#889EBF color CMYK value is (29,17,0,25).

  • cyan value is 28.80%
  • magenta value is 17.28%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(29,17,0,25)
C29M17Y0K25 
(29%,17%,0%,25%)
(0.29/0.17/0.00/0.25)	

CMYK percentages

%28.8
%17.28
%0
%25.1

Codes

Color #889EBF in popluar color models

889EBF
RGB136158191
HSL216°30.05%64.12%
HSB/HSV216°28.80%74.90%
CMYK28.80%17.28%0.00%
25.10%

Color #889EBF in popluar number systems.

HEX889EBF
Decimal136158191
Binary100010001001111010111111
Octal210236277

Shades and tints

Shades of #889EBF

#889EBF
(136,158,191)
#7C90AE
(124,144,174)
#70829D
(112,130,157)
#64748C
(100,116,140)
#58667B
(88,102,123)
#4C586A
(76,88,106)
#404A59
(64,74,89)
#343C48
(52,60,72)
#282E37
(40,46,55)
#1C2026
(28,32,38)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #889EBF

#889EBF
(136,158,191)
#92A6C4
(146,166,196)
#9CAEC9
(156,174,201)
#A6B6CE
(166,182,206)
#B0BED3
(176,190,211)
#BAC6D8
(186,198,216)
#C4CEDD
(196,206,221)
#CED6E2
(206,214,226)
#D8DEE7
(216,222,231)
#E2E6EC
(226,230,236)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889EBF color. Also use rgb(136,158,191) instead hex code.

Text Font Color

.myTextColor { color: #889EBF; }

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

This text font color is #889EBF.


Background Color

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

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

This div background color is #889EBF.


Border color

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

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

This div border color is #889EBF.


Opacity

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

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

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

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

This text has shadow with #889EBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889EBF on black background.


Color preview on white background

This text has color #889EBF on white background.



Black color preview on #889EBF background

This text has black color on #889EBF background.


White color preview on #889EBF background

This text has white color on #889EBF background.