COLOR #88A271

HEX: #88A271 RGB: (136,162,113)

Color info

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

RGB color model

#88A271 color RGB value is (136,162,113).

RGB: (136,162,113) (53%, 64%, 44%)

RGB channels and saturation

R 136 of 255 = 53%
G 162 of 255 = 64%
B 113 of 255 = 44%

136
162
113

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

Portions of RGB colors in percentages

R + G + B = 136 + 162 + 113 = 411 (100%)
R 136 of 411 ~ 33.09%
G 162 of 411 ~ 39.42%
B 113 of 411 ~ 27.49'%

%33.09
%39.42
%27.49

CMYK color model

#88A271 color CMYK value is (16,0,30,36).

  • cyan value is 16.05%
  • magenta value is 0.00%
  • yellow value is 30.25%
  • key color value is 36.47%
CMYK: (16,0,30,36) C16M0Y30K36 (16%,0%,30%,36%) (0.16/0.00/0.30/0.36) 

CMYK percentages

%16.05
%0
%30.25
%36.47

Codes

Color #88A271 in popluar color models

88 A2 71
RGB 136 162 113
HSL 92° 20.85% 53.92%
HSB/HSV 92° 30.25% 63.53%
CMYK 16.05% 0.00% 30.25%
36.47%

Color #88A271 in popluar number systems.

HEX 88 A2 71
Decimal 136 162 113
Binary 10001000 10100010 1110001
Octal 210 242 161

Shades and tints

Shades of #88A271

#88A271
(136,162,113)
#7C9467
(124,148,103)
#70865D
(112,134,93)
#647853
(100,120,83)
#586A49
(88,106,73)
#4C5C3F
(76,92,63)
#404E35
(64,78,53)
#34402B
(52,64,43)
#283221
(40,50,33)
#1C2417
(28,36,23)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #88A271

#88A271
(136,162,113)
#92AA7D
(146,170,125)
#9CB289
(156,178,137)
#A6BA95
(166,186,149)
#B0C2A1
(176,194,161)
#BACAAD
(186,202,173)
#C4D2B9
(196,210,185)
#CEDAC5
(206,218,197)
#D8E2D1
(216,226,209)
#E2EADD
(226,234,221)
#ECF2E9
(236,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A271 color. Also use rgb(136,162,113) instead hex code.

Text Font Color

.myTextColor { color: #88A271; }

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

This text font color is #88A271.

Background Color

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

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

This div background color is #88A271.

Border color

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

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

This div border color is #88A271.

Opacity

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

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

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

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

This text has shadow with #88A271 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A271.

Preview

Color preview on black background

This text has color #88A271 on black background.


Color preview on white background

This text has color #88A271 on white background.


Black color preview on #88A271 background

This text has black color on #88A271 background.


White color preview on #88A271 background

This text has white color on #88A271 background.


Related colors

Complementary color

Complementary color for #hex is #775D8E.


I love getcolorcode.com

Triadic colors

1 #7188A2 and #A27188 with #88A271 are triadic colors.

2 #71A288 and #A28871 with #88A271 are triadic colors.