COLOR #889DAB

HEX: #889DAB RGB: (136,157,171)

Color info

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

RGB color model

#889DAB color RGB value is (136,157,171).

RGB: (136,157,171) (53%, 62%, 67%)

RGB channels and saturation

R 136 of 255 = 53%
G 157 of 255 = 62%
B 171 of 255 = 67%

136
157
171

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

Portions of RGB colors in percentages

R + G + B = 136 + 157 + 171 = 464 (100%)
R 136 of 464 ~ 29.31%
G 157 of 464 ~ 33.84%
B 171 of 464 ~ 36.85'%

%29.31
%33.84
%36.85

CMYK color model

#889DAB color CMYK value is (20,8,0,33).

  • cyan value is 20.47%
  • magenta value is 8.19%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (20,8,0,33)
C20M8Y0K33 (20%, 8%, 0%, 33%)
(0.20 / 0.08 / 0.00 / 0.33)

CMYK percentages

%20.47
%8.19
%0
%32.94

Codes

Color #889DAB in popluar color models

88 9D AB
RGB 136 157 171
HSL 204° 17.24% 60.20%
HSB/HSV 204° 20.47% 67.06%
CMYK 20.47% 8.19% 0.00%
32.94%

Color #889DAB in popluar number systems.

HEX 88 9D AB
Decimal 136 157 171
Binary 10001000 10011101 10101011
Octal 210 235 253

Shades and tints

Shades of #889DAB

#889DAB
(136,157,171)
#7C8F9C
(124,143,156)
#70818D
(112,129,141)
#64737E
(100,115,126)
#58656F
(88,101,111)
#4C5760
(76,87,96)
#404951
(64,73,81)
#343B42
(52,59,66)
#282D33
(40,45,51)
#1C1F24
(28,31,36)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #889DAB

#889DAB
(136,157,171)
#92A5B2
(146,165,178)
#9CADB9
(156,173,185)
#A6B5C0
(166,181,192)
#B0BDC7
(176,189,199)
#BAC5CE
(186,197,206)
#C4CDD5
(196,205,213)
#CED5DC
(206,213,220)
#D8DDE3
(216,221,227)
#E2E5EA
(226,229,234)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889DAB; }

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

This text font color is #889DAB.

Background Color

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

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

This div background color is #889DAB.

Border color

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

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

This div border color is #889DAB.

Opacity

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

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

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

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

This text has shadow with #889DAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889DAB.

Preview

Color preview on black background

This text has color #889DAB on black background.


Color preview on white background

This text has color #889DAB on white background.


Black color preview on #889DAB background

This text has black color on #889DAB background.


White color preview on #889DAB background

This text has white color on #889DAB background.


Related colors

Complementary color

Complementary color for #hex is #776254.


I love getcolorcode.com

Triadic colors

1 #AB889D and #9DAB88 with #889DAB are triadic colors.

2 #AB9D88 and #9D88AB with #889DAB are triadic colors.