COLOR #88AE66

HEX: #88AE66 RGB: (136,174,102)

Color info

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

RGB color model

#88AE66 color RGB value is (136,174,102).

RGB: (136,174,102) (53%, 68%, 40%)

RGB channels and saturation

R 136 of 255 = 53%
G 174 of 255 = 68%
B 102 of 255 = 40%

136
174
102

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

Portions of RGB colors in percentages

R + G + B = 136 + 174 + 102 = 412 (100%)
R 136 of 412 ~ 33.01%
G 174 of 412 ~ 42.23%
B 102 of 412 ~ 24.76'%

%33.01
%42.23
%24.76

CMYK color model

#88AE66 color CMYK value is (22,0,41,32).

  • cyan value is 21.84%
  • magenta value is 0.00%
  • yellow value is 41.38%
  • key color value is 31.76%
CMYK: (22,0,41,32) C22M0Y41K32 (22%,0%,41%,32%) (0.22/0.00/0.41/0.32) 

CMYK percentages

%21.84
%0
%41.38
%31.76

Codes

Color #88AE66 in popluar color models

88 AE 66
RGB 136 174 102
HSL 92° 30.77% 54.12%
HSB/HSV 92° 41.38% 68.24%
CMYK 21.84% 0.00% 41.38%
31.76%

Color #88AE66 in popluar number systems.

HEX 88 AE 66
Decimal 136 174 102
Binary 10001000 10101110 1100110
Octal 210 256 146

Shades and tints

Shades of #88AE66

#88AE66
(136,174,102)
#7C9F5D
(124,159,93)
#709054
(112,144,84)
#64814B
(100,129,75)
#587242
(88,114,66)
#4C6339
(76,99,57)
#405430
(64,84,48)
#344527
(52,69,39)
#28361E
(40,54,30)
#1C2715
(28,39,21)
#10180C
(16,24,12)
#000000
(0,0,0)

Tints of #88AE66

#88AE66
(136,174,102)
#92B573
(146,181,115)
#9CBC80
(156,188,128)
#A6C38D
(166,195,141)
#B0CA9A
(176,202,154)
#BAD1A7
(186,209,167)
#C4D8B4
(196,216,180)
#CEDFC1
(206,223,193)
#D8E6CE
(216,230,206)
#E2EDDB
(226,237,219)
#ECF4E8
(236,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AE66; }

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

This text font color is #88AE66.

Background Color

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

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

This div background color is #88AE66.

Border color

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

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

This div border color is #88AE66.

Opacity

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

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

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

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

This text has shadow with #88AE66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88AE66.

Preview

Color preview on black background

This text has color #88AE66 on black background.


Color preview on white background

This text has color #88AE66 on white background.


Black color preview on #88AE66 background

This text has black color on #88AE66 background.


White color preview on #88AE66 background

This text has white color on #88AE66 background.


Related colors

Complementary color

Complementary color for #hex is #775199.


I love getcolorcode.com

Triadic colors

1 #6688AE and #AE6688 with #88AE66 are triadic colors.

2 #66AE88 and #AE8866 with #88AE66 are triadic colors.