COLOR #88AD81

HEX: #88AD81
RGB: (136,173,129)

Color info

#88AD81 contains red, green and blue colors in about the same proportion. Web safe color of #88AD81 is #999999 (or #999).

RGB color model

#88AD81 color RGB value is (136,173,129).

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

RGB channels and saturation

R 136 of 255 = 53%
G 173 of 255 = 68%
B 129 of 255 = 51%

136
173
129

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

Portions of RGB colors in percentages

R + G + B =
136 + 173 + 129 = 438 (100%)
R 136 of 438 ~ 31.05%
G 173 of 438 ~ 39.5%
B 129 of 438 ~ 29.45%

%31.05
%39.5
%29.45

CMYK color model

#88AD81 color CMYK value is (21,0,25,32).

  • cyan value is 21.39%
  • magenta value is 0.00%
  • yellow value is 25.43%
  • key color value is 32.16%
CMYK:
(21,0,25,32)
C21M0Y25K32 
(21%,0%,25%,32%)
(0.21/0.00/0.25/0.32)	

CMYK percentages

%21.39
%0
%25.43
%32.16

Codes

Color #88AD81 in popluar color models

88AD81
RGB136173129
HSL110°21.15%59.22%
HSB/HSV110°25.43%67.84%
CMYK21.39%0.00%25.43%
32.16%

Color #88AD81 in popluar number systems.

HEX88AD81
Decimal136173129
Binary100010001010110110000001
Octal210255201

Shades and tints

Shades of #88AD81

#88AD81
(136,173,129)
#7C9E76
(124,158,118)
#708F6B
(112,143,107)
#648060
(100,128,96)
#587155
(88,113,85)
#4C624A
(76,98,74)
#40533F
(64,83,63)
#344434
(52,68,52)
#283529
(40,53,41)
#1C261E
(28,38,30)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #88AD81

#88AD81
(136,173,129)
#92B48C
(146,180,140)
#9CBB97
(156,187,151)
#A6C2A2
(166,194,162)
#B0C9AD
(176,201,173)
#BAD0B8
(186,208,184)
#C4D7C3
(196,215,195)
#CEDECE
(206,222,206)
#D8E5D9
(216,229,217)
#E2ECE4
(226,236,228)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AD81; }

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

This text font color is #88AD81.


Background Color

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

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

This div background color is #88AD81.


Border color

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

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

This div border color is #88AD81.


Opacity

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

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

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

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

This text has shadow with #88AD81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AD81 on black background.


Color preview on white background

This text has color #88AD81 on white background.



Black color preview on #88AD81 background

This text has black color on #88AD81 background.


White color preview on #88AD81 background

This text has white color on #88AD81 background.