COLOR #889DD7

HEX: #889DD7 RGB: (136,157,215)

Color info

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

RGB color model

#889DD7 color RGB value is (136,157,215).

RGB: (136,157,215) (53%, 62%, 84%)

RGB channels and saturation

R 136 of 255 = 53%
G 157 of 255 = 62%
B 215 of 255 = 84%

136
157
215

R + G + B ~ 66%. #889DD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 157 + 215 = 508 (100%)
R 136 of 508 ~ 26.77%
G 157 of 508 ~ 30.91%
B 215 of 508 ~ 42.32'%

%26.77
%30.91
%42.32

CMYK color model

#889DD7 color CMYK value is (37,27,0,16).

  • cyan value is 36.74%
  • magenta value is 26.98%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (37,27,0,16)
C37M27Y0K16 (37%, 27%, 0%, 16%)
(0.37 / 0.27 / 0.00 / 0.16)

CMYK percentages

%36.74
%26.98
%0
%15.69

Codes

Color #889DD7 in popluar color models

88 9D D7
RGB 136 157 215
HSL 224° 49.69% 68.82%
HSB/HSV 224° 36.74% 84.31%
CMYK 36.74% 26.98% 0.00%
15.69%

Color #889DD7 in popluar number systems.

HEX 88 9D D7
Decimal 136 157 215
Binary 10001000 10011101 11010111
Octal 210 235 327

Shades and tints

Shades of #889DD7

#889DD7
(136,157,215)
#7C8FC4
(124,143,196)
#7081B1
(112,129,177)
#64739E
(100,115,158)
#58658B
(88,101,139)
#4C5778
(76,87,120)
#404965
(64,73,101)
#343B52
(52,59,82)
#282D3F
(40,45,63)
#1C1F2C
(28,31,44)
#101119
(16,17,25)
#000000
(0,0,0)

Tints of #889DD7

#889DD7
(136,157,215)
#92A5DA
(146,165,218)
#9CADDD
(156,173,221)
#A6B5E0
(166,181,224)
#B0BDE3
(176,189,227)
#BAC5E6
(186,197,230)
#C4CDE9
(196,205,233)
#CED5EC
(206,213,236)
#D8DDEF
(216,221,239)
#E2E5F2
(226,229,242)
#ECEDF5
(236,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889DD7; }

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

This text font color is #889DD7.

Background Color

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

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

This div background color is #889DD7.

Border color

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

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

This div border color is #889DD7.

Opacity

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

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

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

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

This text has shadow with #889DD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889DD7.

Preview

Color preview on black background

This text has color #889DD7 on black background.


Color preview on white background

This text has color #889DD7 on white background.


Black color preview on #889DD7 background

This text has black color on #889DD7 background.


White color preview on #889DD7 background

This text has white color on #889DD7 background.


Related colors

Complementary color

Complementary color for #hex is #776228.


I love getcolorcode.com

Triadic colors

1 #D7889D and #9DD788 with #889DD7 are triadic colors.

2 #D79D88 and #9D88D7 with #889DD7 are triadic colors.