COLOR #88A86D

HEX: #88A86D
RGB: (136,168,109)

Color info

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

RGB color model

#88A86D color RGB value is (136,168,109).

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

RGB channels and saturation

R 136 of 255 = 53%
G 168 of 255 = 66%
B 109 of 255 = 43%

136
168
109

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

Portions of RGB colors in percentages

R + G + B =
136 + 168 + 109 = 413 (100%)
R 136 of 413 ~ 32.93%
G 168 of 413 ~ 40.68%
B 109 of 413 ~ 26.39%

%32.93
%40.68
%26.39

CMYK color model

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

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 35.12%
  • key color value is 34.12%
CMYK:
(19,0,35,34)
C19M0Y35K34 
(19%,0%,35%,34%)
(0.19/0.00/0.35/0.34)	

CMYK percentages

%19.05
%0
%35.12
%34.12

Codes

Color #88A86D in popluar color models

88A86D
RGB136168109
HSL93°25.32%54.31%
HSB/HSV93°35.12%65.88%
CMYK19.05%0.00%35.12%
34.12%

Color #88A86D in popluar number systems.

HEX88A86D
Decimal136168109
Binary10001000101010001101101
Octal210250155

Shades and tints

Shades of #88A86D

#88A86D
(136,168,109)
#7C9964
(124,153,100)
#708A5B
(112,138,91)
#647B52
(100,123,82)
#586C49
(88,108,73)
#4C5D40
(76,93,64)
#404E37
(64,78,55)
#343F2E
(52,63,46)
#283025
(40,48,37)
#1C211C
(28,33,28)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #88A86D

#88A86D
(136,168,109)
#92AF7A
(146,175,122)
#9CB687
(156,182,135)
#A6BD94
(166,189,148)
#B0C4A1
(176,196,161)
#BACBAE
(186,203,174)
#C4D2BB
(196,210,187)
#CED9C8
(206,217,200)
#D8E0D5
(216,224,213)
#E2E7E2
(226,231,226)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A86D; }

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

This text font color is #88A86D.


Background Color

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

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

This div background color is #88A86D.


Border color

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

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

This div border color is #88A86D.


Opacity

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

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

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

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

This text has shadow with #88A86D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A86D on black background.


Color preview on white background

This text has color #88A86D on white background.



Black color preview on #88A86D background

This text has black color on #88A86D background.


White color preview on #88A86D background

This text has white color on #88A86D background.