COLOR #889D66

HEX: #889D66
RGB: (136,157,102)

Color info

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

RGB color model

#889D66 color RGB value is (136,157,102).

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

RGB channels and saturation

R 136 of 255 = 53%
G 157 of 255 = 62%
B 102 of 255 = 40%

136
157
102

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

Portions of RGB colors in percentages

R + G + B =
136 + 157 + 102 = 395 (100%)
R 136 of 395 ~ 34.43%
G 157 of 395 ~ 39.75%
B 102 of 395 ~ 25.82%

%34.43
%39.75
%25.82

CMYK color model

#889D66 color CMYK value is (13,0,35,38).

  • cyan value is 13.38%
  • magenta value is 0.00%
  • yellow value is 35.03%
  • key color value is 38.43%
CMYK:
(13,0,35,38)
C13M0Y35K38 
(13%,0%,35%,38%)
(0.13/0.00/0.35/0.38)	

CMYK percentages

%13.38
%0
%35.03
%38.43

Codes

Color #889D66 in popluar color models

889D66
RGB136157102
HSL83°21.91%50.78%
HSB/HSV83°35.03%61.57%
CMYK13.38%0.00%35.03%
38.43%

Color #889D66 in popluar number systems.

HEX889D66
Decimal136157102
Binary10001000100111011100110
Octal210235146

Shades and tints

Shades of #889D66

#889D66
(136,157,102)
#7C8F5D
(124,143,93)
#708154
(112,129,84)
#64734B
(100,115,75)
#586542
(88,101,66)
#4C5739
(76,87,57)
#404930
(64,73,48)
#343B27
(52,59,39)
#282D1E
(40,45,30)
#1C1F15
(28,31,21)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #889D66

#889D66
(136,157,102)
#92A573
(146,165,115)
#9CAD80
(156,173,128)
#A6B58D
(166,181,141)
#B0BD9A
(176,189,154)
#BAC5A7
(186,197,167)
#C4CDB4
(196,205,180)
#CED5C1
(206,213,193)
#D8DDCE
(216,221,206)
#E2E5DB
(226,229,219)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889D66; }

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

This text font color is #889D66.


Background Color

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

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

This div background color is #889D66.


Border color

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

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

This div border color is #889D66.


Opacity

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

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

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

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

This text has shadow with #889D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889D66 on black background.


Color preview on white background

This text has color #889D66 on white background.



Black color preview on #889D66 background

This text has black color on #889D66 background.


White color preview on #889D66 background

This text has white color on #889D66 background.