COLOR #88966F

HEX: #88966F RGB: (136,150,111)

Color info

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

RGB color model

#88966F color RGB value is (136,150,111).

RGB: (136,150,111) (53%, 59%, 44%)

RGB channels and saturation

R 136 of 255 = 53%
G 150 of 255 = 59%
B 111 of 255 = 44%

136
150
111

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

Portions of RGB colors in percentages

R + G + B = 136 + 150 + 111 = 397 (100%)
R 136 of 397 ~ 34.26%
G 150 of 397 ~ 37.78%
B 111 of 397 ~ 27.96'%

%34.26
%37.78
%27.96

CMYK color model

#88966F color CMYK value is (9,0,26,41).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 26.00%
  • key color value is 41.18%

CMYK: (9,0,26,41)
C9M0Y26K41 (9%, 0%, 26%, 41%)
(0.09 / 0.00 / 0.26 / 0.41)

CMYK percentages

%9.33
%0
%26
%41.18

Codes

Color #88966F in popluar color models

88 96 6F
RGB 136 150 111
HSL 82° 15.66% 51.18%
HSB/HSV 82° 26.00% 58.82%
CMYK 9.33% 0.00% 26.00%
41.18%

Color #88966F in popluar number systems.

HEX 88 96 6F
Decimal 136 150 111
Binary 10001000 10010110 1101111
Octal 210 226 157

Shades and tints

Shades of #88966F

#88966F
(136,150,111)
#7C8965
(124,137,101)
#707C5B
(112,124,91)
#646F51
(100,111,81)
#586247
(88,98,71)
#4C553D
(76,85,61)
#404833
(64,72,51)
#343B29
(52,59,41)
#282E1F
(40,46,31)
#1C2115
(28,33,21)
#10140B
(16,20,11)
#000000
(0,0,0)

Tints of #88966F

#88966F
(136,150,111)
#929F7C
(146,159,124)
#9CA889
(156,168,137)
#A6B196
(166,177,150)
#B0BAA3
(176,186,163)
#BAC3B0
(186,195,176)
#C4CCBD
(196,204,189)
#CED5CA
(206,213,202)
#D8DED7
(216,222,215)
#E2E7E4
(226,231,228)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88966F color. Also use rgb(136,150,111) instead hex code.

Text Font Color

.myTextColor { color: #88966F; }

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

This text font color is #88966F.

Background Color

.myBgColor { background-color: #88966F; }

<div style="background-color:#88966F">Inner text</div>

This div background color is #88966F.

Border color

.myBorderColor { border: 1px solid #88966F; }

<div style="border:3px solid #88966F">Div</div>

This div border color is #88966F.

Opacity

.myOpacity80 { color: #88966F; opacity: 0.8; }

<p style="color:#88966F;opacity:0.8;">80%</p>

Text with #88966F 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 #88966F;}

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

This text has shadow with #88966F color.


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

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

This text has shadow with #88966F primary color and red secondary color.


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

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

This text has shadow with #88966F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #88966F.

Preview

Color preview on black background

This text has color #88966F on black background.


Color preview on white background

This text has color #88966F on white background.


Black color preview on #88966F background

This text has black color on #88966F background.


White color preview on #88966F background

This text has white color on #88966F background.


Related colors

Complementary color

Complementary color for #hex is #776990.


I love getcolorcode.com

Triadic colors

1 #6F8896 and #966F88 with #88966F are triadic colors.

2 #6F9688 and #96886F with #88966F are triadic colors.