COLOR #88D48F

HEX: #88D48F
RGB: (136,212,143)

Color info

#88D48F contains mainly green color. Web safe color of #88D48F is #99CC99 (or #9C9).

RGB color model

#88D48F color RGB value is (136,212,143).

  • red value is 136;
  • green value is 212;
  • blue value is 143.
RGB:
(136,212,143)
(53%,83%,56%)

RGB channels and saturation

R 136 of 255 = 53%
G 212 of 255 = 83%
B 143 of 255 = 56%

136
212
143

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

Portions of RGB colors in percentages

R + G + B =
136 + 212 + 143 = 491 (100%)
R 136 of 491 ~ 27.7%
G 212 of 491 ~ 43.18%
B 143 of 491 ~ 29.12%

%27.7
%43.18
%29.12

CMYK color model

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

  • cyan value is 35.85%
  • magenta value is 0.00%
  • yellow value is 32.55%
  • key color value is 16.86%
CMYK:
(36,0,33,17)
C36M0Y33K17 
(36%,0%,33%,17%)
(0.36/0.00/0.33/0.17)	

CMYK percentages

%35.85
%0
%32.55
%16.86

Codes

Color #88D48F in popluar color models

88D48F
RGB136212143
HSL126°46.91%68.24%
HSB/HSV126°35.85%83.14%
CMYK35.85%0.00%32.55%
16.86%

Color #88D48F in popluar number systems.

HEX88D48F
Decimal136212143
Binary100010001101010010001111
Octal210324217

Shades and tints

Shades of #88D48F

#88D48F
(136,212,143)
#7CC182
(124,193,130)
#70AE75
(112,174,117)
#649B68
(100,155,104)
#58885B
(88,136,91)
#4C754E
(76,117,78)
#406241
(64,98,65)
#344F34
(52,79,52)
#283C27
(40,60,39)
#1C291A
(28,41,26)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #88D48F

#88D48F
(136,212,143)
#92D799
(146,215,153)
#9CDAA3
(156,218,163)
#A6DDAD
(166,221,173)
#B0E0B7
(176,224,183)
#BAE3C1
(186,227,193)
#C4E6CB
(196,230,203)
#CEE9D5
(206,233,213)
#D8ECDF
(216,236,223)
#E2EFE9
(226,239,233)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88D48F; }

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

This text font color is #88D48F.


Background Color

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

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

This div background color is #88D48F.


Border color

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

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

This div border color is #88D48F.


Opacity

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

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

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

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

This text has shadow with #88D48F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88D48F on black background.


Color preview on white background

This text has color #88D48F on white background.



Black color preview on #88D48F background

This text has black color on #88D48F background.


White color preview on #88D48F background

This text has white color on #88D48F background.