COLOR #88A48A

HEX: #88A48A
RGB: (136,164,138)

Color info

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

RGB color model

#88A48A color RGB value is (136,164,138).

  • red value is 136;
  • green value is 164;
  • blue value is 138.
RGB:
(136,164,138)
(53%,64%,54%)

RGB channels and saturation

R 136 of 255 = 53%
G 164 of 255 = 64%
B 138 of 255 = 54%

136
164
138

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

Portions of RGB colors in percentages

R + G + B =
136 + 164 + 138 = 438 (100%)
R 136 of 438 ~ 31.05%
G 164 of 438 ~ 37.44%
B 138 of 438 ~ 31.51%

%31.05
%37.44
%31.51

CMYK color model

#88A48A color CMYK value is (17,0,16,36).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 15.85%
  • key color value is 35.69%
CMYK:
(17,0,16,36)
C17M0Y16K36 
(17%,0%,16%,36%)
(0.17/0.00/0.16/0.36)	

CMYK percentages

%17.07
%0
%15.85
%35.69

Codes

Color #88A48A in popluar color models

88A48A
RGB136164138
HSL124°13.33%58.82%
HSB/HSV124°17.07%64.31%
CMYK17.07%0.00%15.85%
35.69%

Color #88A48A in popluar number systems.

HEX88A48A
Decimal136164138
Binary100010001010010010001010
Octal210244212

Shades and tints

Shades of #88A48A

#88A48A
(136,164,138)
#7C967E
(124,150,126)
#708872
(112,136,114)
#647A66
(100,122,102)
#586C5A
(88,108,90)
#4C5E4E
(76,94,78)
#405042
(64,80,66)
#344236
(52,66,54)
#28342A
(40,52,42)
#1C261E
(28,38,30)
#101812
(16,24,18)
#000000
(0,0,0)

Tints of #88A48A

#88A48A
(136,164,138)
#92AC94
(146,172,148)
#9CB49E
(156,180,158)
#A6BCA8
(166,188,168)
#B0C4B2
(176,196,178)
#BACCBC
(186,204,188)
#C4D4C6
(196,212,198)
#CEDCD0
(206,220,208)
#D8E4DA
(216,228,218)
#E2ECE4
(226,236,228)
#ECF4EE
(236,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A48A color. Also use rgb(136,164,138) instead hex code.

Text Font Color

.myTextColor { color: #88A48A; }

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

This text font color is #88A48A.


Background Color

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

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

This div background color is #88A48A.


Border color

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

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

This div border color is #88A48A.


Opacity

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

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

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

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

This text has shadow with #88A48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A48A on black background.


Color preview on white background

This text has color #88A48A on white background.



Black color preview on #88A48A background

This text has black color on #88A48A background.


White color preview on #88A48A background

This text has white color on #88A48A background.