COLOR #8BCC88

HEX: #8BCC88 RGB: (139,204,136)

Color info

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

RGB color model

#8BCC88 color RGB value is (139,204,136).

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

RGB channels and saturation

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

139
204
136

R + G + B ~ 63%. #8BCC88 is quite light color.

Portions of RGB colors in percentages

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

%29.02
%42.59
%28.39

CMYK color model

#8BCC88 color CMYK value is (32,0,33,20).

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

CMYK percentages

%31.86
%0
%33.33
%20

Codes

Color #8BCC88 in popluar color models

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

Color #8BCC88 in popluar number systems.

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

Shades and tints

Shades of #8BCC88

#8BCC88
(139,204,136)
#7FBA7C
(127,186,124)
#73A870
(115,168,112)
#679664
(103,150,100)
#5B8458
(91,132,88)
#4F724C
(79,114,76)
#436040
(67,96,64)
#374E34
(55,78,52)
#2B3C28
(43,60,40)
#1F2A1C
(31,42,28)
#131810
(19,24,16)
#000000
(0,0,0)

Tints of #8BCC88

#8BCC88
(139,204,136)
#95D092
(149,208,146)
#9FD49C
(159,212,156)
#A9D8A6
(169,216,166)
#B3DCB0
(179,220,176)
#BDE0BA
(189,224,186)
#C7E4C4
(199,228,196)
#D1E8CE
(209,232,206)
#DBECD8
(219,236,216)
#E5F0E2
(229,240,226)
#EFF4EC
(239,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BCC88; }

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

This text font color is #8BCC88.

Background Color

.myBgColor { background-color: #8BCC88; }

<div style="background-color:#8BCC88">Inner text</div>

This div background color is #8BCC88.

Border color

.myBorderColor { border: 1px solid #8BCC88; }

<div style="border:3px solid #8BCC88">Div</div>

This div border color is #8BCC88.

Opacity

.myOpacity80 { color: #8BCC88; opacity: 0.8; }

<p style="color:#8BCC88;opacity:0.8;">80%</p>

Text with #8BCC88 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 #8BCC88;}

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

This text has shadow with #8BCC88 color.


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

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

This text has shadow with #8BCC88 primary color and red secondary color.


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

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

This text has shadow with #8BCC88 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8BCC88.

Preview

Color preview on black background

This text has color #8BCC88 on black background.


Color preview on white background

This text has color #8BCC88 on white background.


Black color preview on #8BCC88 background

This text has black color on #8BCC88 background.


White color preview on #8BCC88 background

This text has white color on #8BCC88 background.


Related colors

Complementary color

Complementary color for #hex is #743377.


I love getcolorcode.com

Triadic colors

1 #888BCC and #CC888B with #8BCC88 are triadic colors.

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