COLOR #8EB263

HEX: #8EB263 RGB: (142,178,99)

Color info

#8EB263 contains mainly red and green colors. Web safe color of #8EB263 is #999966 (or #996).

RGB color model

#8EB263 color RGB value is (142,178,99).

RGB: (142,178,99) (56%, 70%, 39%)

RGB channels and saturation

R 142 of 255 = 56%
G 178 of 255 = 70%
B 99 of 255 = 39%

142
178
99

R + G + B ~ 55%. #8EB263 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 142 + 178 + 99 = 419 (100%)
R 142 of 419 ~ 33.89%
G 178 of 419 ~ 42.48%
B 99 of 419 ~ 23.63'%

%33.89
%42.48
%23.63

CMYK color model

#8EB263 color CMYK value is (20,0,44,30).

  • cyan value is 20.22%
  • magenta value is 0.00%
  • yellow value is 44.38%
  • key color value is 30.20%

CMYK: (20,0,44,30)
C20M0Y44K30 (20%, 0%, 44%, 30%)
(0.20 / 0.00 / 0.44 / 0.30)

CMYK percentages

%20.22
%0
%44.38
%30.2

Codes

Color #8EB263 in popluar color models

8E B2 63
RGB 142 178 99
HSL 87° 33.91% 54.31%
HSB/HSV 87° 44.38% 69.80%
CMYK 20.22% 0.00% 44.38%
30.20%

Color #8EB263 in popluar number systems.

HEX 8E B2 63
Decimal 142 178 99
Binary 10001110 10110010 1100011
Octal 216 262 143

Shades and tints

Shades of #8EB263

#8EB263
(142,178,99)
#82A25A
(130,162,90)
#769251
(118,146,81)
#6A8248
(106,130,72)
#5E723F
(94,114,63)
#526236
(82,98,54)
#46522D
(70,82,45)
#3A4224
(58,66,36)
#2E321B
(46,50,27)
#222212
(34,34,18)
#161209
(22,18,9)
#000000
(0,0,0)

Tints of #8EB263

#8EB263
(142,178,99)
#98B971
(152,185,113)
#A2C07F
(162,192,127)
#ACC78D
(172,199,141)
#B6CE9B
(182,206,155)
#C0D5A9
(192,213,169)
#CADCB7
(202,220,183)
#D4E3C5
(212,227,197)
#DEEAD3
(222,234,211)
#E8F1E1
(232,241,225)
#F2F8EF
(242,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB263 color. Also use rgb(142,178,99) instead hex code.

Text Font Color

.myTextColor { color: #8EB263; }

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

This text font color is #8EB263.

Background Color

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

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

This div background color is #8EB263.

Border color

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

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

This div border color is #8EB263.

Opacity

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

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

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

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

This text has shadow with #8EB263 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EB263.

Preview

Color preview on black background

This text has color #8EB263 on black background.


Color preview on white background

This text has color #8EB263 on white background.


Black color preview on #8EB263 background

This text has black color on #8EB263 background.


White color preview on #8EB263 background

This text has white color on #8EB263 background.


Related colors

Complementary color

Complementary color for #hex is #714D9C.


I love getcolorcode.com

Triadic colors

1 #638EB2 and #B2638E with #8EB263 are triadic colors.

2 #63B28E and #B28E63 with #8EB263 are triadic colors.