COLOR #889DC3

HEX: #889DC3
RGB: (136,157,195)

Color info

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

RGB color model

#889DC3 color RGB value is (136,157,195).

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

RGB channels and saturation

R 136 of 255 = 53%
G 157 of 255 = 62%
B 195 of 255 = 76%

136
157
195

R + G + B ~ 64%. #889DC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 157 + 195 = 488 (100%)
R 136 of 488 ~ 27.87%
G 157 of 488 ~ 32.17%
B 195 of 488 ~ 39.96%

%27.87
%32.17
%39.96

CMYK color model

#889DC3 color CMYK value is (30,19,0,24).

  • cyan value is 30.26%
  • magenta value is 19.49%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(30,19,0,24)
C30M19Y0K24 
(30%,19%,0%,24%)
(0.30/0.19/0.00/0.24)	

CMYK percentages

%30.26
%19.49
%0
%23.53

Codes

Color #889DC3 in popluar color models

889DC3
RGB136157195
HSL219°32.96%64.90%
HSB/HSV219°30.26%76.47%
CMYK30.26%19.49%0.00%
23.53%

Color #889DC3 in popluar number systems.

HEX889DC3
Decimal136157195
Binary100010001001110111000011
Octal210235303

Shades and tints

Shades of #889DC3

#889DC3
(136,157,195)
#7C8FB2
(124,143,178)
#7081A1
(112,129,161)
#647390
(100,115,144)
#58657F
(88,101,127)
#4C576E
(76,87,110)
#40495D
(64,73,93)
#343B4C
(52,59,76)
#282D3B
(40,45,59)
#1C1F2A
(28,31,42)
#101119
(16,17,25)
#000000
(0,0,0)

Tints of #889DC3

#889DC3
(136,157,195)
#92A5C8
(146,165,200)
#9CADCD
(156,173,205)
#A6B5D2
(166,181,210)
#B0BDD7
(176,189,215)
#BAC5DC
(186,197,220)
#C4CDE1
(196,205,225)
#CED5E6
(206,213,230)
#D8DDEB
(216,221,235)
#E2E5F0
(226,229,240)
#ECEDF5
(236,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889DC3; }

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

This text font color is #889DC3.


Background Color

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

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

This div background color is #889DC3.


Border color

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

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

This div border color is #889DC3.


Opacity

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

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

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

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

This text has shadow with #889DC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889DC3 on black background.


Color preview on white background

This text has color #889DC3 on white background.



Black color preview on #889DC3 background

This text has black color on #889DC3 background.


White color preview on #889DC3 background

This text has white color on #889DC3 background.