COLOR #8CEB9B

HEX: #8CEB9B
RGB: (140,235,155)

Color info

#8CEB9B contains mainly green color. Web safe color of #8CEB9B is #99FF99 (or #9F9).

RGB color model

#8CEB9B color RGB value is (140,235,155).

  • red value is 140;
  • green value is 235;
  • blue value is 155.
RGB:
(140,235,155)
(55%,92%,61%)

RGB channels and saturation

R 140 of 255 = 55%
G 235 of 255 = 92%
B 155 of 255 = 61%

140
235
155

R + G + B ~ 69%. #8CEB9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 235 + 155 = 530 (100%)
R 140 of 530 ~ 26.42%
G 235 of 530 ~ 44.34%
B 155 of 530 ~ 29.25%

%26.42
%44.34
%29.25

CMYK color model

#8CEB9B color CMYK value is (40,0,34,8).

  • cyan value is 40.43%
  • magenta value is 0.00%
  • yellow value is 34.04%
  • key color value is 7.84%
CMYK:
(40,0,34,8)
C40M0Y34K8 
(40%,0%,34%,8%)
(0.40/0.00/0.34/0.08)	

CMYK percentages

%40.43
%0
%34.04
%7.84

Codes

Color #8CEB9B in popluar color models

8CEB9B
RGB140235155
HSL129°70.37%73.53%
HSB/HSV129°40.43%92.16%
CMYK40.43%0.00%34.04%
7.84%

Color #8CEB9B in popluar number systems.

HEX8CEB9B
Decimal140235155
Binary100011001110101110011011
Octal214353233

Shades and tints

Shades of #8CEB9B

#8CEB9B
(140,235,155)
#80D68D
(128,214,141)
#74C17F
(116,193,127)
#68AC71
(104,172,113)
#5C9763
(92,151,99)
#508255
(80,130,85)
#446D47
(68,109,71)
#385839
(56,88,57)
#2C432B
(44,67,43)
#202E1D
(32,46,29)
#14190F
(20,25,15)
#000000
(0,0,0)

Tints of #8CEB9B

#8CEB9B
(140,235,155)
#96ECA4
(150,236,164)
#A0EDAD
(160,237,173)
#AAEEB6
(170,238,182)
#B4EFBF
(180,239,191)
#BEF0C8
(190,240,200)
#C8F1D1
(200,241,209)
#D2F2DA
(210,242,218)
#DCF3E3
(220,243,227)
#E6F4EC
(230,244,236)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CEB9B color. Also use rgb(140,235,155) instead hex code.

Text Font Color

.myTextColor { color: #8CEB9B; }

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

This text font color is #8CEB9B.


Background Color

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

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

This div background color is #8CEB9B.


Border color

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

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

This div border color is #8CEB9B.


Opacity

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

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

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

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

This text has shadow with #8CEB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CEB9B on black background.


Color preview on white background

This text has color #8CEB9B on white background.



Black color preview on #8CEB9B background

This text has black color on #8CEB9B background.


White color preview on #8CEB9B background

This text has white color on #8CEB9B background.