COLOR #88A388

HEX: #88A388
RGB: (136,163,136)

Color info

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

RGB color model

#88A388 color RGB value is (136,163,136).

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

RGB channels and saturation

R 136 of 255 = 53%
G 163 of 255 = 64%
B 136 of 255 = 53%

136
163
136

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

Portions of RGB colors in percentages

R + G + B =
136 + 163 + 136 = 435 (100%)
R 136 of 435 ~ 31.26%
G 163 of 435 ~ 37.47%
B 136 of 435 ~ 31.26%

%31.26
%37.47
%31.26

CMYK color model

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

  • cyan value is 16.56%
  • magenta value is 0.00%
  • yellow value is 16.56%
  • key color value is 36.08%
CMYK:
(17,0,17,36)
C17M0Y17K36 
(17%,0%,17%,36%)
(0.17/0.00/0.17/0.36)	

CMYK percentages

%16.56
%0
%16.56
%36.08

Codes

Color #88A388 in popluar color models

88A388
RGB136163136
HSL120°12.80%58.63%
HSB/HSV120°16.56%63.92%
CMYK16.56%0.00%16.56%
36.08%

Color #88A388 in popluar number systems.

HEX88A388
Decimal136163136
Binary100010001010001110001000
Octal210243210

Shades and tints

Shades of #88A388

#88A388
(136,163,136)
#7C957C
(124,149,124)
#708770
(112,135,112)
#647964
(100,121,100)
#586B58
(88,107,88)
#4C5D4C
(76,93,76)
#404F40
(64,79,64)
#344134
(52,65,52)
#283328
(40,51,40)
#1C251C
(28,37,28)
#101710
(16,23,16)
#000000
(0,0,0)

Tints of #88A388

#88A388
(136,163,136)
#92AB92
(146,171,146)
#9CB39C
(156,179,156)
#A6BBA6
(166,187,166)
#B0C3B0
(176,195,176)
#BACBBA
(186,203,186)
#C4D3C4
(196,211,196)
#CEDBCE
(206,219,206)
#D8E3D8
(216,227,216)
#E2EBE2
(226,235,226)
#ECF3EC
(236,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A388; }

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

This text font color is #88A388.


Background Color

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

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

This div background color is #88A388.


Border color

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

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

This div border color is #88A388.


Opacity

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

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

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

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

This text has shadow with #88A388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A388 on black background.


Color preview on white background

This text has color #88A388 on white background.



Black color preview on #88A388 background

This text has black color on #88A388 background.


White color preview on #88A388 background

This text has white color on #88A388 background.