COLOR #88AF66

HEX: #88AF66
RGB: (136,175,102)

Color info

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

RGB color model

#88AF66 color RGB value is (136,175,102).

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

RGB channels and saturation

R 136 of 255 = 53%
G 175 of 255 = 69%
B 102 of 255 = 40%

136
175
102

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

Portions of RGB colors in percentages

R + G + B =
136 + 175 + 102 = 413 (100%)
R 136 of 413 ~ 32.93%
G 175 of 413 ~ 42.37%
B 102 of 413 ~ 24.7%

%32.93
%42.37
%24.7

CMYK color model

#88AF66 color CMYK value is (22,0,42,31).

  • cyan value is 22.29%
  • magenta value is 0.00%
  • yellow value is 41.71%
  • key color value is 31.37%
CMYK:
(22,0,42,31)
C22M0Y42K31 
(22%,0%,42%,31%)
(0.22/0.00/0.42/0.31)	

CMYK percentages

%22.29
%0
%41.71
%31.37

Codes

Color #88AF66 in popluar color models

88AF66
RGB136175102
HSL92°31.33%54.31%
HSB/HSV92°41.71%68.63%
CMYK22.29%0.00%41.71%
31.37%

Color #88AF66 in popluar number systems.

HEX88AF66
Decimal136175102
Binary10001000101011111100110
Octal210257146

Shades and tints

Shades of #88AF66

#88AF66
(136,175,102)
#7CA05D
(124,160,93)
#709154
(112,145,84)
#64824B
(100,130,75)
#587342
(88,115,66)
#4C6439
(76,100,57)
#405530
(64,85,48)
#344627
(52,70,39)
#28371E
(40,55,30)
#1C2815
(28,40,21)
#10190C
(16,25,12)
#000000
(0,0,0)

Tints of #88AF66

#88AF66
(136,175,102)
#92B673
(146,182,115)
#9CBD80
(156,189,128)
#A6C48D
(166,196,141)
#B0CB9A
(176,203,154)
#BAD2A7
(186,210,167)
#C4D9B4
(196,217,180)
#CEE0C1
(206,224,193)
#D8E7CE
(216,231,206)
#E2EEDB
(226,238,219)
#ECF5E8
(236,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AF66; }

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

This text font color is #88AF66.


Background Color

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

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

This div background color is #88AF66.


Border color

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

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

This div border color is #88AF66.


Opacity

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

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

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

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

This text has shadow with #88AF66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AF66 on black background.


Color preview on white background

This text has color #88AF66 on white background.



Black color preview on #88AF66 background

This text has black color on #88AF66 background.


White color preview on #88AF66 background

This text has white color on #88AF66 background.