COLOR #88CF97

HEX: #88CF97
RGB: (136,207,151)

Color info

#88CF97 contains mainly green and blue colors. Web safe color of #88CF97 is #99CC99 (or #9C9).

RGB color model

#88CF97 color RGB value is (136,207,151).

  • red value is 136;
  • green value is 207;
  • blue value is 151.
RGB:
(136,207,151)
(53%,81%,59%)

RGB channels and saturation

R 136 of 255 = 53%
G 207 of 255 = 81%
B 151 of 255 = 59%

136
207
151

R + G + B ~ 64%. #88CF97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 207 + 151 = 494 (100%)
R 136 of 494 ~ 27.53%
G 207 of 494 ~ 41.9%
B 151 of 494 ~ 30.57%

%27.53
%41.9
%30.57

CMYK color model

#88CF97 color CMYK value is (34,0,27,19).

  • cyan value is 34.30%
  • magenta value is 0.00%
  • yellow value is 27.05%
  • key color value is 18.82%
CMYK:
(34,0,27,19)
C34M0Y27K19 
(34%,0%,27%,19%)
(0.34/0.00/0.27/0.19)	

CMYK percentages

%34.3
%0
%27.05
%18.82

Codes

Color #88CF97 in popluar color models

88CF97
RGB136207151
HSL133°42.51%67.25%
HSB/HSV133°34.30%81.18%
CMYK34.30%0.00%27.05%
18.82%

Color #88CF97 in popluar number systems.

HEX88CF97
Decimal136207151
Binary100010001100111110010111
Octal210317227

Shades and tints

Shades of #88CF97

#88CF97
(136,207,151)
#7CBD8A
(124,189,138)
#70AB7D
(112,171,125)
#649970
(100,153,112)
#588763
(88,135,99)
#4C7556
(76,117,86)
#406349
(64,99,73)
#34513C
(52,81,60)
#283F2F
(40,63,47)
#1C2D22
(28,45,34)
#101B15
(16,27,21)
#000000
(0,0,0)

Tints of #88CF97

#88CF97
(136,207,151)
#92D3A0
(146,211,160)
#9CD7A9
(156,215,169)
#A6DBB2
(166,219,178)
#B0DFBB
(176,223,187)
#BAE3C4
(186,227,196)
#C4E7CD
(196,231,205)
#CEEBD6
(206,235,214)
#D8EFDF
(216,239,223)
#E2F3E8
(226,243,232)
#ECF7F1
(236,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88CF97; }

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

This text font color is #88CF97.


Background Color

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

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

This div background color is #88CF97.


Border color

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

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

This div border color is #88CF97.


Opacity

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

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

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

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

This text has shadow with #88CF97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88CF97 on black background.


Color preview on white background

This text has color #88CF97 on white background.



Black color preview on #88CF97 background

This text has black color on #88CF97 background.


White color preview on #88CF97 background

This text has white color on #88CF97 background.