COLOR #88997A

HEX: #88997A
RGB: (136,153,122)

Color info

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

RGB color model

#88997A color RGB value is (136,153,122).

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

RGB channels and saturation

R 136 of 255 = 53%
G 153 of 255 = 60%
B 122 of 255 = 48%

136
153
122

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

Portions of RGB colors in percentages

R + G + B =
136 + 153 + 122 = 411 (100%)
R 136 of 411 ~ 33.09%
G 153 of 411 ~ 37.23%
B 122 of 411 ~ 29.68%

%33.09
%37.23
%29.68

CMYK color model

#88997A color CMYK value is (11,0,20,40).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 20.26%
  • key color value is 40.00%
CMYK: (11,0,20,40) C11M0Y20K40 (11%,0%,20%,40%) (0.11/0.00/0.20/0.40)

CMYK percentages

%11.11
%0
%20.26
%40

Codes

Color #88997A in popluar color models

88997A
RGB136153122
HSL93°13.19%53.92%
HSB/HSV93°20.26%60.00%
CMYK11.11%0.00%20.26%
40.00%

Color #88997A in popluar number systems.

HEX88997A
Decimal136153122
Binary10001000100110011111010
Octal210231172

Shades and tints

Shades of #88997A

#88997A
(136,153,122)
#7C8C6F
(124,140,111)
#707F64
(112,127,100)
#647259
(100,114,89)
#58654E
(88,101,78)
#4C5843
(76,88,67)
#404B38
(64,75,56)
#343E2D
(52,62,45)
#283122
(40,49,34)
#1C2417
(28,36,23)
#10170C
(16,23,12)
#000000
(0,0,0)

Tints of #88997A

#88997A
(136,153,122)
#92A286
(146,162,134)
#9CAB92
(156,171,146)
#A6B49E
(166,180,158)
#B0BDAA
(176,189,170)
#BAC6B6
(186,198,182)
#C4CFC2
(196,207,194)
#CED8CE
(206,216,206)
#D8E1DA
(216,225,218)
#E2EAE6
(226,234,230)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88997A; }

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

This text font color is #88997A.


Background Color

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

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

This div background color is #88997A.


Border color

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

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

This div border color is #88997A.


Opacity

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

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

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

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

This text has shadow with #88997A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #88997A on black background.


Color preview on white background

This text has color #88997A on white background.



Black color preview on #88997A background

This text has black color on #88997A background.


White color preview on #88997A background

This text has white color on #88997A background.