COLOR #88D48C

HEX: #88D48C RGB: (136,212,140)

Color info

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

RGB color model

#88D48C color RGB value is (136,212,140).

RGB: (136,212,140) (53%, 83%, 55%)

RGB channels and saturation

R 136 of 255 = 53%
G 212 of 255 = 83%
B 140 of 255 = 55%

136
212
140

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

Portions of RGB colors in percentages

R + G + B = 136 + 212 + 140 = 488 (100%)
R 136 of 488 ~ 27.87%
G 212 of 488 ~ 43.44%
B 140 of 488 ~ 28.69'%

%27.87
%43.44
%28.69

CMYK color model

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

  • cyan value is 35.85%
  • magenta value is 0.00%
  • yellow value is 33.96%
  • key color value is 16.86%

CMYK: (36,0,34,17)
C36M0Y34K17 (36%, 0%, 34%, 17%)
(0.36 / 0.00 / 0.34 / 0.17)

CMYK percentages

%35.85
%0
%33.96
%16.86

Codes

Color #88D48C in popluar color models

88 D4 8C
RGB 136 212 140
HSL 123° 46.91% 68.24%
HSB/HSV 123° 35.85% 83.14%
CMYK 35.85% 0.00% 33.96%
16.86%

Color #88D48C in popluar number systems.

HEX 88 D4 8C
Decimal 136 212 140
Binary 10001000 11010100 10001100
Octal 210 324 214

Shades and tints

Shades of #88D48C

#88D48C
(136,212,140)
#7CC180
(124,193,128)
#70AE74
(112,174,116)
#649B68
(100,155,104)
#58885C
(88,136,92)
#4C7550
(76,117,80)
#406244
(64,98,68)
#344F38
(52,79,56)
#283C2C
(40,60,44)
#1C2920
(28,41,32)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #88D48C

#88D48C
(136,212,140)
#92D796
(146,215,150)
#9CDAA0
(156,218,160)
#A6DDAA
(166,221,170)
#B0E0B4
(176,224,180)
#BAE3BE
(186,227,190)
#C4E6C8
(196,230,200)
#CEE9D2
(206,233,210)
#D8ECDC
(216,236,220)
#E2EFE6
(226,239,230)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88D48C; }

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

This text font color is #88D48C.

Background Color

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

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

This div background color is #88D48C.

Border color

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

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

This div border color is #88D48C.

Opacity

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

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

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

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

This text has shadow with #88D48C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88D48C.

Preview

Color preview on black background

This text has color #88D48C on black background.


Color preview on white background

This text has color #88D48C on white background.


Black color preview on #88D48C background

This text has black color on #88D48C background.


White color preview on #88D48C background

This text has white color on #88D48C background.


Related colors

Complementary color

Complementary color for #hex is #772B73.


I love getcolorcode.com

Triadic colors

1 #8C88D4 and #D48C88 with #88D48C are triadic colors.

2 #8CD488 and #D4888C with #88D48C are triadic colors.