COLOR #88AA66

HEX: #88AA66
RGB: (136,170,102)

Color info

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

RGB color model

#88AA66 color RGB value is (136,170,102).

  • red value is 136;
  • green value is 170;
  • blue value is 102.
RGB:
(136,170,102)
(53%,67%,40%)

RGB channels and saturation

R 136 of 255 = 53%
G 170 of 255 = 67%
B 102 of 255 = 40%

136
170
102

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

Portions of RGB colors in percentages

R + G + B =
136 + 170 + 102 = 408 (100%)
R 136 of 408 ~ 33.33%
G 170 of 408 ~ 41.67%
B 102 of 408 ~ 25%

%33.33
%41.67
%25

CMYK color model

#88AA66 color CMYK value is (20,0,40,33).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 33.33%
CMYK:
(20,0,40,33)
C20M0Y40K33 
(20%,0%,40%,33%)
(0.20/0.00/0.40/0.33)	

CMYK percentages

%20
%0
%40
%33.33

Codes

Color #88AA66 in popluar color models

88AA66
RGB136170102
HSL90°28.57%53.33%
HSB/HSV90°40.00%66.67%
CMYK20.00%0.00%40.00%
33.33%

Color #88AA66 in popluar number systems.

HEX88AA66
Decimal136170102
Binary10001000101010101100110
Octal210252146

Shades and tints

Shades of #88AA66

#88AA66
(136,170,102)
#7C9B5D
(124,155,93)
#708C54
(112,140,84)
#647D4B
(100,125,75)
#586E42
(88,110,66)
#4C5F39
(76,95,57)
#405030
(64,80,48)
#344127
(52,65,39)
#28321E
(40,50,30)
#1C2315
(28,35,21)
#10140C
(16,20,12)
#000000
(0,0,0)

Tints of #88AA66

#88AA66
(136,170,102)
#92B173
(146,177,115)
#9CB880
(156,184,128)
#A6BF8D
(166,191,141)
#B0C69A
(176,198,154)
#BACDA7
(186,205,167)
#C4D4B4
(196,212,180)
#CEDBC1
(206,219,193)
#D8E2CE
(216,226,206)
#E2E9DB
(226,233,219)
#ECF0E8
(236,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AA66; }

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

This text font color is #88AA66.


Background Color

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

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

This div background color is #88AA66.


Border color

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

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

This div border color is #88AA66.


Opacity

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

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

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

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

This text has shadow with #88AA66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AA66 on black background.


Color preview on white background

This text has color #88AA66 on white background.



Black color preview on #88AA66 background

This text has black color on #88AA66 background.


White color preview on #88AA66 background

This text has white color on #88AA66 background.