COLOR #8EBF9C

HEX: #8EBF9C
RGB: (142,191,156)

Color info

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

RGB color model

#8EBF9C color RGB value is (142,191,156).

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

RGB channels and saturation

R 142 of 255 = 56%
G 191 of 255 = 75%
B 156 of 255 = 61%

142
191
156

R + G + B ~ 64%. #8EBF9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 191 + 156 = 489 (100%)
R 142 of 489 ~ 29.04%
G 191 of 489 ~ 39.06%
B 156 of 489 ~ 31.9%

%29.04
%39.06
%31.9

CMYK color model

#8EBF9C color CMYK value is (26,0,18,25).

  • cyan value is 25.65%
  • magenta value is 0.00%
  • yellow value is 18.32%
  • key color value is 25.10%
CMYK:
(26,0,18,25)
C26M0Y18K25 
(26%,0%,18%,25%)
(0.26/0.00/0.18/0.25)	

CMYK percentages

%25.65
%0
%18.32
%25.1

Codes

Color #8EBF9C in popluar color models

8EBF9C
RGB142191156
HSL137°27.68%65.29%
HSB/HSV137°25.65%74.90%
CMYK25.65%0.00%18.32%
25.10%

Color #8EBF9C in popluar number systems.

HEX8EBF9C
Decimal142191156
Binary100011101011111110011100
Octal216277234

Shades and tints

Shades of #8EBF9C

#8EBF9C
(142,191,156)
#82AE8E
(130,174,142)
#769D80
(118,157,128)
#6A8C72
(106,140,114)
#5E7B64
(94,123,100)
#526A56
(82,106,86)
#465948
(70,89,72)
#3A483A
(58,72,58)
#2E372C
(46,55,44)
#22261E
(34,38,30)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #8EBF9C

#8EBF9C
(142,191,156)
#98C4A5
(152,196,165)
#A2C9AE
(162,201,174)
#ACCEB7
(172,206,183)
#B6D3C0
(182,211,192)
#C0D8C9
(192,216,201)
#CADDD2
(202,221,210)
#D4E2DB
(212,226,219)
#DEE7E4
(222,231,228)
#E8ECED
(232,236,237)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EBF9C; }

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

This text font color is #8EBF9C.


Background Color

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

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

This div background color is #8EBF9C.


Border color

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

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

This div border color is #8EBF9C.


Opacity

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

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

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

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

This text has shadow with #8EBF9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EBF9C on black background.


Color preview on white background

This text has color #8EBF9C on white background.



Black color preview on #8EBF9C background

This text has black color on #8EBF9C background.


White color preview on #8EBF9C background

This text has white color on #8EBF9C background.