COLOR #88A279

HEX: #88A279 RGB: (136,162,121)

Color info

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

RGB color model

#88A279 color RGB value is (136,162,121).

RGB: (136,162,121) (53%, 64%, 47%)

RGB channels and saturation

R 136 of 255 = 53%
G 162 of 255 = 64%
B 121 of 255 = 47%

136
162
121

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

Portions of RGB colors in percentages

R + G + B = 136 + 162 + 121 = 419 (100%)
R 136 of 419 ~ 32.46%
G 162 of 419 ~ 38.66%
B 121 of 419 ~ 28.88'%

%32.46
%38.66
%28.88

CMYK color model

#88A279 color CMYK value is (16,0,25,36).

  • cyan value is 16.05%
  • magenta value is 0.00%
  • yellow value is 25.31%
  • key color value is 36.47%

CMYK: (16,0,25,36)
C16M0Y25K36 (16%, 0%, 25%, 36%)
(0.16 / 0.00 / 0.25 / 0.36)

CMYK percentages

%16.05
%0
%25.31
%36.47

Codes

Color #88A279 in popluar color models

88 A2 79
RGB 136 162 121
HSL 98° 18.06% 55.49%
HSB/HSV 98° 25.31% 63.53%
CMYK 16.05% 0.00% 25.31%
36.47%

Color #88A279 in popluar number systems.

HEX 88 A2 79
Decimal 136 162 121
Binary 10001000 10100010 1111001
Octal 210 242 171

Shades and tints

Shades of #88A279

#88A279
(136,162,121)
#7C946E
(124,148,110)
#708663
(112,134,99)
#647858
(100,120,88)
#586A4D
(88,106,77)
#4C5C42
(76,92,66)
#404E37
(64,78,55)
#34402C
(52,64,44)
#283221
(40,50,33)
#1C2416
(28,36,22)
#10160B
(16,22,11)
#000000
(0,0,0)

Tints of #88A279

#88A279
(136,162,121)
#92AA85
(146,170,133)
#9CB291
(156,178,145)
#A6BA9D
(166,186,157)
#B0C2A9
(176,194,169)
#BACAB5
(186,202,181)
#C4D2C1
(196,210,193)
#CEDACD
(206,218,205)
#D8E2D9
(216,226,217)
#E2EAE5
(226,234,229)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A279; }

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

This text font color is #88A279.

Background Color

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

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

This div background color is #88A279.

Border color

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

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

This div border color is #88A279.

Opacity

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

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

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

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

This text has shadow with #88A279 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A279.

Preview

Color preview on black background

This text has color #88A279 on black background.


Color preview on white background

This text has color #88A279 on white background.


Black color preview on #88A279 background

This text has black color on #88A279 background.


White color preview on #88A279 background

This text has white color on #88A279 background.


Related colors

Complementary color

Complementary color for #hex is #775D86.


I love getcolorcode.com

Triadic colors

1 #7988A2 and #A27988 with #88A279 are triadic colors.

2 #79A288 and #A28879 with #88A279 are triadic colors.