COLOR #8EBB9D

HEX: #8EBB9D RGB: (142,187,157)

Color info

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

RGB color model

#8EBB9D color RGB value is (142,187,157).

RGB: (142,187,157) (56%, 73%, 62%)

RGB channels and saturation

R 142 of 255 = 56%
G 187 of 255 = 73%
B 157 of 255 = 62%

142
187
157

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

Portions of RGB colors in percentages

R + G + B = 142 + 187 + 157 = 486 (100%)
R 142 of 486 ~ 29.22%
G 187 of 486 ~ 38.48%
B 157 of 486 ~ 32.3'%

%29.22
%38.48
%32.3

CMYK color model

#8EBB9D color CMYK value is (24,0,16,27).

  • cyan value is 24.06%
  • magenta value is 0.00%
  • yellow value is 16.04%
  • key color value is 26.67%
CMYK: (24,0,16,27) C24M0Y16K27 (24%,0%,16%,27%) (0.24/0.00/0.16/0.27) 

CMYK percentages

%24.06
%0
%16.04
%26.67

Codes

Color #8EBB9D in popluar color models

8E BB 9D
RGB 142 187 157
HSL 140° 24.86% 64.51%
HSB/HSV 140° 24.06% 73.33%
CMYK 24.06% 0.00% 16.04%
26.67%

Color #8EBB9D in popluar number systems.

HEX 8E BB 9D
Decimal 142 187 157
Binary 10001110 10111011 10011101
Octal 216 273 235

Shades and tints

Shades of #8EBB9D

#8EBB9D
(142,187,157)
#82AA8F
(130,170,143)
#769981
(118,153,129)
#6A8873
(106,136,115)
#5E7765
(94,119,101)
#526657
(82,102,87)
#465549
(70,85,73)
#3A443B
(58,68,59)
#2E332D
(46,51,45)
#22221F
(34,34,31)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #8EBB9D

#8EBB9D
(142,187,157)
#98C1A5
(152,193,165)
#A2C7AD
(162,199,173)
#ACCDB5
(172,205,181)
#B6D3BD
(182,211,189)
#C0D9C5
(192,217,197)
#CADFCD
(202,223,205)
#D4E5D5
(212,229,213)
#DEEBDD
(222,235,221)
#E8F1E5
(232,241,229)
#F2F7ED
(242,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EBB9D; }

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

This text font color is #8EBB9D.

Background Color

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

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

This div background color is #8EBB9D.

Border color

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

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

This div border color is #8EBB9D.

Opacity

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

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

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

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

This text has shadow with #8EBB9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EBB9D.

Preview

Color preview on black background

This text has color #8EBB9D on black background.


Color preview on white background

This text has color #8EBB9D on white background.


Black color preview on #8EBB9D background

This text has black color on #8EBB9D background.


White color preview on #8EBB9D background

This text has white color on #8EBB9D background.


Related colors

Complementary color

Complementary color for #hex is #714462.


I love getcolorcode.com

Triadic colors

1 #9D8EBB and #BB9D8E with #8EBB9D are triadic colors.

2 #9DBB8E and #BB8E9D with #8EBB9D are triadic colors.