COLOR #88A07F

HEX: #88A07F
RGB: (136,160,127)

Color info

#88A07F contains red, green and blue colors in about the same proportion. Web safe color of #88A07F is #999966 (or #996).

RGB color model

#88A07F color RGB value is (136,160,127).

  • red value is 136;
  • green value is 160;
  • blue value is 127.
RGB:
(136,160,127)
(53%,63%,50%)

RGB channels and saturation

R 136 of 255 = 53%
G 160 of 255 = 63%
B 127 of 255 = 50%

136
160
127

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

Portions of RGB colors in percentages

R + G + B =
136 + 160 + 127 = 423 (100%)
R 136 of 423 ~ 32.15%
G 160 of 423 ~ 37.83%
B 127 of 423 ~ 30.02%

%32.15
%37.83
%30.02

CMYK color model

#88A07F color CMYK value is (15,0,21,37).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 20.63%
  • key color value is 37.25%
CMYK:
(15,0,21,37)
C15M0Y21K37 
(15%,0%,21%,37%)
(0.15/0.00/0.21/0.37)	

CMYK percentages

%15
%0
%20.63
%37.25

Codes

Color #88A07F in popluar color models

88A07F
RGB136160127
HSL104°14.80%56.27%
HSB/HSV104°20.63%62.75%
CMYK15.00%0.00%20.63%
37.25%

Color #88A07F in popluar number systems.

HEX88A07F
Decimal136160127
Binary10001000101000001111111
Octal210240177

Shades and tints

Shades of #88A07F

#88A07F
(136,160,127)
#7C9274
(124,146,116)
#708469
(112,132,105)
#64765E
(100,118,94)
#586853
(88,104,83)
#4C5A48
(76,90,72)
#404C3D
(64,76,61)
#343E32
(52,62,50)
#283027
(40,48,39)
#1C221C
(28,34,28)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #88A07F

#88A07F
(136,160,127)
#92A88A
(146,168,138)
#9CB095
(156,176,149)
#A6B8A0
(166,184,160)
#B0C0AB
(176,192,171)
#BAC8B6
(186,200,182)
#C4D0C1
(196,208,193)
#CED8CC
(206,216,204)
#D8E0D7
(216,224,215)
#E2E8E2
(226,232,226)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A07F color. Also use rgb(136,160,127) instead hex code.

Text Font Color

.myTextColor { color: #88A07F; }

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

This text font color is #88A07F.


Background Color

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

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

This div background color is #88A07F.


Border color

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

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

This div border color is #88A07F.


Opacity

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

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

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

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

This text has shadow with #88A07F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A07F on black background.


Color preview on white background

This text has color #88A07F on white background.



Black color preview on #88A07F background

This text has black color on #88A07F background.


White color preview on #88A07F background

This text has white color on #88A07F background.