COLOR #88A177

HEX: #88A177
RGB: (136,161,119)

Color info

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

RGB color model

#88A177 color RGB value is (136,161,119).

  • red value is 136;
  • green value is 161;
  • blue value is 119.
RGB:
(136,161,119)
(53%,63%,47%)

RGB channels and saturation

R 136 of 255 = 53%
G 161 of 255 = 63%
B 119 of 255 = 47%

136
161
119

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

Portions of RGB colors in percentages

R + G + B =
136 + 161 + 119 = 416 (100%)
R 136 of 416 ~ 32.69%
G 161 of 416 ~ 38.7%
B 119 of 416 ~ 28.61%

%32.69
%38.7
%28.61

CMYK color model

#88A177 color CMYK value is (16,0,26,37).

  • cyan value is 15.53%
  • magenta value is 0.00%
  • yellow value is 26.09%
  • key color value is 36.86%
CMYK:
(16,0,26,37)
C16M0Y26K37 
(16%,0%,26%,37%)
(0.16/0.00/0.26/0.37)	

CMYK percentages

%15.53
%0
%26.09
%36.86

Codes

Color #88A177 in popluar color models

88A177
RGB136161119
HSL96°18.26%54.90%
HSB/HSV96°26.09%63.14%
CMYK15.53%0.00%26.09%
36.86%

Color #88A177 in popluar number systems.

HEX88A177
Decimal136161119
Binary10001000101000011110111
Octal210241167

Shades and tints

Shades of #88A177

#88A177
(136,161,119)
#7C936D
(124,147,109)
#708563
(112,133,99)
#647759
(100,119,89)
#58694F
(88,105,79)
#4C5B45
(76,91,69)
#404D3B
(64,77,59)
#343F31
(52,63,49)
#283127
(40,49,39)
#1C231D
(28,35,29)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #88A177

#88A177
(136,161,119)
#92A983
(146,169,131)
#9CB18F
(156,177,143)
#A6B99B
(166,185,155)
#B0C1A7
(176,193,167)
#BAC9B3
(186,201,179)
#C4D1BF
(196,209,191)
#CED9CB
(206,217,203)
#D8E1D7
(216,225,215)
#E2E9E3
(226,233,227)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A177 color. Also use rgb(136,161,119) instead hex code.

Text Font Color

.myTextColor { color: #88A177; }

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

This text font color is #88A177.


Background Color

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

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

This div background color is #88A177.


Border color

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

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

This div border color is #88A177.


Opacity

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

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

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

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

This text has shadow with #88A177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A177 on black background.


Color preview on white background

This text has color #88A177 on white background.



Black color preview on #88A177 background

This text has black color on #88A177 background.


White color preview on #88A177 background

This text has white color on #88A177 background.