COLOR #88AD68

HEX: #88AD68
RGB: (136,173,104)

Color info

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

RGB color model

#88AD68 color RGB value is (136,173,104).

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

RGB channels and saturation

R 136 of 255 = 53%
G 173 of 255 = 68%
B 104 of 255 = 41%

136
173
104

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

Portions of RGB colors in percentages

R + G + B =
136 + 173 + 104 = 413 (100%)
R 136 of 413 ~ 32.93%
G 173 of 413 ~ 41.89%
B 104 of 413 ~ 25.18%

%32.93
%41.89
%25.18

CMYK color model

#88AD68 color CMYK value is (21,0,40,32).

  • cyan value is 21.39%
  • magenta value is 0.00%
  • yellow value is 39.88%
  • key color value is 32.16%
CMYK:
(21,0,40,32)
C21M0Y40K32 
(21%,0%,40%,32%)
(0.21/0.00/0.40/0.32)	

CMYK percentages

%21.39
%0
%39.88
%32.16

Codes

Color #88AD68 in popluar color models

88AD68
RGB136173104
HSL92°29.61%54.31%
HSB/HSV92°39.88%67.84%
CMYK21.39%0.00%39.88%
32.16%

Color #88AD68 in popluar number systems.

HEX88AD68
Decimal136173104
Binary10001000101011011101000
Octal210255150

Shades and tints

Shades of #88AD68

#88AD68
(136,173,104)
#7C9E5F
(124,158,95)
#708F56
(112,143,86)
#64804D
(100,128,77)
#587144
(88,113,68)
#4C623B
(76,98,59)
#405332
(64,83,50)
#344429
(52,68,41)
#283520
(40,53,32)
#1C2617
(28,38,23)
#10170E
(16,23,14)
#000000
(0,0,0)

Tints of #88AD68

#88AD68
(136,173,104)
#92B475
(146,180,117)
#9CBB82
(156,187,130)
#A6C28F
(166,194,143)
#B0C99C
(176,201,156)
#BAD0A9
(186,208,169)
#C4D7B6
(196,215,182)
#CEDEC3
(206,222,195)
#D8E5D0
(216,229,208)
#E2ECDD
(226,236,221)
#ECF3EA
(236,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AD68; }

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

This text font color is #88AD68.


Background Color

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

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

This div background color is #88AD68.


Border color

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

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

This div border color is #88AD68.


Opacity

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

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

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

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

This text has shadow with #88AD68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AD68 on black background.


Color preview on white background

This text has color #88AD68 on white background.



Black color preview on #88AD68 background

This text has black color on #88AD68 background.


White color preview on #88AD68 background

This text has white color on #88AD68 background.