COLOR #88AE7A

HEX: #88AE7A RGB: (136,174,122)

Color info

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

RGB color model

#88AE7A color RGB value is (136,174,122).

RGB: (136,174,122) (53%, 68%, 48%)

RGB channels and saturation

R 136 of 255 = 53%
G 174 of 255 = 68%
B 122 of 255 = 48%

136
174
122

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

Portions of RGB colors in percentages

R + G + B = 136 + 174 + 122 = 432 (100%)
R 136 of 432 ~ 31.48%
G 174 of 432 ~ 40.28%
B 122 of 432 ~ 28.24'%

%31.48
%40.28
%28.24

CMYK color model

#88AE7A color CMYK value is (22,0,30,32).

  • cyan value is 21.84%
  • magenta value is 0.00%
  • yellow value is 29.89%
  • key color value is 31.76%

CMYK: (22,0,30,32)
C22M0Y30K32 (22%, 0%, 30%, 32%)
(0.22 / 0.00 / 0.30 / 0.32)

CMYK percentages

%21.84
%0
%29.89
%31.76

Codes

Color #88AE7A in popluar color models

88 AE 7A
RGB 136 174 122
HSL 104° 24.30% 58.04%
HSB/HSV 104° 29.89% 68.24%
CMYK 21.84% 0.00% 29.89%
31.76%

Color #88AE7A in popluar number systems.

HEX 88 AE 7A
Decimal 136 174 122
Binary 10001000 10101110 1111010
Octal 210 256 172

Shades and tints

Shades of #88AE7A

#88AE7A
(136,174,122)
#7C9F6F
(124,159,111)
#709064
(112,144,100)
#648159
(100,129,89)
#58724E
(88,114,78)
#4C6343
(76,99,67)
#405438
(64,84,56)
#34452D
(52,69,45)
#283622
(40,54,34)
#1C2717
(28,39,23)
#10180C
(16,24,12)
#000000
(0,0,0)

Tints of #88AE7A

#88AE7A
(136,174,122)
#92B586
(146,181,134)
#9CBC92
(156,188,146)
#A6C39E
(166,195,158)
#B0CAAA
(176,202,170)
#BAD1B6
(186,209,182)
#C4D8C2
(196,216,194)
#CEDFCE
(206,223,206)
#D8E6DA
(216,230,218)
#E2EDE6
(226,237,230)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88AE7A color. Also use rgb(136,174,122) instead hex code.

Text Font Color

.myTextColor { color: #88AE7A; }

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

This text font color is #88AE7A.

Background Color

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

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

This div background color is #88AE7A.

Border color

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

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

This div border color is #88AE7A.

Opacity

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

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

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

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

This text has shadow with #88AE7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88AE7A.

Preview

Color preview on black background

This text has color #88AE7A on black background.


Color preview on white background

This text has color #88AE7A on white background.


Black color preview on #88AE7A background

This text has black color on #88AE7A background.


White color preview on #88AE7A background

This text has white color on #88AE7A background.


Related colors

Complementary color

Complementary color for #hex is #775185.


I love getcolorcode.com

Triadic colors

1 #7A88AE and #AE7A88 with #88AE7A are triadic colors.

2 #7AAE88 and #AE887A with #88AE7A are triadic colors.