COLOR #88A884

HEX: #88A884
RGB: (136,168,132)

Color info

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

RGB color model

#88A884 color RGB value is (136,168,132).

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

RGB channels and saturation

R 136 of 255 = 53%
G 168 of 255 = 66%
B 132 of 255 = 52%

136
168
132

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

Portions of RGB colors in percentages

R + G + B =
136 + 168 + 132 = 436 (100%)
R 136 of 436 ~ 31.19%
G 168 of 436 ~ 38.53%
B 132 of 436 ~ 30.28%

%31.19
%38.53
%30.28

CMYK color model

#88A884 color CMYK value is (19,0,21,34).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 34.12%
CMYK:
(19,0,21,34)
C19M0Y21K34 
(19%,0%,21%,34%)
(0.19/0.00/0.21/0.34)	

CMYK percentages

%19.05
%0
%21.43
%34.12

Codes

Color #88A884 in popluar color models

88A884
RGB136168132
HSL113°17.14%58.82%
HSB/HSV113°21.43%65.88%
CMYK19.05%0.00%21.43%
34.12%

Color #88A884 in popluar number systems.

HEX88A884
Decimal136168132
Binary100010001010100010000100
Octal210250204

Shades and tints

Shades of #88A884

#88A884
(136,168,132)
#7C9978
(124,153,120)
#708A6C
(112,138,108)
#647B60
(100,123,96)
#586C54
(88,108,84)
#4C5D48
(76,93,72)
#404E3C
(64,78,60)
#343F30
(52,63,48)
#283024
(40,48,36)
#1C2118
(28,33,24)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #88A884

#88A884
(136,168,132)
#92AF8F
(146,175,143)
#9CB69A
(156,182,154)
#A6BDA5
(166,189,165)
#B0C4B0
(176,196,176)
#BACBBB
(186,203,187)
#C4D2C6
(196,210,198)
#CED9D1
(206,217,209)
#D8E0DC
(216,224,220)
#E2E7E7
(226,231,231)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A884; }

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

This text font color is #88A884.


Background Color

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

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

This div background color is #88A884.


Border color

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

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

This div border color is #88A884.


Opacity

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

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

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

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

This text has shadow with #88A884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A884 on black background.


Color preview on white background

This text has color #88A884 on white background.



Black color preview on #88A884 background

This text has black color on #88A884 background.


White color preview on #88A884 background

This text has white color on #88A884 background.