COLOR #88CC8B

HEX: #88CC8B RGB: (136,204,139)

Color info

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

RGB color model

#88CC8B color RGB value is (136,204,139).

RGB: (136,204,139) (53%, 80%, 55%)

RGB channels and saturation

R 136 of 255 = 53%
G 204 of 255 = 80%
B 139 of 255 = 55%

136
204
139

R + G + B ~ 63%. #88CC8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 204 + 139 = 479 (100%)
R 136 of 479 ~ 28.39%
G 204 of 479 ~ 42.59%
B 139 of 479 ~ 29.02'%

%28.39
%42.59
%29.02

CMYK color model

#88CC8B color CMYK value is (33,0,32,20).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 31.86%
  • key color value is 20.00%
CMYK: (33,0,32,20) C33M0Y32K20 (33%,0%,32%,20%) (0.33/0.00/0.32/0.20) 

CMYK percentages

%33.33
%0
%31.86
%20

Codes

Color #88CC8B in popluar color models

88 CC 8B
RGB 136 204 139
HSL 123° 40.00% 66.67%
HSB/HSV 123° 33.33% 80.00%
CMYK 33.33% 0.00% 31.86%
20.00%

Color #88CC8B in popluar number systems.

HEX 88 CC 8B
Decimal 136 204 139
Binary 10001000 11001100 10001011
Octal 210 314 213

Shades and tints

Shades of #88CC8B

#88CC8B
(136,204,139)
#7CBA7F
(124,186,127)
#70A873
(112,168,115)
#649667
(100,150,103)
#58845B
(88,132,91)
#4C724F
(76,114,79)
#406043
(64,96,67)
#344E37
(52,78,55)
#283C2B
(40,60,43)
#1C2A1F
(28,42,31)
#101813
(16,24,19)
#000000
(0,0,0)

Tints of #88CC8B

#88CC8B
(136,204,139)
#92D095
(146,208,149)
#9CD49F
(156,212,159)
#A6D8A9
(166,216,169)
#B0DCB3
(176,220,179)
#BAE0BD
(186,224,189)
#C4E4C7
(196,228,199)
#CEE8D1
(206,232,209)
#D8ECDB
(216,236,219)
#E2F0E5
(226,240,229)
#ECF4EF
(236,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88CC8B color. Also use rgb(136,204,139) instead hex code.

Text Font Color

.myTextColor { color: #88CC8B; }

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

This text font color is #88CC8B.

Background Color

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

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

This div background color is #88CC8B.

Border color

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

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

This div border color is #88CC8B.

Opacity

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

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

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

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

This text has shadow with #88CC8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88CC8B.

Preview

Color preview on black background

This text has color #88CC8B on black background.


Color preview on white background

This text has color #88CC8B on white background.


Black color preview on #88CC8B background

This text has black color on #88CC8B background.


White color preview on #88CC8B background

This text has white color on #88CC8B background.


Related colors

Complementary color

Complementary color for #hex is #773374.


I love getcolorcode.com

Triadic colors

1 #8B88CC and #CC8B88 with #88CC8B are triadic colors.

2 #8BCC88 and #CC888B with #88CC8B are triadic colors.