COLOR #88CB7B

HEX: #88CB7B RGB: (136,203,123)

Color info

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

RGB color model

#88CB7B color RGB value is (136,203,123).

RGB: (136,203,123) (53%, 80%, 48%)

RGB channels and saturation

R 136 of 255 = 53%
G 203 of 255 = 80%
B 123 of 255 = 48%

136
203
123

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

Portions of RGB colors in percentages

R + G + B = 136 + 203 + 123 = 462 (100%)
R 136 of 462 ~ 29.44%
G 203 of 462 ~ 43.94%
B 123 of 462 ~ 26.62'%

%29.44
%43.94
%26.62

CMYK color model

#88CB7B color CMYK value is (33,0,39,20).

  • cyan value is 33.00%
  • magenta value is 0.00%
  • yellow value is 39.41%
  • key color value is 20.39%

CMYK: (33,0,39,20)
C33M0Y39K20 (33%, 0%, 39%, 20%)
(0.33 / 0.00 / 0.39 / 0.20)

CMYK percentages

%33
%0
%39.41
%20.39

Codes

Color #88CB7B in popluar color models

88 CB 7B
RGB 136 203 123
HSL 110° 43.48% 63.92%
HSB/HSV 110° 39.41% 79.61%
CMYK 33.00% 0.00% 39.41%
20.39%

Color #88CB7B in popluar number systems.

HEX 88 CB 7B
Decimal 136 203 123
Binary 10001000 11001011 1111011
Octal 210 313 173

Shades and tints

Shades of #88CB7B

#88CB7B
(136,203,123)
#7CB970
(124,185,112)
#70A765
(112,167,101)
#64955A
(100,149,90)
#58834F
(88,131,79)
#4C7144
(76,113,68)
#405F39
(64,95,57)
#344D2E
(52,77,46)
#283B23
(40,59,35)
#1C2918
(28,41,24)
#10170D
(16,23,13)
#000000
(0,0,0)

Tints of #88CB7B

#88CB7B
(136,203,123)
#92CF87
(146,207,135)
#9CD393
(156,211,147)
#A6D79F
(166,215,159)
#B0DBAB
(176,219,171)
#BADFB7
(186,223,183)
#C4E3C3
(196,227,195)
#CEE7CF
(206,231,207)
#D8EBDB
(216,235,219)
#E2EFE7
(226,239,231)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88CB7B color. Also use rgb(136,203,123) instead hex code.

Text Font Color

.myTextColor { color: #88CB7B; }

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

This text font color is #88CB7B.

Background Color

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

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

This div background color is #88CB7B.

Border color

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

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

This div border color is #88CB7B.

Opacity

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

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

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

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

This text has shadow with #88CB7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88CB7B.

Preview

Color preview on black background

This text has color #88CB7B on black background.


Color preview on white background

This text has color #88CB7B on white background.


Black color preview on #88CB7B background

This text has black color on #88CB7B background.


White color preview on #88CB7B background

This text has white color on #88CB7B background.


Related colors

Complementary color

Complementary color for #hex is #773484.


I love getcolorcode.com

Triadic colors

1 #7B88CB and #CB7B88 with #88CB7B are triadic colors.

2 #7BCB88 and #CB887B with #88CB7B are triadic colors.