COLOR #88A97E

HEX: #88A97E
RGB: (136,169,126)

Color info

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

RGB color model

#88A97E color RGB value is (136,169,126).

  • red value is 136;
  • green value is 169;
  • blue value is 126.
RGB:
(136,169,126)
(53%,66%,49%)

RGB channels and saturation

R 136 of 255 = 53%
G 169 of 255 = 66%
B 126 of 255 = 49%

136
169
126

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

Portions of RGB colors in percentages

R + G + B =
136 + 169 + 126 = 431 (100%)
R 136 of 431 ~ 31.55%
G 169 of 431 ~ 39.21%
B 126 of 431 ~ 29.23%

%31.55
%39.21
%29.23

CMYK color model

#88A97E color CMYK value is (20,0,25,34).

  • cyan value is 19.53%
  • magenta value is 0.00%
  • yellow value is 25.44%
  • key color value is 33.73%
CMYK:
(20,0,25,34)
C20M0Y25K34 
(20%,0%,25%,34%)
(0.20/0.00/0.25/0.34)	

CMYK percentages

%19.53
%0
%25.44
%33.73

Codes

Color #88A97E in popluar color models

88A97E
RGB136169126
HSL106°20.00%57.84%
HSB/HSV106°25.44%66.27%
CMYK19.53%0.00%25.44%
33.73%

Color #88A97E in popluar number systems.

HEX88A97E
Decimal136169126
Binary10001000101010011111110
Octal210251176

Shades and tints

Shades of #88A97E

#88A97E
(136,169,126)
#7C9A73
(124,154,115)
#708B68
(112,139,104)
#647C5D
(100,124,93)
#586D52
(88,109,82)
#4C5E47
(76,94,71)
#404F3C
(64,79,60)
#344031
(52,64,49)
#283126
(40,49,38)
#1C221B
(28,34,27)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #88A97E

#88A97E
(136,169,126)
#92B089
(146,176,137)
#9CB794
(156,183,148)
#A6BE9F
(166,190,159)
#B0C5AA
(176,197,170)
#BACCB5
(186,204,181)
#C4D3C0
(196,211,192)
#CEDACB
(206,218,203)
#D8E1D6
(216,225,214)
#E2E8E1
(226,232,225)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A97E color. Also use rgb(136,169,126) instead hex code.

Text Font Color

.myTextColor { color: #88A97E; }

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

This text font color is #88A97E.


Background Color

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

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

This div background color is #88A97E.


Border color

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

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

This div border color is #88A97E.


Opacity

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

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

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

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

This text has shadow with #88A97E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A97E on black background.


Color preview on white background

This text has color #88A97E on white background.



Black color preview on #88A97E background

This text has black color on #88A97E background.


White color preview on #88A97E background

This text has white color on #88A97E background.