COLOR #8EBCA4

HEX: #8EBCA4 RGB: (142,188,164)

Color info

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

RGB color model

#8EBCA4 color RGB value is (142,188,164).

RGB: (142,188,164) (56%, 74%, 64%)

RGB channels and saturation

R 142 of 255 = 56%
G 188 of 255 = 74%
B 164 of 255 = 64%

142
188
164

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

Portions of RGB colors in percentages

R + G + B = 142 + 188 + 164 = 494 (100%)
R 142 of 494 ~ 28.74%
G 188 of 494 ~ 38.06%
B 164 of 494 ~ 33.2'%

%28.74
%38.06
%33.2

CMYK color model

#8EBCA4 color CMYK value is (24,0,13,26).

  • cyan value is 24.47%
  • magenta value is 0.00%
  • yellow value is 12.77%
  • key color value is 26.27%

CMYK: (24,0,13,26)
C24M0Y13K26 (24%, 0%, 13%, 26%)
(0.24 / 0.00 / 0.13 / 0.26)

CMYK percentages

%24.47
%0
%12.77
%26.27

Codes

Color #8EBCA4 in popluar color models

8E BC A4
RGB 142 188 164
HSL 149° 25.56% 64.71%
HSB/HSV 149° 24.47% 73.73%
CMYK 24.47% 0.00% 12.77%
26.27%

Color #8EBCA4 in popluar number systems.

HEX 8E BC A4
Decimal 142 188 164
Binary 10001110 10111100 10100100
Octal 216 274 244

Shades and tints

Shades of #8EBCA4

#8EBCA4
(142,188,164)
#82AB96
(130,171,150)
#769A88
(118,154,136)
#6A897A
(106,137,122)
#5E786C
(94,120,108)
#52675E
(82,103,94)
#465650
(70,86,80)
#3A4542
(58,69,66)
#2E3434
(46,52,52)
#222326
(34,35,38)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #8EBCA4

#8EBCA4
(142,188,164)
#98C2AC
(152,194,172)
#A2C8B4
(162,200,180)
#ACCEBC
(172,206,188)
#B6D4C4
(182,212,196)
#C0DACC
(192,218,204)
#CAE0D4
(202,224,212)
#D4E6DC
(212,230,220)
#DEECE4
(222,236,228)
#E8F2EC
(232,242,236)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EBCA4; }

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

This text font color is #8EBCA4.

Background Color

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

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

This div background color is #8EBCA4.

Border color

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

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

This div border color is #8EBCA4.

Opacity

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

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

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

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

This text has shadow with #8EBCA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EBCA4.

Preview

Color preview on black background

This text has color #8EBCA4 on black background.


Color preview on white background

This text has color #8EBCA4 on white background.


Black color preview on #8EBCA4 background

This text has black color on #8EBCA4 background.


White color preview on #8EBCA4 background

This text has white color on #8EBCA4 background.


Related colors

Complementary color

Complementary color for #hex is #71435B.


I love getcolorcode.com

Triadic colors

1 #A48EBC and #BCA48E with #8EBCA4 are triadic colors.

2 #A4BC8E and #BC8EA4 with #8EBCA4 are triadic colors.