COLOR #88AC83

HEX: #88AC83
RGB: (136,172,131)

Color info

#88AC83 contains red, green and blue colors in about the same proportion. Web safe color of #88AC83 is #999999 (or #999).

RGB color model

#88AC83 color RGB value is (136,172,131).

  • red value is 136;
  • green value is 172;
  • blue value is 131.
RGB:
(136,172,131)
(53%,67%,51%)

RGB channels and saturation

R 136 of 255 = 53%
G 172 of 255 = 67%
B 131 of 255 = 51%

136
172
131

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

Portions of RGB colors in percentages

R + G + B =
136 + 172 + 131 = 439 (100%)
R 136 of 439 ~ 30.98%
G 172 of 439 ~ 39.18%
B 131 of 439 ~ 29.84%

%30.98
%39.18
%29.84

CMYK color model

#88AC83 color CMYK value is (21,0,24,33).

  • cyan value is 20.93%
  • magenta value is 0.00%
  • yellow value is 23.84%
  • key color value is 32.55%
CMYK:
(21,0,24,33)
C21M0Y24K33 
(21%,0%,24%,33%)
(0.21/0.00/0.24/0.33)	

CMYK percentages

%20.93
%0
%23.84
%32.55

Codes

Color #88AC83 in popluar color models

88AC83
RGB136172131
HSL113°19.81%59.41%
HSB/HSV113°23.84%67.45%
CMYK20.93%0.00%23.84%
32.55%

Color #88AC83 in popluar number systems.

HEX88AC83
Decimal136172131
Binary100010001010110010000011
Octal210254203

Shades and tints

Shades of #88AC83

#88AC83
(136,172,131)
#7C9D78
(124,157,120)
#708E6D
(112,142,109)
#647F62
(100,127,98)
#587057
(88,112,87)
#4C614C
(76,97,76)
#405241
(64,82,65)
#344336
(52,67,54)
#28342B
(40,52,43)
#1C2520
(28,37,32)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #88AC83

#88AC83
(136,172,131)
#92B38E
(146,179,142)
#9CBA99
(156,186,153)
#A6C1A4
(166,193,164)
#B0C8AF
(176,200,175)
#BACFBA
(186,207,186)
#C4D6C5
(196,214,197)
#CEDDD0
(206,221,208)
#D8E4DB
(216,228,219)
#E2EBE6
(226,235,230)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88AC83 color. Also use rgb(136,172,131) instead hex code.

Text Font Color

.myTextColor { color: #88AC83; }

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

This text font color is #88AC83.


Background Color

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

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

This div background color is #88AC83.


Border color

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

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

This div border color is #88AC83.


Opacity

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

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

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

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

This text has shadow with #88AC83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AC83 on black background.


Color preview on white background

This text has color #88AC83 on white background.



Black color preview on #88AC83 background

This text has black color on #88AC83 background.


White color preview on #88AC83 background

This text has white color on #88AC83 background.