COLOR #8EBF8C

HEX: #8EBF8C
RGB: (142,191,140)

Color info

#8EBF8C contains red, green and blue colors in about the same proportion. Web safe color of #8EBF8C is #99CC99 (or #9C9).

RGB color model

#8EBF8C color RGB value is (142,191,140).

  • red value is 142;
  • green value is 191;
  • blue value is 140.
RGB:
(142,191,140)
(56%,75%,55%)

RGB channels and saturation

R 142 of 255 = 56%
G 191 of 255 = 75%
B 140 of 255 = 55%

142
191
140

R + G + B ~ 62%. #8EBF8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 191 + 140 = 473 (100%)
R 142 of 473 ~ 30.02%
G 191 of 473 ~ 40.38%
B 140 of 473 ~ 29.6%

%30.02
%40.38
%29.6

CMYK color model

#8EBF8C color CMYK value is (26,0,27,25).

  • cyan value is 25.65%
  • magenta value is 0.00%
  • yellow value is 26.70%
  • key color value is 25.10%
CMYK:
(26,0,27,25)
C26M0Y27K25 
(26%,0%,27%,25%)
(0.26/0.00/0.27/0.25)	

CMYK percentages

%25.65
%0
%26.7
%25.1

Codes

Color #8EBF8C in popluar color models

8EBF8C
RGB142191140
HSL118°28.49%64.90%
HSB/HSV118°26.70%74.90%
CMYK25.65%0.00%26.70%
25.10%

Color #8EBF8C in popluar number systems.

HEX8EBF8C
Decimal142191140
Binary100011101011111110001100
Octal216277214

Shades and tints

Shades of #8EBF8C

#8EBF8C
(142,191,140)
#82AE80
(130,174,128)
#769D74
(118,157,116)
#6A8C68
(106,140,104)
#5E7B5C
(94,123,92)
#526A50
(82,106,80)
#465944
(70,89,68)
#3A4838
(58,72,56)
#2E372C
(46,55,44)
#222620
(34,38,32)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #8EBF8C

#8EBF8C
(142,191,140)
#98C496
(152,196,150)
#A2C9A0
(162,201,160)
#ACCEAA
(172,206,170)
#B6D3B4
(182,211,180)
#C0D8BE
(192,216,190)
#CADDC8
(202,221,200)
#D4E2D2
(212,226,210)
#DEE7DC
(222,231,220)
#E8ECE6
(232,236,230)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EBF8C color. Also use rgb(142,191,140) instead hex code.

Text Font Color

.myTextColor { color: #8EBF8C; }

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

This text font color is #8EBF8C.


Background Color

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

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

This div background color is #8EBF8C.


Border color

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

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

This div border color is #8EBF8C.


Opacity

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

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

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

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

This text has shadow with #8EBF8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EBF8C on black background.


Color preview on white background

This text has color #8EBF8C on white background.



Black color preview on #8EBF8C background

This text has black color on #8EBF8C background.


White color preview on #8EBF8C background

This text has white color on #8EBF8C background.