COLOR #88BC7D

HEX: #88BC7D RGB: (136,188,125)

Color info

#88BC7D contains mainly red and green colors. Web safe color of #88BC7D is #99CC66 (or #9C6).

RGB color model

#88BC7D color RGB value is (136,188,125).

RGB: (136,188,125) (53%, 74%, 49%)

RGB channels and saturation

R 136 of 255 = 53%
G 188 of 255 = 74%
B 125 of 255 = 49%

136
188
125

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

Portions of RGB colors in percentages

R + G + B = 136 + 188 + 125 = 449 (100%)
R 136 of 449 ~ 30.29%
G 188 of 449 ~ 41.87%
B 125 of 449 ~ 27.84'%

%30.29
%41.87
%27.84

CMYK color model

#88BC7D color CMYK value is (28,0,34,26).

  • cyan value is 27.66%
  • magenta value is 0.00%
  • yellow value is 33.51%
  • key color value is 26.27%
CMYK: (28,0,34,26) C28M0Y34K26 (28%,0%,34%,26%) (0.28/0.00/0.34/0.26) 

CMYK percentages

%27.66
%0
%33.51
%26.27

Codes

Color #88BC7D in popluar color models

88 BC 7D
RGB 136 188 125
HSL 110° 31.98% 61.37%
HSB/HSV 110° 33.51% 73.73%
CMYK 27.66% 0.00% 33.51%
26.27%

Color #88BC7D in popluar number systems.

HEX 88 BC 7D
Decimal 136 188 125
Binary 10001000 10111100 1111101
Octal 210 274 175

Shades and tints

Shades of #88BC7D

#88BC7D
(136,188,125)
#7CAB72
(124,171,114)
#709A67
(112,154,103)
#64895C
(100,137,92)
#587851
(88,120,81)
#4C6746
(76,103,70)
#40563B
(64,86,59)
#344530
(52,69,48)
#283425
(40,52,37)
#1C231A
(28,35,26)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #88BC7D

#88BC7D
(136,188,125)
#92C288
(146,194,136)
#9CC893
(156,200,147)
#A6CE9E
(166,206,158)
#B0D4A9
(176,212,169)
#BADAB4
(186,218,180)
#C4E0BF
(196,224,191)
#CEE6CA
(206,230,202)
#D8ECD5
(216,236,213)
#E2F2E0
(226,242,224)
#ECF8EB
(236,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88BC7D; }

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

This text font color is #88BC7D.

Background Color

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

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

This div background color is #88BC7D.

Border color

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

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

This div border color is #88BC7D.

Opacity

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

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

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

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

This text has shadow with #88BC7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88BC7D.

Preview

Color preview on black background

This text has color #88BC7D on black background.


Color preview on white background

This text has color #88BC7D on white background.


Black color preview on #88BC7D background

This text has black color on #88BC7D background.


White color preview on #88BC7D background

This text has white color on #88BC7D background.


Related colors

Complementary color

Complementary color for #hex is #774382.


I love getcolorcode.com

Triadic colors

1 #7D88BC and #BC7D88 with #88BC7D are triadic colors.

2 #7DBC88 and #BC887D with #88BC7D are triadic colors.