COLOR #889BC3

HEX: #889BC3
RGB: (136,155,195)

Color info

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

RGB color model

#889BC3 color RGB value is (136,155,195).

  • red value is 136;
  • green value is 155;
  • blue value is 195.
RGB:
(136,155,195)
(53%,61%,76%)

RGB channels and saturation

R 136 of 255 = 53%
G 155 of 255 = 61%
B 195 of 255 = 76%

136
155
195

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

Portions of RGB colors in percentages

R + G + B =
136 + 155 + 195 = 486 (100%)
R 136 of 486 ~ 27.98%
G 155 of 486 ~ 31.89%
B 195 of 486 ~ 40.12%

%27.98
%31.89
%40.12

CMYK color model

#889BC3 color CMYK value is (30,21,0,24).

  • cyan value is 30.26%
  • magenta value is 20.51%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(30,21,0,24)
C30M21Y0K24 
(30%,21%,0%,24%)
(0.30/0.21/0.00/0.24)	

CMYK percentages

%30.26
%20.51
%0
%23.53

Codes

Color #889BC3 in popluar color models

889BC3
RGB136155195
HSL221°32.96%64.90%
HSB/HSV221°30.26%76.47%
CMYK30.26%20.51%0.00%
23.53%

Color #889BC3 in popluar number systems.

HEX889BC3
Decimal136155195
Binary100010001001101111000011
Octal210233303

Shades and tints

Shades of #889BC3

#889BC3
(136,155,195)
#7C8DB2
(124,141,178)
#707FA1
(112,127,161)
#647190
(100,113,144)
#58637F
(88,99,127)
#4C556E
(76,85,110)
#40475D
(64,71,93)
#34394C
(52,57,76)
#282B3B
(40,43,59)
#1C1D2A
(28,29,42)
#100F19
(16,15,25)
#000000
(0,0,0)

Tints of #889BC3

#889BC3
(136,155,195)
#92A4C8
(146,164,200)
#9CADCD
(156,173,205)
#A6B6D2
(166,182,210)
#B0BFD7
(176,191,215)
#BAC8DC
(186,200,220)
#C4D1E1
(196,209,225)
#CEDAE6
(206,218,230)
#D8E3EB
(216,227,235)
#E2ECF0
(226,236,240)
#ECF5F5
(236,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889BC3; }

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

This text font color is #889BC3.


Background Color

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

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

This div background color is #889BC3.


Border color

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

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

This div border color is #889BC3.


Opacity

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

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

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

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

This text has shadow with #889BC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889BC3 on black background.


Color preview on white background

This text has color #889BC3 on white background.



Black color preview on #889BC3 background

This text has black color on #889BC3 background.


White color preview on #889BC3 background

This text has white color on #889BC3 background.