COLOR #88967A

HEX: #88967A
RGB: (136,150,122)

Color info

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

RGB color model

#88967A color RGB value is (136,150,122).

  • red value is 136;
  • green value is 150;
  • blue value is 122.
RGB:
(136,150,122)
(53%,59%,48%)

RGB channels and saturation

R 136 of 255 = 53%
G 150 of 255 = 59%
B 122 of 255 = 48%

136
150
122

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

Portions of RGB colors in percentages

R + G + B =
136 + 150 + 122 = 408 (100%)
R 136 of 408 ~ 33.33%
G 150 of 408 ~ 36.76%
B 122 of 408 ~ 29.9%

%33.33
%36.76
%29.9

CMYK color model

#88967A color CMYK value is (9,0,19,41).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 18.67%
  • key color value is 41.18%
CMYK:
(9,0,19,41)
C9M0Y19K41 
(9%,0%,19%,41%)
(0.09/0.00/0.19/0.41)	

CMYK percentages

%9.33
%0
%18.67
%41.18

Codes

Color #88967A in popluar color models

88967A
RGB136150122
HSL90°11.76%53.33%
HSB/HSV90°18.67%58.82%
CMYK9.33%0.00%18.67%
41.18%

Color #88967A in popluar number systems.

HEX88967A
Decimal136150122
Binary10001000100101101111010
Octal210226172

Shades and tints

Shades of #88967A

#88967A
(136,150,122)
#7C896F
(124,137,111)
#707C64
(112,124,100)
#646F59
(100,111,89)
#58624E
(88,98,78)
#4C5543
(76,85,67)
#404838
(64,72,56)
#343B2D
(52,59,45)
#282E22
(40,46,34)
#1C2117
(28,33,23)
#10140C
(16,20,12)
#000000
(0,0,0)

Tints of #88967A

#88967A
(136,150,122)
#929F86
(146,159,134)
#9CA892
(156,168,146)
#A6B19E
(166,177,158)
#B0BAAA
(176,186,170)
#BAC3B6
(186,195,182)
#C4CCC2
(196,204,194)
#CED5CE
(206,213,206)
#D8DEDA
(216,222,218)
#E2E7E6
(226,231,230)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88967A color. Also use rgb(136,150,122) instead hex code.

Text Font Color

.myTextColor { color: #88967A; }

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

This text font color is #88967A.


Background Color

.myBgColor { background-color: #88967A; }

<div style="background-color:#88967A">Inner text</div>

This div background color is #88967A.


Border color

.myBorderColor { border: 1px solid #88967A; }

<div style="border:3px solid #88967A">Div</div>

This div border color is #88967A.


Opacity

.myOpacity80 { color: #88967A; opacity: 0.8; }

<p style="color:#88967A;opacity:0.8;">80%</p>

Text with #88967A 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 #88967A;}

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

This text has shadow with #88967A color.

.textShadow {text-shadow: 3px 3px 1px #88967A, 3px 3px 1px red;}

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

This text has shadow with #88967A primary color and red secondary color.


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

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

This text has shadow with #88967A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88967A on black background.


Color preview on white background

This text has color #88967A on white background.



Black color preview on #88967A background

This text has black color on #88967A background.


White color preview on #88967A background

This text has white color on #88967A background.