COLOR #889B70

HEX: #889B70 RGB: (136,155,112)

Color info

#889B70 contains red, green and blue colors in about the same proportion. Web safe color of #889B70 is #999966 (or #996).

RGB color model

#889B70 color RGB value is (136,155,112).

RGB: (136,155,112) (53%, 61%, 44%)

RGB channels and saturation

R 136 of 255 = 53%
G 155 of 255 = 61%
B 112 of 255 = 44%

136
155
112

R + G + B ~ 53%. #889B70 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 155 + 112 = 403 (100%)
R 136 of 403 ~ 33.75%
G 155 of 403 ~ 38.46%
B 112 of 403 ~ 27.79'%

%33.75
%38.46
%27.79

CMYK color model

#889B70 color CMYK value is (12,0,28,39).

  • cyan value is 12.26%
  • magenta value is 0.00%
  • yellow value is 27.74%
  • key color value is 39.22%

CMYK: (12,0,28,39)
C12M0Y28K39 (12%, 0%, 28%, 39%)
(0.12 / 0.00 / 0.28 / 0.39)

CMYK percentages

%12.26
%0
%27.74
%39.22

Codes

Color #889B70 in popluar color models

88 9B 70
RGB 136 155 112
HSL 87° 17.70% 52.35%
HSB/HSV 87° 27.74% 60.78%
CMYK 12.26% 0.00% 27.74%
39.22%

Color #889B70 in popluar number systems.

HEX 88 9B 70
Decimal 136 155 112
Binary 10001000 10011011 1110000
Octal 210 233 160

Shades and tints

Shades of #889B70

#889B70
(136,155,112)
#7C8D66
(124,141,102)
#707F5C
(112,127,92)
#647152
(100,113,82)
#586348
(88,99,72)
#4C553E
(76,85,62)
#404734
(64,71,52)
#34392A
(52,57,42)
#282B20
(40,43,32)
#1C1D16
(28,29,22)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #889B70

#889B70
(136,155,112)
#92A47D
(146,164,125)
#9CAD8A
(156,173,138)
#A6B697
(166,182,151)
#B0BFA4
(176,191,164)
#BAC8B1
(186,200,177)
#C4D1BE
(196,209,190)
#CEDACB
(206,218,203)
#D8E3D8
(216,227,216)
#E2ECE5
(226,236,229)
#ECF5F2
(236,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889B70 color. Also use rgb(136,155,112) instead hex code.

Text Font Color

.myTextColor { color: #889B70; }

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

This text font color is #889B70.

Background Color

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

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

This div background color is #889B70.

Border color

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

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

This div border color is #889B70.

Opacity

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

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

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

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

This text has shadow with #889B70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889B70.

Preview

Color preview on black background

This text has color #889B70 on black background.


Color preview on white background

This text has color #889B70 on white background.


Black color preview on #889B70 background

This text has black color on #889B70 background.


White color preview on #889B70 background

This text has white color on #889B70 background.


Related colors

Complementary color

Complementary color for #hex is #77648F.


I love getcolorcode.com

Triadic colors

1 #70889B and #9B7088 with #889B70 are triadic colors.

2 #709B88 and #9B8870 with #889B70 are triadic colors.