COLOR #8EB963

HEX: #8EB963 RGB: (142,185,99)

Color info

#8EB963 contains mainly red and green colors. Web safe color of #8EB963 is #99CC66 (or #9C6).

RGB color model

#8EB963 color RGB value is (142,185,99).

RGB: (142,185,99) (56%, 73%, 39%)

RGB channels and saturation

R 142 of 255 = 56%
G 185 of 255 = 73%
B 99 of 255 = 39%

142
185
99

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

Portions of RGB colors in percentages

R + G + B = 142 + 185 + 99 = 426 (100%)
R 142 of 426 ~ 33.33%
G 185 of 426 ~ 43.43%
B 99 of 426 ~ 23.24'%

%33.33
%43.43
%23.24

CMYK color model

#8EB963 color CMYK value is (23,0,46,27).

  • cyan value is 23.24%
  • magenta value is 0.00%
  • yellow value is 46.49%
  • key color value is 27.45%

CMYK: (23,0,46,27)
C23M0Y46K27 (23%, 0%, 46%, 27%)
(0.23 / 0.00 / 0.46 / 0.27)

CMYK percentages

%23.24
%0
%46.49
%27.45

Codes

Color #8EB963 in popluar color models

8E B9 63
RGB 142 185 99
HSL 90° 38.05% 55.69%
HSB/HSV 90° 46.49% 72.55%
CMYK 23.24% 0.00% 46.49%
27.45%

Color #8EB963 in popluar number systems.

HEX 8E B9 63
Decimal 142 185 99
Binary 10001110 10111001 1100011
Octal 216 271 143

Shades and tints

Shades of #8EB963

#8EB963
(142,185,99)
#82A95A
(130,169,90)
#769951
(118,153,81)
#6A8948
(106,137,72)
#5E793F
(94,121,63)
#526936
(82,105,54)
#46592D
(70,89,45)
#3A4924
(58,73,36)
#2E391B
(46,57,27)
#222912
(34,41,18)
#161909
(22,25,9)
#000000
(0,0,0)

Tints of #8EB963

#8EB963
(142,185,99)
#98BF71
(152,191,113)
#A2C57F
(162,197,127)
#ACCB8D
(172,203,141)
#B6D19B
(182,209,155)
#C0D7A9
(192,215,169)
#CADDB7
(202,221,183)
#D4E3C5
(212,227,197)
#DEE9D3
(222,233,211)
#E8EFE1
(232,239,225)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB963; }

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

This text font color is #8EB963.

Background Color

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

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

This div background color is #8EB963.

Border color

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

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

This div border color is #8EB963.

Opacity

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

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

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

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

This text has shadow with #8EB963 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EB963.

Preview

Color preview on black background

This text has color #8EB963 on black background.


Color preview on white background

This text has color #8EB963 on white background.


Black color preview on #8EB963 background

This text has black color on #8EB963 background.


White color preview on #8EB963 background

This text has white color on #8EB963 background.


Related colors

Complementary color

Complementary color for #hex is #71469C.


I love getcolorcode.com

Triadic colors

1 #638EB9 and #B9638E with #8EB963 are triadic colors.

2 #63B98E and #B98E63 with #8EB963 are triadic colors.