COLOR #88A27C

HEX: #88A27C
RGB: (136,162,124)

Color info

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

RGB color model

#88A27C color RGB value is (136,162,124).

  • red value is 136;
  • green value is 162;
  • blue value is 124.
RGB:
(136,162,124)
(53%,64%,49%)

RGB channels and saturation

R 136 of 255 = 53%
G 162 of 255 = 64%
B 124 of 255 = 49%

136
162
124

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

Portions of RGB colors in percentages

R + G + B =
136 + 162 + 124 = 422 (100%)
R 136 of 422 ~ 32.23%
G 162 of 422 ~ 38.39%
B 124 of 422 ~ 29.38%

%32.23
%38.39
%29.38

CMYK color model

#88A27C color CMYK value is (16,0,23,36).

  • cyan value is 16.05%
  • magenta value is 0.00%
  • yellow value is 23.46%
  • key color value is 36.47%
CMYK:
(16,0,23,36)
C16M0Y23K36 
(16%,0%,23%,36%)
(0.16/0.00/0.23/0.36)	

CMYK percentages

%16.05
%0
%23.46
%36.47

Codes

Color #88A27C in popluar color models

88A27C
RGB136162124
HSL101°16.96%56.08%
HSB/HSV101°23.46%63.53%
CMYK16.05%0.00%23.46%
36.47%

Color #88A27C in popluar number systems.

HEX88A27C
Decimal136162124
Binary10001000101000101111100
Octal210242174

Shades and tints

Shades of #88A27C

#88A27C
(136,162,124)
#7C9471
(124,148,113)
#708666
(112,134,102)
#64785B
(100,120,91)
#586A50
(88,106,80)
#4C5C45
(76,92,69)
#404E3A
(64,78,58)
#34402F
(52,64,47)
#283224
(40,50,36)
#1C2419
(28,36,25)
#10160E
(16,22,14)
#000000
(0,0,0)

Tints of #88A27C

#88A27C
(136,162,124)
#92AA87
(146,170,135)
#9CB292
(156,178,146)
#A6BA9D
(166,186,157)
#B0C2A8
(176,194,168)
#BACAB3
(186,202,179)
#C4D2BE
(196,210,190)
#CEDAC9
(206,218,201)
#D8E2D4
(216,226,212)
#E2EADF
(226,234,223)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A27C color. Also use rgb(136,162,124) instead hex code.

Text Font Color

.myTextColor { color: #88A27C; }

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

This text font color is #88A27C.


Background Color

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

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

This div background color is #88A27C.


Border color

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

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

This div border color is #88A27C.


Opacity

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

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

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

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

This text has shadow with #88A27C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A27C on black background.


Color preview on white background

This text has color #88A27C on white background.



Black color preview on #88A27C background

This text has black color on #88A27C background.


White color preview on #88A27C background

This text has white color on #88A27C background.