COLOR #88C47D

HEX: #88C47D RGB: (136,196,125)

Color info

#88C47D contains mainly green color. Web safe color of #88C47D is #99CC66 (or #9C6).

RGB color model

#88C47D color RGB value is (136,196,125).

RGB: (136,196,125) (53%, 77%, 49%)

RGB channels and saturation

R 136 of 255 = 53%
G 196 of 255 = 77%
B 125 of 255 = 49%

136
196
125

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

Portions of RGB colors in percentages

R + G + B = 136 + 196 + 125 = 457 (100%)
R 136 of 457 ~ 29.76%
G 196 of 457 ~ 42.89%
B 125 of 457 ~ 27.35'%

%29.76
%42.89
%27.35

CMYK color model

#88C47D color CMYK value is (31,0,36,23).

  • cyan value is 30.61%
  • magenta value is 0.00%
  • yellow value is 36.22%
  • key color value is 23.14%
CMYK: (31,0,36,23) C31M0Y36K23 (31%,0%,36%,23%) (0.31/0.00/0.36/0.23) 

CMYK percentages

%30.61
%0
%36.22
%23.14

Codes

Color #88C47D in popluar color models

88 C4 7D
RGB 136 196 125
HSL 111° 37.57% 62.94%
HSB/HSV 111° 36.22% 76.86%
CMYK 30.61% 0.00% 36.22%
23.14%

Color #88C47D in popluar number systems.

HEX 88 C4 7D
Decimal 136 196 125
Binary 10001000 11000100 1111101
Octal 210 304 175

Shades and tints

Shades of #88C47D

#88C47D
(136,196,125)
#7CB372
(124,179,114)
#70A267
(112,162,103)
#64915C
(100,145,92)
#588051
(88,128,81)
#4C6F46
(76,111,70)
#405E3B
(64,94,59)
#344D30
(52,77,48)
#283C25
(40,60,37)
#1C2B1A
(28,43,26)
#101A0F
(16,26,15)
#000000
(0,0,0)

Tints of #88C47D

#88C47D
(136,196,125)
#92C988
(146,201,136)
#9CCE93
(156,206,147)
#A6D39E
(166,211,158)
#B0D8A9
(176,216,169)
#BADDB4
(186,221,180)
#C4E2BF
(196,226,191)
#CEE7CA
(206,231,202)
#D8ECD5
(216,236,213)
#E2F1E0
(226,241,224)
#ECF6EB
(236,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C47D; }

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

This text font color is #88C47D.

Background Color

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

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

This div background color is #88C47D.

Border color

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

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

This div border color is #88C47D.

Opacity

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

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

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

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

This text has shadow with #88C47D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88C47D.

Preview

Color preview on black background

This text has color #88C47D on black background.


Color preview on white background

This text has color #88C47D on white background.


Black color preview on #88C47D background

This text has black color on #88C47D background.


White color preview on #88C47D background

This text has white color on #88C47D background.


Related colors

Complementary color

Complementary color for #hex is #773B82.


I love getcolorcode.com

Triadic colors

1 #7D88C4 and #C47D88 with #88C47D are triadic colors.

2 #7DC488 and #C4887D with #88C47D are triadic colors.