COLOR #88A157

HEX: #88A157 RGB: (136,161,87)

Color info

#88A157 contains mainly red and green colors. Web safe color of #88A157 is #999966 (or #996).

RGB color model

#88A157 color RGB value is (136,161,87).

RGB: (136,161,87) (53%, 63%, 34%)

RGB channels and saturation

R 136 of 255 = 53%
G 161 of 255 = 63%
B 87 of 255 = 34%

136
161
87

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

Portions of RGB colors in percentages

R + G + B = 136 + 161 + 87 = 384 (100%)
R 136 of 384 ~ 35.42%
G 161 of 384 ~ 41.93%
B 87 of 384 ~ 22.66'%

%35.42
%41.93
%22.66

CMYK color model

#88A157 color CMYK value is (16,0,46,37).

  • cyan value is 15.53%
  • magenta value is 0.00%
  • yellow value is 45.96%
  • key color value is 36.86%

CMYK: (16,0,46,37)
C16M0Y46K37 (16%, 0%, 46%, 37%)
(0.16 / 0.00 / 0.46 / 0.37)

CMYK percentages

%15.53
%0
%45.96
%36.86

Codes

Color #88A157 in popluar color models

88 A1 57
RGB 136 161 87
HSL 80° 29.84% 48.63%
HSB/HSV 80° 45.96% 63.14%
CMYK 15.53% 0.00% 45.96%
36.86%

Color #88A157 in popluar number systems.

HEX 88 A1 57
Decimal 136 161 87
Binary 10001000 10100001 1010111
Octal 210 241 127

Shades and tints

Shades of #88A157

#88A157
(136,161,87)
#7C9350
(124,147,80)
#708549
(112,133,73)
#647742
(100,119,66)
#58693B
(88,105,59)
#4C5B34
(76,91,52)
#404D2D
(64,77,45)
#343F26
(52,63,38)
#28311F
(40,49,31)
#1C2318
(28,35,24)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #88A157

#88A157
(136,161,87)
#92A966
(146,169,102)
#9CB175
(156,177,117)
#A6B984
(166,185,132)
#B0C193
(176,193,147)
#BAC9A2
(186,201,162)
#C4D1B1
(196,209,177)
#CED9C0
(206,217,192)
#D8E1CF
(216,225,207)
#E2E9DE
(226,233,222)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A157; }

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

This text font color is #88A157.

Background Color

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

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

This div background color is #88A157.

Border color

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

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

This div border color is #88A157.

Opacity

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

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

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

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

This text has shadow with #88A157 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A157.

Preview

Color preview on black background

This text has color #88A157 on black background.


Color preview on white background

This text has color #88A157 on white background.


Black color preview on #88A157 background

This text has black color on #88A157 background.


White color preview on #88A157 background

This text has white color on #88A157 background.


Related colors

Complementary color

Complementary color for #hex is #775EA8.


I love getcolorcode.com

Triadic colors

1 #5788A1 and #A15788 with #88A157 are triadic colors.

2 #57A188 and #A18857 with #88A157 are triadic colors.