COLOR #8EBCA3

HEX: #8EBCA3 RGB: (142,188,163)

Color info

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

RGB color model

#8EBCA3 color RGB value is (142,188,163).

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

RGB channels and saturation

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

142
188
163

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

Portions of RGB colors in percentages

R + G + B = 142 + 188 + 163 = 493 (100%)
R 142 of 493 ~ 28.8%
G 188 of 493 ~ 38.13%
B 163 of 493 ~ 33.06'%

%28.8
%38.13
%33.06

CMYK color model

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

  • cyan value is 24.47%
  • magenta value is 0.00%
  • yellow value is 13.30%
  • 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
%13.3
%26.27

Codes

Color #8EBCA3 in popluar color models

8E BC A3
RGB 142 188 163
HSL 147° 25.56% 64.71%
HSB/HSV 147° 24.47% 73.73%
CMYK 24.47% 0.00% 13.30%
26.27%

Color #8EBCA3 in popluar number systems.

HEX 8E BC A3
Decimal 142 188 163
Binary 10001110 10111100 10100011
Octal 216 274 243

Shades and tints

Shades of #8EBCA3

#8EBCA3
(142,188,163)
#82AB95
(130,171,149)
#769A87
(118,154,135)
#6A8979
(106,137,121)
#5E786B
(94,120,107)
#52675D
(82,103,93)
#46564F
(70,86,79)
#3A4541
(58,69,65)
#2E3433
(46,52,51)
#222325
(34,35,37)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #8EBCA3

#8EBCA3
(142,188,163)
#98C2AB
(152,194,171)
#A2C8B3
(162,200,179)
#ACCEBB
(172,206,187)
#B6D4C3
(182,212,195)
#C0DACB
(192,218,203)
#CAE0D3
(202,224,211)
#D4E6DB
(212,230,219)
#DEECE3
(222,236,227)
#E8F2EB
(232,242,235)
#F2F8F3
(242,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EBCA3; }

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

This text font color is #8EBCA3.

Background Color

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

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

This div background color is #8EBCA3.

Border color

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

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

This div border color is #8EBCA3.

Opacity

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

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

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

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

This text has shadow with #8EBCA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EBCA3.

Preview

Color preview on black background

This text has color #8EBCA3 on black background.


Color preview on white background

This text has color #8EBCA3 on white background.


Black color preview on #8EBCA3 background

This text has black color on #8EBCA3 background.


White color preview on #8EBCA3 background

This text has white color on #8EBCA3 background.


Related colors

Complementary color

Complementary color for #hex is #71435C.


I love getcolorcode.com

Triadic colors

1 #A38EBC and #BCA38E with #8EBCA3 are triadic colors.

2 #A3BC8E and #BC8EA3 with #8EBCA3 are triadic colors.