COLOR #889B66

HEX: #889B66
RGB: (136,155,102)

Color info

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

RGB color model

#889B66 color RGB value is (136,155,102).

  • red value is 136;
  • green value is 155;
  • blue value is 102.
RGB:
(136,155,102)
(53%,61%,40%)

RGB channels and saturation

R 136 of 255 = 53%
G 155 of 255 = 61%
B 102 of 255 = 40%

136
155
102

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

Portions of RGB colors in percentages

R + G + B =
136 + 155 + 102 = 393 (100%)
R 136 of 393 ~ 34.61%
G 155 of 393 ~ 39.44%
B 102 of 393 ~ 25.95%

%34.61
%39.44
%25.95

CMYK color model

#889B66 color CMYK value is (12,0,34,39).

  • cyan value is 12.26%
  • magenta value is 0.00%
  • yellow value is 34.19%
  • key color value is 39.22%
CMYK:
(12,0,34,39)
C12M0Y34K39 
(12%,0%,34%,39%)
(0.12/0.00/0.34/0.39)	

CMYK percentages

%12.26
%0
%34.19
%39.22

Codes

Color #889B66 in popluar color models

889B66
RGB136155102
HSL82°20.95%50.39%
HSB/HSV82°34.19%60.78%
CMYK12.26%0.00%34.19%
39.22%

Color #889B66 in popluar number systems.

HEX889B66
Decimal136155102
Binary10001000100110111100110
Octal210233146

Shades and tints

Shades of #889B66

#889B66
(136,155,102)
#7C8D5D
(124,141,93)
#707F54
(112,127,84)
#64714B
(100,113,75)
#586342
(88,99,66)
#4C5539
(76,85,57)
#404730
(64,71,48)
#343927
(52,57,39)
#282B1E
(40,43,30)
#1C1D15
(28,29,21)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #889B66

#889B66
(136,155,102)
#92A473
(146,164,115)
#9CAD80
(156,173,128)
#A6B68D
(166,182,141)
#B0BF9A
(176,191,154)
#BAC8A7
(186,200,167)
#C4D1B4
(196,209,180)
#CEDAC1
(206,218,193)
#D8E3CE
(216,227,206)
#E2ECDB
(226,236,219)
#ECF5E8
(236,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889B66; }

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

This text font color is #889B66.


Background Color

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

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

This div background color is #889B66.


Border color

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

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

This div border color is #889B66.


Opacity

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

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

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

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

This text has shadow with #889B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889B66 on black background.


Color preview on white background

This text has color #889B66 on white background.



Black color preview on #889B66 background

This text has black color on #889B66 background.


White color preview on #889B66 background

This text has white color on #889B66 background.