COLOR #889ACD

HEX: #889ACD RGB: (136,154,205)

Color info

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

RGB color model

#889ACD color RGB value is (136,154,205).

RGB: (136,154,205) (53%, 60%, 80%)

RGB channels and saturation

R 136 of 255 = 53%
G 154 of 255 = 60%
B 205 of 255 = 80%

136
154
205

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

Portions of RGB colors in percentages

R + G + B = 136 + 154 + 205 = 495 (100%)
R 136 of 495 ~ 27.47%
G 154 of 495 ~ 31.11%
B 205 of 495 ~ 41.41'%

%27.47
%31.11
%41.41

CMYK color model

#889ACD color CMYK value is (34,25,0,20).

  • cyan value is 33.66%
  • magenta value is 24.88%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (34,25,0,20)
C34M25Y0K20 (34%, 25%, 0%, 20%)
(0.34 / 0.25 / 0.00 / 0.20)

CMYK percentages

%33.66
%24.88
%0
%19.61

Codes

Color #889ACD in popluar color models

88 9A CD
RGB 136 154 205
HSL 224° 40.83% 66.86%
HSB/HSV 224° 33.66% 80.39%
CMYK 33.66% 24.88% 0.00%
19.61%

Color #889ACD in popluar number systems.

HEX 88 9A CD
Decimal 136 154 205
Binary 10001000 10011010 11001101
Octal 210 232 315

Shades and tints

Shades of #889ACD

#889ACD
(136,154,205)
#7C8CBB
(124,140,187)
#707EA9
(112,126,169)
#647097
(100,112,151)
#586285
(88,98,133)
#4C5473
(76,84,115)
#404661
(64,70,97)
#34384F
(52,56,79)
#282A3D
(40,42,61)
#1C1C2B
(28,28,43)
#100E19
(16,14,25)
#000000
(0,0,0)

Tints of #889ACD

#889ACD
(136,154,205)
#92A3D1
(146,163,209)
#9CACD5
(156,172,213)
#A6B5D9
(166,181,217)
#B0BEDD
(176,190,221)
#BAC7E1
(186,199,225)
#C4D0E5
(196,208,229)
#CED9E9
(206,217,233)
#D8E2ED
(216,226,237)
#E2EBF1
(226,235,241)
#ECF4F5
(236,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889ACD; }

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

This text font color is #889ACD.

Background Color

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

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

This div background color is #889ACD.

Border color

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

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

This div border color is #889ACD.

Opacity

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

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

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

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

This text has shadow with #889ACD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889ACD.

Preview

Color preview on black background

This text has color #889ACD on black background.


Color preview on white background

This text has color #889ACD on white background.


Black color preview on #889ACD background

This text has black color on #889ACD background.


White color preview on #889ACD background

This text has white color on #889ACD background.


Related colors

Complementary color

Complementary color for #hex is #776532.


I love getcolorcode.com

Triadic colors

1 #CD889A and #9ACD88 with #889ACD are triadic colors.

2 #CD9A88 and #9A88CD with #889ACD are triadic colors.