COLOR #88A16C

HEX: #88A16C
RGB: (136,161,108)

Color info

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

RGB color model

#88A16C color RGB value is (136,161,108).

  • red value is 136;
  • green value is 161;
  • blue value is 108.
RGB:
(136,161,108)
(53%,63%,42%)

RGB channels and saturation

R 136 of 255 = 53%
G 161 of 255 = 63%
B 108 of 255 = 42%

136
161
108

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

Portions of RGB colors in percentages

R + G + B =
136 + 161 + 108 = 405 (100%)
R 136 of 405 ~ 33.58%
G 161 of 405 ~ 39.75%
B 108 of 405 ~ 26.67%

%33.58
%39.75
%26.67

CMYK color model

#88A16C color CMYK value is (16,0,33,37).

  • cyan value is 15.53%
  • magenta value is 0.00%
  • yellow value is 32.92%
  • key color value is 36.86%
CMYK:
(16,0,33,37)
C16M0Y33K37 
(16%,0%,33%,37%)
(0.16/0.00/0.33/0.37)	

CMYK percentages

%15.53
%0
%32.92
%36.86

Codes

Color #88A16C in popluar color models

88A16C
RGB136161108
HSL88°21.99%52.75%
HSB/HSV88°32.92%63.14%
CMYK15.53%0.00%32.92%
36.86%

Color #88A16C in popluar number systems.

HEX88A16C
Decimal136161108
Binary10001000101000011101100
Octal210241154

Shades and tints

Shades of #88A16C

#88A16C
(136,161,108)
#7C9363
(124,147,99)
#70855A
(112,133,90)
#647751
(100,119,81)
#586948
(88,105,72)
#4C5B3F
(76,91,63)
#404D36
(64,77,54)
#343F2D
(52,63,45)
#283124
(40,49,36)
#1C231B
(28,35,27)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #88A16C

#88A16C
(136,161,108)
#92A979
(146,169,121)
#9CB186
(156,177,134)
#A6B993
(166,185,147)
#B0C1A0
(176,193,160)
#BAC9AD
(186,201,173)
#C4D1BA
(196,209,186)
#CED9C7
(206,217,199)
#D8E1D4
(216,225,212)
#E2E9E1
(226,233,225)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A16C color. Also use rgb(136,161,108) instead hex code.

Text Font Color

.myTextColor { color: #88A16C; }

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

This text font color is #88A16C.


Background Color

.myBgColor { background-color: #88A16C; }

<div style="background-color:#88A16C">Inner text</div>

This div background color is #88A16C.


Border color

.myBorderColor { border: 1px solid #88A16C; }

<div style="border:3px solid #88A16C">Div</div>

This div border color is #88A16C.


Opacity

.myOpacity80 { color: #88A16C; opacity: 0.8; }

<p style="color:#88A16C;opacity:0.8;">80%</p>

Text with #88A16C 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 #88A16C;}

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

This text has shadow with #88A16C color.

.textShadow {text-shadow: 3px 3px 1px #88A16C, 3px 3px 1px red;}

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

This text has shadow with #88A16C primary color and red secondary color.


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

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

This text has shadow with #88A16C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A16C on black background.


Color preview on white background

This text has color #88A16C on white background.



Black color preview on #88A16C background

This text has black color on #88A16C background.


White color preview on #88A16C background

This text has white color on #88A16C background.