COLOR #889AD1

HEX: #889AD1 RGB: (136,154,209)

Color info

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

RGB color model

#889AD1 color RGB value is (136,154,209).

RGB: (136,154,209) (53%, 60%, 82%)

RGB channels and saturation

R 136 of 255 = 53%
G 154 of 255 = 60%
B 209 of 255 = 82%

136
154
209

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

Portions of RGB colors in percentages

R + G + B = 136 + 154 + 209 = 499 (100%)
R 136 of 499 ~ 27.25%
G 154 of 499 ~ 30.86%
B 209 of 499 ~ 41.88'%

%27.25
%30.86
%41.88

CMYK color model

#889AD1 color CMYK value is (35,26,0,18).

  • cyan value is 34.93%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (35,26,0,18)
C35M26Y0K18 (35%, 26%, 0%, 18%)
(0.35 / 0.26 / 0.00 / 0.18)

CMYK percentages

%34.93
%26.32
%0
%18.04

Codes

Color #889AD1 in popluar color models

88 9A D1
RGB 136 154 209
HSL 225° 44.24% 67.65%
HSB/HSV 225° 34.93% 81.96%
CMYK 34.93% 26.32% 0.00%
18.04%

Color #889AD1 in popluar number systems.

HEX 88 9A D1
Decimal 136 154 209
Binary 10001000 10011010 11010001
Octal 210 232 321

Shades and tints

Shades of #889AD1

#889AD1
(136,154,209)
#7C8CBE
(124,140,190)
#707EAB
(112,126,171)
#647098
(100,112,152)
#586285
(88,98,133)
#4C5472
(76,84,114)
#40465F
(64,70,95)
#34384C
(52,56,76)
#282A39
(40,42,57)
#1C1C26
(28,28,38)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #889AD1

#889AD1
(136,154,209)
#92A3D5
(146,163,213)
#9CACD9
(156,172,217)
#A6B5DD
(166,181,221)
#B0BEE1
(176,190,225)
#BAC7E5
(186,199,229)
#C4D0E9
(196,208,233)
#CED9ED
(206,217,237)
#D8E2F1
(216,226,241)
#E2EBF5
(226,235,245)
#ECF4F9
(236,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889AD1 color. Also use rgb(136,154,209) instead hex code.

Text Font Color

.myTextColor { color: #889AD1; }

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

This text font color is #889AD1.

Background Color

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

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

This div background color is #889AD1.

Border color

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

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

This div border color is #889AD1.

Opacity

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

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

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

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

This text has shadow with #889AD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889AD1.

Preview

Color preview on black background

This text has color #889AD1 on black background.


Color preview on white background

This text has color #889AD1 on white background.


Black color preview on #889AD1 background

This text has black color on #889AD1 background.


White color preview on #889AD1 background

This text has white color on #889AD1 background.


Related colors

Complementary color

Complementary color for #hex is #77652E.


I love getcolorcode.com

Triadic colors

1 #D1889A and #9AD188 with #889AD1 are triadic colors.

2 #D19A88 and #9A88D1 with #889AD1 are triadic colors.