COLOR #88AF77

HEX: #88AF77 RGB: (136,175,119)

Color info

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

RGB color model

#88AF77 color RGB value is (136,175,119).

RGB: (136,175,119) (53%, 69%, 47%)

RGB channels and saturation

R 136 of 255 = 53%
G 175 of 255 = 69%
B 119 of 255 = 47%

136
175
119

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

Portions of RGB colors in percentages

R + G + B = 136 + 175 + 119 = 430 (100%)
R 136 of 430 ~ 31.63%
G 175 of 430 ~ 40.7%
B 119 of 430 ~ 27.67'%

%31.63
%40.7
%27.67

CMYK color model

#88AF77 color CMYK value is (22,0,32,31).

  • cyan value is 22.29%
  • magenta value is 0.00%
  • yellow value is 32.00%
  • key color value is 31.37%
CMYK: (22,0,32,31) C22M0Y32K31 (22%,0%,32%,31%) (0.22/0.00/0.32/0.31) 

CMYK percentages

%22.29
%0
%32
%31.37

Codes

Color #88AF77 in popluar color models

88 AF 77
RGB 136 175 119
HSL 102° 25.93% 57.65%
HSB/HSV 102° 32.00% 68.63%
CMYK 22.29% 0.00% 32.00%
31.37%

Color #88AF77 in popluar number systems.

HEX 88 AF 77
Decimal 136 175 119
Binary 10001000 10101111 1110111
Octal 210 257 167

Shades and tints

Shades of #88AF77

#88AF77
(136,175,119)
#7CA06D
(124,160,109)
#709163
(112,145,99)
#648259
(100,130,89)
#58734F
(88,115,79)
#4C6445
(76,100,69)
#40553B
(64,85,59)
#344631
(52,70,49)
#283727
(40,55,39)
#1C281D
(28,40,29)
#101913
(16,25,19)
#000000
(0,0,0)

Tints of #88AF77

#88AF77
(136,175,119)
#92B683
(146,182,131)
#9CBD8F
(156,189,143)
#A6C49B
(166,196,155)
#B0CBA7
(176,203,167)
#BAD2B3
(186,210,179)
#C4D9BF
(196,217,191)
#CEE0CB
(206,224,203)
#D8E7D7
(216,231,215)
#E2EEE3
(226,238,227)
#ECF5EF
(236,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AF77; }

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

This text font color is #88AF77.

Background Color

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

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

This div background color is #88AF77.

Border color

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

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

This div border color is #88AF77.

Opacity

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

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

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

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

This text has shadow with #88AF77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88AF77.

Preview

Color preview on black background

This text has color #88AF77 on black background.


Color preview on white background

This text has color #88AF77 on white background.


Black color preview on #88AF77 background

This text has black color on #88AF77 background.


White color preview on #88AF77 background

This text has white color on #88AF77 background.


Related colors

Complementary color

Complementary color for #hex is #775088.


I love getcolorcode.com

Triadic colors

1 #7788AF and #AF7788 with #88AF77 are triadic colors.

2 #77AF88 and #AF8877 with #88AF77 are triadic colors.