COLOR #88AB6F

HEX: #88AB6F
RGB: (136,171,111)

Color info

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

RGB color model

#88AB6F color RGB value is (136,171,111).

  • red value is 136;
  • green value is 171;
  • blue value is 111.
RGB:
(136,171,111)
(53%,67%,44%)

RGB channels and saturation

R 136 of 255 = 53%
G 171 of 255 = 67%
B 111 of 255 = 44%

136
171
111

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

Portions of RGB colors in percentages

R + G + B =
136 + 171 + 111 = 418 (100%)
R 136 of 418 ~ 32.54%
G 171 of 418 ~ 40.91%
B 111 of 418 ~ 26.56%

%32.54
%40.91
%26.56

CMYK color model

#88AB6F color CMYK value is (20,0,35,33).

  • cyan value is 20.47%
  • magenta value is 0.00%
  • yellow value is 35.09%
  • key color value is 32.94%
CMYK:
(20,0,35,33)
C20M0Y35K33 
(20%,0%,35%,33%)
(0.20/0.00/0.35/0.33)	

CMYK percentages

%20.47
%0
%35.09
%32.94

Codes

Color #88AB6F in popluar color models

88AB6F
RGB136171111
HSL95°26.32%55.29%
HSB/HSV95°35.09%67.06%
CMYK20.47%0.00%35.09%
32.94%

Color #88AB6F in popluar number systems.

HEX88AB6F
Decimal136171111
Binary10001000101010111101111
Octal210253157

Shades and tints

Shades of #88AB6F

#88AB6F
(136,171,111)
#7C9C65
(124,156,101)
#708D5B
(112,141,91)
#647E51
(100,126,81)
#586F47
(88,111,71)
#4C603D
(76,96,61)
#405133
(64,81,51)
#344229
(52,66,41)
#28331F
(40,51,31)
#1C2415
(28,36,21)
#10150B
(16,21,11)
#000000
(0,0,0)

Tints of #88AB6F

#88AB6F
(136,171,111)
#92B27C
(146,178,124)
#9CB989
(156,185,137)
#A6C096
(166,192,150)
#B0C7A3
(176,199,163)
#BACEB0
(186,206,176)
#C4D5BD
(196,213,189)
#CEDCCA
(206,220,202)
#D8E3D7
(216,227,215)
#E2EAE4
(226,234,228)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88AB6F color. Also use rgb(136,171,111) instead hex code.

Text Font Color

.myTextColor { color: #88AB6F; }

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

This text font color is #88AB6F.


Background Color

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

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

This div background color is #88AB6F.


Border color

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

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

This div border color is #88AB6F.


Opacity

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

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

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

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

This text has shadow with #88AB6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AB6F on black background.


Color preview on white background

This text has color #88AB6F on white background.



Black color preview on #88AB6F background

This text has black color on #88AB6F background.


White color preview on #88AB6F background

This text has white color on #88AB6F background.