COLOR #88AF5E

HEX: #88AF5E RGB: (136,175,94)

Color info

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

RGB color model

#88AF5E color RGB value is (136,175,94).

RGB: (136,175,94) (53%, 69%, 37%)

RGB channels and saturation

R 136 of 255 = 53%
G 175 of 255 = 69%
B 94 of 255 = 37%

136
175
94

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

Portions of RGB colors in percentages

R + G + B = 136 + 175 + 94 = 405 (100%)
R 136 of 405 ~ 33.58%
G 175 of 405 ~ 43.21%
B 94 of 405 ~ 23.21'%

%33.58
%43.21
%23.21

CMYK color model

#88AF5E color CMYK value is (22,0,46,31).

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

CMYK: (22,0,46,31)
C22M0Y46K31 (22%, 0%, 46%, 31%)
(0.22 / 0.00 / 0.46 / 0.31)

CMYK percentages

%22.29
%0
%46.29
%31.37

Codes

Color #88AF5E in popluar color models

88 AF 5E
RGB 136 175 94
HSL 89° 33.61% 52.75%
HSB/HSV 89° 46.29% 68.63%
CMYK 22.29% 0.00% 46.29%
31.37%

Color #88AF5E in popluar number systems.

HEX 88 AF 5E
Decimal 136 175 94
Binary 10001000 10101111 1011110
Octal 210 257 136

Shades and tints

Shades of #88AF5E

#88AF5E
(136,175,94)
#7CA056
(124,160,86)
#70914E
(112,145,78)
#648246
(100,130,70)
#58733E
(88,115,62)
#4C6436
(76,100,54)
#40552E
(64,85,46)
#344626
(52,70,38)
#28371E
(40,55,30)
#1C2816
(28,40,22)
#10190E
(16,25,14)
#000000
(0,0,0)

Tints of #88AF5E

#88AF5E
(136,175,94)
#92B66C
(146,182,108)
#9CBD7A
(156,189,122)
#A6C488
(166,196,136)
#B0CB96
(176,203,150)
#BAD2A4
(186,210,164)
#C4D9B2
(196,217,178)
#CEE0C0
(206,224,192)
#D8E7CE
(216,231,206)
#E2EEDC
(226,238,220)
#ECF5EA
(236,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AF5E; }

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

This text font color is #88AF5E.

Background Color

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

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

This div background color is #88AF5E.

Border color

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

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

This div border color is #88AF5E.

Opacity

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

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

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

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

This text has shadow with #88AF5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88AF5E.

Preview

Color preview on black background

This text has color #88AF5E on black background.


Color preview on white background

This text has color #88AF5E on white background.


Black color preview on #88AF5E background

This text has black color on #88AF5E background.


White color preview on #88AF5E background

This text has white color on #88AF5E background.


Related colors

Complementary color

Complementary color for #hex is #7750A1.


I love getcolorcode.com

Triadic colors

1 #5E88AF and #AF5E88 with #88AF5E are triadic colors.

2 #5EAF88 and #AF885E with #88AF5E are triadic colors.