COLOR #8ECB95

HEX: #8ECB95 RGB: (142,203,149)

Color info

#8ECB95 contains mainly green and blue colors. Web safe color of #8ECB95 is #99CC99 (or #9C9).

RGB color model

#8ECB95 color RGB value is (142,203,149).

RGB: (142,203,149) (56%, 80%, 58%)

RGB channels and saturation

R 142 of 255 = 56%
G 203 of 255 = 80%
B 149 of 255 = 58%

142
203
149

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

Portions of RGB colors in percentages

R + G + B = 142 + 203 + 149 = 494 (100%)
R 142 of 494 ~ 28.74%
G 203 of 494 ~ 41.09%
B 149 of 494 ~ 30.16'%

%28.74
%41.09
%30.16

CMYK color model

#8ECB95 color CMYK value is (30,0,27,20).

  • cyan value is 30.05%
  • magenta value is 0.00%
  • yellow value is 26.60%
  • key color value is 20.39%

CMYK: (30,0,27,20)
C30M0Y27K20 (30%, 0%, 27%, 20%)
(0.30 / 0.00 / 0.27 / 0.20)

CMYK percentages

%30.05
%0
%26.6
%20.39

Codes

Color #8ECB95 in popluar color models

8E CB 95
RGB 142 203 149
HSL 127° 36.97% 67.65%
HSB/HSV 127° 30.05% 79.61%
CMYK 30.05% 0.00% 26.60%
20.39%

Color #8ECB95 in popluar number systems.

HEX 8E CB 95
Decimal 142 203 149
Binary 10001110 11001011 10010101
Octal 216 313 225

Shades and tints

Shades of #8ECB95

#8ECB95
(142,203,149)
#82B988
(130,185,136)
#76A77B
(118,167,123)
#6A956E
(106,149,110)
#5E8361
(94,131,97)
#527154
(82,113,84)
#465F47
(70,95,71)
#3A4D3A
(58,77,58)
#2E3B2D
(46,59,45)
#222920
(34,41,32)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #8ECB95

#8ECB95
(142,203,149)
#98CF9E
(152,207,158)
#A2D3A7
(162,211,167)
#ACD7B0
(172,215,176)
#B6DBB9
(182,219,185)
#C0DFC2
(192,223,194)
#CAE3CB
(202,227,203)
#D4E7D4
(212,231,212)
#DEEBDD
(222,235,221)
#E8EFE6
(232,239,230)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ECB95 color. Also use rgb(142,203,149) instead hex code.

Text Font Color

.myTextColor { color: #8ECB95; }

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

This text font color is #8ECB95.

Background Color

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

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

This div background color is #8ECB95.

Border color

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

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

This div border color is #8ECB95.

Opacity

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

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

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

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

This text has shadow with #8ECB95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ECB95.

Preview

Color preview on black background

This text has color #8ECB95 on black background.


Color preview on white background

This text has color #8ECB95 on white background.


Black color preview on #8ECB95 background

This text has black color on #8ECB95 background.


White color preview on #8ECB95 background

This text has white color on #8ECB95 background.


Related colors

Complementary color

Complementary color for #hex is #71346A.


I love getcolorcode.com

Triadic colors

1 #958ECB and #CB958E with #8ECB95 are triadic colors.

2 #95CB8E and #CB8E95 with #8ECB95 are triadic colors.