COLOR #88A76D

HEX: #88A76D
RGB: (136,167,109)

Color info

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

RGB color model

#88A76D color RGB value is (136,167,109).

  • red value is 136;
  • green value is 167;
  • blue value is 109.
RGB:
(136,167,109)
(53%,65%,43%)

RGB channels and saturation

R 136 of 255 = 53%
G 167 of 255 = 65%
B 109 of 255 = 43%

136
167
109

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

Portions of RGB colors in percentages

R + G + B =
136 + 167 + 109 = 412 (100%)
R 136 of 412 ~ 33.01%
G 167 of 412 ~ 40.53%
B 109 of 412 ~ 26.46%

%33.01
%40.53
%26.46

CMYK color model

#88A76D color CMYK value is (19,0,35,35).

  • cyan value is 18.56%
  • magenta value is 0.00%
  • yellow value is 34.73%
  • key color value is 34.51%
CMYK:
(19,0,35,35)
C19M0Y35K35 
(19%,0%,35%,35%)
(0.19/0.00/0.35/0.35)	

CMYK percentages

%18.56
%0
%34.73
%34.51

Codes

Color #88A76D in popluar color models

88A76D
RGB136167109
HSL92°24.79%54.12%
HSB/HSV92°34.73%65.49%
CMYK18.56%0.00%34.73%
34.51%

Color #88A76D in popluar number systems.

HEX88A76D
Decimal136167109
Binary10001000101001111101101
Octal210247155

Shades and tints

Shades of #88A76D

#88A76D
(136,167,109)
#7C9864
(124,152,100)
#70895B
(112,137,91)
#647A52
(100,122,82)
#586B49
(88,107,73)
#4C5C40
(76,92,64)
#404D37
(64,77,55)
#343E2E
(52,62,46)
#282F25
(40,47,37)
#1C201C
(28,32,28)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #88A76D

#88A76D
(136,167,109)
#92AF7A
(146,175,122)
#9CB787
(156,183,135)
#A6BF94
(166,191,148)
#B0C7A1
(176,199,161)
#BACFAE
(186,207,174)
#C4D7BB
(196,215,187)
#CEDFC8
(206,223,200)
#D8E7D5
(216,231,213)
#E2EFE2
(226,239,226)
#ECF7EF
(236,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A76D color. Also use rgb(136,167,109) instead hex code.

Text Font Color

.myTextColor { color: #88A76D; }

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

This text font color is #88A76D.


Background Color

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

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

This div background color is #88A76D.


Border color

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

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

This div border color is #88A76D.


Opacity

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

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

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

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

This text has shadow with #88A76D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A76D on black background.


Color preview on white background

This text has color #88A76D on white background.



Black color preview on #88A76D background

This text has black color on #88A76D background.


White color preview on #88A76D background

This text has white color on #88A76D background.