COLOR #8EBE9D

HEX: #8EBE9D RGB: (142,190,157)

Color info

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

RGB color model

#8EBE9D color RGB value is (142,190,157).

RGB: (142,190,157) (56%, 75%, 62%)

RGB channels and saturation

R 142 of 255 = 56%
G 190 of 255 = 75%
B 157 of 255 = 62%

142
190
157

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

Portions of RGB colors in percentages

R + G + B = 142 + 190 + 157 = 489 (100%)
R 142 of 489 ~ 29.04%
G 190 of 489 ~ 38.85%
B 157 of 489 ~ 32.11'%

%29.04
%38.85
%32.11

CMYK color model

#8EBE9D color CMYK value is (25,0,17,25).

  • cyan value is 25.26%
  • magenta value is 0.00%
  • yellow value is 17.37%
  • key color value is 25.49%

CMYK: (25,0,17,25)
C25M0Y17K25 (25%, 0%, 17%, 25%)
(0.25 / 0.00 / 0.17 / 0.25)

CMYK percentages

%25.26
%0
%17.37
%25.49

Codes

Color #8EBE9D in popluar color models

8E BE 9D
RGB 142 190 157
HSL 139° 26.97% 65.10%
HSB/HSV 139° 25.26% 74.51%
CMYK 25.26% 0.00% 17.37%
25.49%

Color #8EBE9D in popluar number systems.

HEX 8E BE 9D
Decimal 142 190 157
Binary 10001110 10111110 10011101
Octal 216 276 235

Shades and tints

Shades of #8EBE9D

#8EBE9D
(142,190,157)
#82AD8F
(130,173,143)
#769C81
(118,156,129)
#6A8B73
(106,139,115)
#5E7A65
(94,122,101)
#526957
(82,105,87)
#465849
(70,88,73)
#3A473B
(58,71,59)
#2E362D
(46,54,45)
#22251F
(34,37,31)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #8EBE9D

#8EBE9D
(142,190,157)
#98C3A5
(152,195,165)
#A2C8AD
(162,200,173)
#ACCDB5
(172,205,181)
#B6D2BD
(182,210,189)
#C0D7C5
(192,215,197)
#CADCCD
(202,220,205)
#D4E1D5
(212,225,213)
#DEE6DD
(222,230,221)
#E8EBE5
(232,235,229)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EBE9D color. Also use rgb(142,190,157) instead hex code.

Text Font Color

.myTextColor { color: #8EBE9D; }

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

This text font color is #8EBE9D.

Background Color

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

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

This div background color is #8EBE9D.

Border color

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

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

This div border color is #8EBE9D.

Opacity

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

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

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

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

This text has shadow with #8EBE9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EBE9D.

Preview

Color preview on black background

This text has color #8EBE9D on black background.


Color preview on white background

This text has color #8EBE9D on white background.


Black color preview on #8EBE9D background

This text has black color on #8EBE9D background.


White color preview on #8EBE9D background

This text has white color on #8EBE9D background.


Related colors

Complementary color

Complementary color for #hex is #714162.


I love getcolorcode.com

Triadic colors

1 #9D8EBE and #BE9D8E with #8EBE9D are triadic colors.

2 #9DBE8E and #BE8E9D with #8EBE9D are triadic colors.