COLOR #88AD60

HEX: #88AD60
RGB: (136,173,96)

Color info

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

RGB color model

#88AD60 color RGB value is (136,173,96).

  • red value is 136;
  • green value is 173;
  • blue value is 96.
RGB:
(136,173,96)
(53%,68%,38%)

RGB channels and saturation

R 136 of 255 = 53%
G 173 of 255 = 68%
B 96 of 255 = 38%

136
173
96

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

Portions of RGB colors in percentages

R + G + B =
136 + 173 + 96 = 405 (100%)
R 136 of 405 ~ 33.58%
G 173 of 405 ~ 42.72%
B 96 of 405 ~ 23.7%

%33.58
%42.72
%23.7

CMYK color model

#88AD60 color CMYK value is (21,0,45,32).

  • cyan value is 21.39%
  • magenta value is 0.00%
  • yellow value is 44.51%
  • key color value is 32.16%
CMYK:
(21,0,45,32)
C21M0Y45K32 
(21%,0%,45%,32%)
(0.21/0.00/0.45/0.32)	

CMYK percentages

%21.39
%0
%44.51
%32.16

Codes

Color #88AD60 in popluar color models

88AD60
RGB13617396
HSL89°31.95%52.75%
HSB/HSV89°44.51%67.84%
CMYK21.39%0.00%44.51%
32.16%

Color #88AD60 in popluar number systems.

HEX88AD60
Decimal13617396
Binary10001000101011011100000
Octal210255140

Shades and tints

Shades of #88AD60

#88AD60
(136,173,96)
#7C9E58
(124,158,88)
#708F50
(112,143,80)
#648048
(100,128,72)
#587140
(88,113,64)
#4C6238
(76,98,56)
#405330
(64,83,48)
#344428
(52,68,40)
#283520
(40,53,32)
#1C2618
(28,38,24)
#101710
(16,23,16)
#000000
(0,0,0)

Tints of #88AD60

#88AD60
(136,173,96)
#92B46E
(146,180,110)
#9CBB7C
(156,187,124)
#A6C28A
(166,194,138)
#B0C998
(176,201,152)
#BAD0A6
(186,208,166)
#C4D7B4
(196,215,180)
#CEDEC2
(206,222,194)
#D8E5D0
(216,229,208)
#E2ECDE
(226,236,222)
#ECF3EC
(236,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88AD60 color. Also use rgb(136,173,96) instead hex code.

Text Font Color

.myTextColor { color: #88AD60; }

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

This text font color is #88AD60.


Background Color

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

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

This div background color is #88AD60.


Border color

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

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

This div border color is #88AD60.


Opacity

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

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

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

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

This text has shadow with #88AD60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AD60 on black background.


Color preview on white background

This text has color #88AD60 on white background.



Black color preview on #88AD60 background

This text has black color on #88AD60 background.


White color preview on #88AD60 background

This text has white color on #88AD60 background.