COLOR #8889C9

HEX: #8889C9
RGB: (136,137,201)

Color info

#8889C9 contains mainly blue color. Web safe color of #8889C9 is #9999CC (or #99C).

RGB color model

#8889C9 color RGB value is (136,137,201).

  • red value is 136;
  • green value is 137;
  • blue value is 201.
RGB:
(136,137,201)
(53%,54%,79%)

RGB channels and saturation

R 136 of 255 = 53%
G 137 of 255 = 54%
B 201 of 255 = 79%

136
137
201

R + G + B ~ 62%. #8889C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 137 + 201 = 474 (100%)
R 136 of 474 ~ 28.69%
G 137 of 474 ~ 28.9%
B 201 of 474 ~ 42.41%

%28.69
%28.9
%42.41

CMYK color model

#8889C9 color CMYK value is (32,32,0,21).

  • cyan value is 32.34%
  • magenta value is 31.84%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(32,32,0,21)
C32M32Y0K21 
(32%,32%,0%,21%)
(0.32/0.32/0.00/0.21)	

CMYK percentages

%32.34
%31.84
%0
%21.18

Codes

Color #8889C9 in popluar color models

8889C9
RGB136137201
HSL239°37.57%66.08%
HSB/HSV239°32.34%78.82%
CMYK32.34%31.84%0.00%
21.18%

Color #8889C9 in popluar number systems.

HEX8889C9
Decimal136137201
Binary100010001000100111001001
Octal210211311

Shades and tints

Shades of #8889C9

#8889C9
(136,137,201)
#7C7DB7
(124,125,183)
#7071A5
(112,113,165)
#646593
(100,101,147)
#585981
(88,89,129)
#4C4D6F
(76,77,111)
#40415D
(64,65,93)
#34354B
(52,53,75)
#282939
(40,41,57)
#1C1D27
(28,29,39)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #8889C9

#8889C9
(136,137,201)
#9293CD
(146,147,205)
#9C9DD1
(156,157,209)
#A6A7D5
(166,167,213)
#B0B1D9
(176,177,217)
#BABBDD
(186,187,221)
#C4C5E1
(196,197,225)
#CECFE5
(206,207,229)
#D8D9E9
(216,217,233)
#E2E3ED
(226,227,237)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8889C9 color. Also use rgb(136,137,201) instead hex code.

Text Font Color

.myTextColor { color: #8889C9; }

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

This text font color is #8889C9.


Background Color

.myBgColor { background-color: #8889C9; }

<div style="background-color:#8889C9">Inner text</div>

This div background color is #8889C9.


Border color

.myBorderColor { border: 1px solid #8889C9; }

<div style="border:3px solid #8889C9">Div</div>

This div border color is #8889C9.


Opacity

.myOpacity80 { color: #8889C9; opacity: 0.8; }

<p style="color:#8889C9;opacity:0.8;">80%</p>

Text with #8889C9 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 #8889C9;}

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

This text has shadow with #8889C9 color.

.textShadow {text-shadow: 3px 3px 1px #8889C9, 3px 3px 1px red;}

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

This text has shadow with #8889C9 primary color and red secondary color.


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

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

This text has shadow with #8889C9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8889C9 on black background.


Color preview on white background

This text has color #8889C9 on white background.



Black color preview on #8889C9 background

This text has black color on #8889C9 background.


White color preview on #8889C9 background

This text has white color on #8889C9 background.