COLOR #889CAD

HEX: #889CAD RGB: (136,156,173)

Color info

#889CAD contains red, green and blue colors in about the same proportion. Web safe color of #889CAD is #999999 (or #999).

RGB color model

#889CAD color RGB value is (136,156,173).

RGB: (136,156,173) (53%, 61%, 68%)

RGB channels and saturation

R 136 of 255 = 53%
G 156 of 255 = 61%
B 173 of 255 = 68%

136
156
173

R + G + B ~ 61%. #889CAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 156 + 173 = 465 (100%)
R 136 of 465 ~ 29.25%
G 156 of 465 ~ 33.55%
B 173 of 465 ~ 37.2'%

%29.25
%33.55
%37.2

CMYK color model

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

  • cyan value is 21.39%
  • magenta value is 9.83%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (21,10,0,32)
C21M10Y0K32 (21%, 10%, 0%, 32%)
(0.21 / 0.10 / 0.00 / 0.32)

CMYK percentages

%21.39
%9.83
%0
%32.16

Codes

Color #889CAD in popluar color models

88 9C AD
RGB 136 156 173
HSL 208° 18.41% 60.59%
HSB/HSV 208° 21.39% 67.84%
CMYK 21.39% 9.83% 0.00%
32.16%

Color #889CAD in popluar number systems.

HEX 88 9C AD
Decimal 136 156 173
Binary 10001000 10011100 10101101
Octal 210 234 255

Shades and tints

Shades of #889CAD

#889CAD
(136,156,173)
#7C8E9E
(124,142,158)
#70808F
(112,128,143)
#647280
(100,114,128)
#586471
(88,100,113)
#4C5662
(76,86,98)
#404853
(64,72,83)
#343A44
(52,58,68)
#282C35
(40,44,53)
#1C1E26
(28,30,38)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #889CAD

#889CAD
(136,156,173)
#92A5B4
(146,165,180)
#9CAEBB
(156,174,187)
#A6B7C2
(166,183,194)
#B0C0C9
(176,192,201)
#BAC9D0
(186,201,208)
#C4D2D7
(196,210,215)
#CEDBDE
(206,219,222)
#D8E4E5
(216,228,229)
#E2EDEC
(226,237,236)
#ECF6F3
(236,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889CAD color. Also use rgb(136,156,173) instead hex code.

Text Font Color

.myTextColor { color: #889CAD; }

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

This text font color is #889CAD.

Background Color

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

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

This div background color is #889CAD.

Border color

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

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

This div border color is #889CAD.

Opacity

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

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

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

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

This text has shadow with #889CAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889CAD.

Preview

Color preview on black background

This text has color #889CAD on black background.


Color preview on white background

This text has color #889CAD on white background.


Black color preview on #889CAD background

This text has black color on #889CAD background.


White color preview on #889CAD background

This text has white color on #889CAD background.


Related colors

Complementary color

Complementary color for #hex is #776352.


I love getcolorcode.com

Triadic colors

1 #AD889C and #9CAD88 with #889CAD are triadic colors.

2 #AD9C88 and #9C88AD with #889CAD are triadic colors.