COLOR #88AF7C

HEX: #88AF7C RGB: (136,175,124)

Color info

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

RGB color model

#88AF7C color RGB value is (136,175,124).

RGB: (136,175,124) (53%, 69%, 49%)

RGB channels and saturation

R 136 of 255 = 53%
G 175 of 255 = 69%
B 124 of 255 = 49%

136
175
124

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

Portions of RGB colors in percentages

R + G + B = 136 + 175 + 124 = 435 (100%)
R 136 of 435 ~ 31.26%
G 175 of 435 ~ 40.23%
B 124 of 435 ~ 28.51'%

%31.26
%40.23
%28.51

CMYK color model

#88AF7C color CMYK value is (22,0,29,31).

  • cyan value is 22.29%
  • magenta value is 0.00%
  • yellow value is 29.14%
  • key color value is 31.37%

CMYK: (22,0,29,31)
C22M0Y29K31 (22%, 0%, 29%, 31%)
(0.22 / 0.00 / 0.29 / 0.31)

CMYK percentages

%22.29
%0
%29.14
%31.37

Codes

Color #88AF7C in popluar color models

88 AF 7C
RGB 136 175 124
HSL 106° 24.17% 58.63%
HSB/HSV 106° 29.14% 68.63%
CMYK 22.29% 0.00% 29.14%
31.37%

Color #88AF7C in popluar number systems.

HEX 88 AF 7C
Decimal 136 175 124
Binary 10001000 10101111 1111100
Octal 210 257 174

Shades and tints

Shades of #88AF7C

#88AF7C
(136,175,124)
#7CA071
(124,160,113)
#709166
(112,145,102)
#64825B
(100,130,91)
#587350
(88,115,80)
#4C6445
(76,100,69)
#40553A
(64,85,58)
#34462F
(52,70,47)
#283724
(40,55,36)
#1C2819
(28,40,25)
#10190E
(16,25,14)
#000000
(0,0,0)

Tints of #88AF7C

#88AF7C
(136,175,124)
#92B687
(146,182,135)
#9CBD92
(156,189,146)
#A6C49D
(166,196,157)
#B0CBA8
(176,203,168)
#BAD2B3
(186,210,179)
#C4D9BE
(196,217,190)
#CEE0C9
(206,224,201)
#D8E7D4
(216,231,212)
#E2EEDF
(226,238,223)
#ECF5EA
(236,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AF7C; }

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

This text font color is #88AF7C.

Background Color

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

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

This div background color is #88AF7C.

Border color

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

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

This div border color is #88AF7C.

Opacity

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

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

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

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

This text has shadow with #88AF7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88AF7C.

Preview

Color preview on black background

This text has color #88AF7C on black background.


Color preview on white background

This text has color #88AF7C on white background.


Black color preview on #88AF7C background

This text has black color on #88AF7C background.


White color preview on #88AF7C background

This text has white color on #88AF7C background.


Related colors

Complementary color

Complementary color for #hex is #775083.


I love getcolorcode.com

Triadic colors

1 #7C88AF and #AF7C88 with #88AF7C are triadic colors.

2 #7CAF88 and #AF887C with #88AF7C are triadic colors.