COLOR #8EBCA7

HEX: #8EBCA7
RGB: (142,188,167)

Color info

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

RGB color model

#8EBCA7 color RGB value is (142,188,167).

  • red value is 142;
  • green value is 188;
  • blue value is 167.
RGB:
(142,188,167)
(56%,74%,65%)

RGB channels and saturation

R 142 of 255 = 56%
G 188 of 255 = 74%
B 167 of 255 = 65%

142
188
167

R + G + B ~ 65%. #8EBCA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 188 + 167 = 497 (100%)
R 142 of 497 ~ 28.57%
G 188 of 497 ~ 37.83%
B 167 of 497 ~ 33.6%

%28.57
%37.83
%33.6

CMYK color model

#8EBCA7 color CMYK value is (24,0,11,26).

  • cyan value is 24.47%
  • magenta value is 0.00%
  • yellow value is 11.17%
  • key color value is 26.27%
CMYK:
(24,0,11,26)
C24M0Y11K26 
(24%,0%,11%,26%)
(0.24/0.00/0.11/0.26)	

CMYK percentages

%24.47
%0
%11.17
%26.27

Codes

Color #8EBCA7 in popluar color models

8EBCA7
RGB142188167
HSL153°25.56%64.71%
HSB/HSV153°24.47%73.73%
CMYK24.47%0.00%11.17%
26.27%

Color #8EBCA7 in popluar number systems.

HEX8EBCA7
Decimal142188167
Binary100011101011110010100111
Octal216274247

Shades and tints

Shades of #8EBCA7

#8EBCA7
(142,188,167)
#82AB98
(130,171,152)
#769A89
(118,154,137)
#6A897A
(106,137,122)
#5E786B
(94,120,107)
#52675C
(82,103,92)
#46564D
(70,86,77)
#3A453E
(58,69,62)
#2E342F
(46,52,47)
#222320
(34,35,32)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #8EBCA7

#8EBCA7
(142,188,167)
#98C2AF
(152,194,175)
#A2C8B7
(162,200,183)
#ACCEBF
(172,206,191)
#B6D4C7
(182,212,199)
#C0DACF
(192,218,207)
#CAE0D7
(202,224,215)
#D4E6DF
(212,230,223)
#DEECE7
(222,236,231)
#E8F2EF
(232,242,239)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EBCA7 color. Also use rgb(142,188,167) instead hex code.

Text Font Color

.myTextColor { color: #8EBCA7; }

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

This text font color is #8EBCA7.


Background Color

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

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

This div background color is #8EBCA7.


Border color

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

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

This div border color is #8EBCA7.


Opacity

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

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

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

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

This text has shadow with #8EBCA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EBCA7 on black background.


Color preview on white background

This text has color #8EBCA7 on white background.



Black color preview on #8EBCA7 background

This text has black color on #8EBCA7 background.


White color preview on #8EBCA7 background

This text has white color on #8EBCA7 background.