COLOR #889DAC

HEX: #889DAC RGB: (136,157,172)

Color info

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

RGB color model

#889DAC color RGB value is (136,157,172).

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

RGB channels and saturation

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

136
157
172

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

Portions of RGB colors in percentages

R + G + B = 136 + 157 + 172 = 465 (100%)
R 136 of 465 ~ 29.25%
G 157 of 465 ~ 33.76%
B 172 of 465 ~ 36.99'%

%29.25
%33.76
%36.99

CMYK color model

#889DAC color CMYK value is (21,9,0,33).

  • cyan value is 20.93%
  • magenta value is 8.72%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (21,9,0,33)
C21M9Y0K33 (21%, 9%, 0%, 33%)
(0.21 / 0.09 / 0.00 / 0.33)

CMYK percentages

%20.93
%8.72
%0
%32.55

Codes

Color #889DAC in popluar color models

88 9D AC
RGB 136 157 172
HSL 205° 17.82% 60.39%
HSB/HSV 205° 20.93% 67.45%
CMYK 20.93% 8.72% 0.00%
32.55%

Color #889DAC in popluar number systems.

HEX 88 9D AC
Decimal 136 157 172
Binary 10001000 10011101 10101100
Octal 210 235 254

Shades and tints

Shades of #889DAC

#889DAC
(136,157,172)
#7C8F9D
(124,143,157)
#70818E
(112,129,142)
#64737F
(100,115,127)
#586570
(88,101,112)
#4C5761
(76,87,97)
#404952
(64,73,82)
#343B43
(52,59,67)
#282D34
(40,45,52)
#1C1F25
(28,31,37)
#101116
(16,17,22)
#000000
(0,0,0)

Tints of #889DAC

#889DAC
(136,157,172)
#92A5B3
(146,165,179)
#9CADBA
(156,173,186)
#A6B5C1
(166,181,193)
#B0BDC8
(176,189,200)
#BAC5CF
(186,197,207)
#C4CDD6
(196,205,214)
#CED5DD
(206,213,221)
#D8DDE4
(216,221,228)
#E2E5EB
(226,229,235)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889DAC; }

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

This text font color is #889DAC.

Background Color

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

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

This div background color is #889DAC.

Border color

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

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

This div border color is #889DAC.

Opacity

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

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

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

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

This text has shadow with #889DAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889DAC.

Preview

Color preview on black background

This text has color #889DAC on black background.


Color preview on white background

This text has color #889DAC on white background.


Black color preview on #889DAC background

This text has black color on #889DAC background.


White color preview on #889DAC background

This text has white color on #889DAC background.


Related colors

Complementary color

Complementary color for #hex is #776253.


I love getcolorcode.com

Triadic colors

1 #AC889D and #9DAC88 with #889DAC are triadic colors.

2 #AC9D88 and #9D88AC with #889DAC are triadic colors.