COLOR #889EC9

HEX: #889EC9 RGB: (136,158,201)

Color info

#889EC9 contains mainly green and blue colors. Web safe color of #889EC9 is #9999CC (or #99C).

RGB color model

#889EC9 color RGB value is (136,158,201).

RGB: (136,158,201) (53%, 62%, 79%)

RGB channels and saturation

R 136 of 255 = 53%
G 158 of 255 = 62%
B 201 of 255 = 79%

136
158
201

R + G + B ~ 65%. #889EC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 158 + 201 = 495 (100%)
R 136 of 495 ~ 27.47%
G 158 of 495 ~ 31.92%
B 201 of 495 ~ 40.61'%

%27.47
%31.92
%40.61

CMYK color model

#889EC9 color CMYK value is (32,21,0,21).

  • cyan value is 32.34%
  • magenta value is 21.39%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (32,21,0,21)
C32M21Y0K21 (32%, 21%, 0%, 21%)
(0.32 / 0.21 / 0.00 / 0.21)

CMYK percentages

%32.34
%21.39
%0
%21.18

Codes

Color #889EC9 in popluar color models

88 9E C9
RGB 136 158 201
HSL 220° 37.57% 66.08%
HSB/HSV 220° 32.34% 78.82%
CMYK 32.34% 21.39% 0.00%
21.18%

Color #889EC9 in popluar number systems.

HEX 88 9E C9
Decimal 136 158 201
Binary 10001000 10011110 11001001
Octal 210 236 311

Shades and tints

Shades of #889EC9

#889EC9
(136,158,201)
#7C90B7
(124,144,183)
#7082A5
(112,130,165)
#647493
(100,116,147)
#586681
(88,102,129)
#4C586F
(76,88,111)
#404A5D
(64,74,93)
#343C4B
(52,60,75)
#282E39
(40,46,57)
#1C2027
(28,32,39)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #889EC9

#889EC9
(136,158,201)
#92A6CD
(146,166,205)
#9CAED1
(156,174,209)
#A6B6D5
(166,182,213)
#B0BED9
(176,190,217)
#BAC6DD
(186,198,221)
#C4CEE1
(196,206,225)
#CED6E5
(206,214,229)
#D8DEE9
(216,222,233)
#E2E6ED
(226,230,237)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889EC9; }

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

This text font color is #889EC9.

Background Color

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

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

This div background color is #889EC9.

Border color

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

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

This div border color is #889EC9.

Opacity

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

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

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

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

This text has shadow with #889EC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889EC9.

Preview

Color preview on black background

This text has color #889EC9 on black background.


Color preview on white background

This text has color #889EC9 on white background.


Black color preview on #889EC9 background

This text has black color on #889EC9 background.


White color preview on #889EC9 background

This text has white color on #889EC9 background.


Related colors

Complementary color

Complementary color for #hex is #776136.


I love getcolorcode.com

Triadic colors

1 #C9889E and #9EC988 with #889EC9 are triadic colors.

2 #C99E88 and #9E88C9 with #889EC9 are triadic colors.