COLOR #88C296

HEX: #88C296
RGB: (136,194,150)

Color info

#88C296 contains red, green and blue colors in about the same proportion. Web safe color of #88C296 is #99CC99 (or #9C9).

RGB color model

#88C296 color RGB value is (136,194,150).

  • red value is 136;
  • green value is 194;
  • blue value is 150.
RGB:
(136,194,150)
(53%,76%,59%)

RGB channels and saturation

R 136 of 255 = 53%
G 194 of 255 = 76%
B 150 of 255 = 59%

136
194
150

R + G + B ~ 63%. #88C296 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 194 + 150 = 480 (100%)
R 136 of 480 ~ 28.33%
G 194 of 480 ~ 40.42%
B 150 of 480 ~ 31.25%

%28.33
%40.42
%31.25

CMYK color model

#88C296 color CMYK value is (30,0,23,24).

  • cyan value is 29.90%
  • magenta value is 0.00%
  • yellow value is 22.68%
  • key color value is 23.92%
CMYK:
(30,0,23,24)
C30M0Y23K24 
(30%,0%,23%,24%)
(0.30/0.00/0.23/0.24)	

CMYK percentages

%29.9
%0
%22.68
%23.92

Codes

Color #88C296 in popluar color models

88C296
RGB136194150
HSL134°32.22%64.71%
HSB/HSV134°29.90%76.08%
CMYK29.90%0.00%22.68%
23.92%

Color #88C296 in popluar number systems.

HEX88C296
Decimal136194150
Binary100010001100001010010110
Octal210302226

Shades and tints

Shades of #88C296

#88C296
(136,194,150)
#7CB189
(124,177,137)
#70A07C
(112,160,124)
#648F6F
(100,143,111)
#587E62
(88,126,98)
#4C6D55
(76,109,85)
#405C48
(64,92,72)
#344B3B
(52,75,59)
#283A2E
(40,58,46)
#1C2921
(28,41,33)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #88C296

#88C296
(136,194,150)
#92C79F
(146,199,159)
#9CCCA8
(156,204,168)
#A6D1B1
(166,209,177)
#B0D6BA
(176,214,186)
#BADBC3
(186,219,195)
#C4E0CC
(196,224,204)
#CEE5D5
(206,229,213)
#D8EADE
(216,234,222)
#E2EFE7
(226,239,231)
#ECF4F0
(236,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C296; }

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

This text font color is #88C296.


Background Color

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

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

This div background color is #88C296.


Border color

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

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

This div border color is #88C296.


Opacity

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

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

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

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

This text has shadow with #88C296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C296 on black background.


Color preview on white background

This text has color #88C296 on white background.



Black color preview on #88C296 background

This text has black color on #88C296 background.


White color preview on #88C296 background

This text has white color on #88C296 background.