COLOR #88A088

HEX: #88A088
RGB: (136,160,136)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

136
160
136

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

Portions of RGB colors in percentages

R + G + B =
136 + 160 + 136 = 432 (100%)
R 136 of 432 ~ 31.48%
G 160 of 432 ~ 37.04%
B 136 of 432 ~ 31.48%

%31.48
%37.04
%31.48

CMYK color model

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

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

CMYK percentages

%15
%0
%15
%37.25

Codes

Color #88A088 in popluar color models

88A088
RGB136160136
HSL120°11.21%58.04%
HSB/HSV120°15.00%62.75%
CMYK15.00%0.00%15.00%
37.25%

Color #88A088 in popluar number systems.

HEX88A088
Decimal136160136
Binary100010001010000010001000
Octal210240210

Shades and tints

Shades of #88A088

#88A088
(136,160,136)
#7C927C
(124,146,124)
#708470
(112,132,112)
#647664
(100,118,100)
#586858
(88,104,88)
#4C5A4C
(76,90,76)
#404C40
(64,76,64)
#343E34
(52,62,52)
#283028
(40,48,40)
#1C221C
(28,34,28)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #88A088

#88A088
(136,160,136)
#92A892
(146,168,146)
#9CB09C
(156,176,156)
#A6B8A6
(166,184,166)
#B0C0B0
(176,192,176)
#BAC8BA
(186,200,186)
#C4D0C4
(196,208,196)
#CED8CE
(206,216,206)
#D8E0D8
(216,224,216)
#E2E8E2
(226,232,226)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A088; }

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

This text font color is #88A088.


Background Color

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

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

This div background color is #88A088.


Border color

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

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

This div border color is #88A088.


Opacity

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

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

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

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

This text has shadow with #88A088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A088 on black background.


Color preview on white background

This text has color #88A088 on white background.



Black color preview on #88A088 background

This text has black color on #88A088 background.


White color preview on #88A088 background

This text has white color on #88A088 background.