COLOR #8CAE69

HEX: #8CAE69
RGB: (140,174,105)

Color info

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

RGB color model

#8CAE69 color RGB value is (140,174,105).

  • red value is 140;
  • green value is 174;
  • blue value is 105.
RGB:
(140,174,105)
(55%,68%,41%)

RGB channels and saturation

R 140 of 255 = 55%
G 174 of 255 = 68%
B 105 of 255 = 41%

140
174
105

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

Portions of RGB colors in percentages

R + G + B =
140 + 174 + 105 = 419 (100%)
R 140 of 419 ~ 33.41%
G 174 of 419 ~ 41.53%
B 105 of 419 ~ 25.06%

%33.41
%41.53
%25.06

CMYK color model

#8CAE69 color CMYK value is (20,0,40,32).

  • cyan value is 19.54%
  • magenta value is 0.00%
  • yellow value is 39.66%
  • key color value is 31.76%
CMYK:
(20,0,40,32)
C20M0Y40K32 
(20%,0%,40%,32%)
(0.20/0.00/0.40/0.32)	

CMYK percentages

%19.54
%0
%39.66
%31.76

Codes

Color #8CAE69 in popluar color models

8CAE69
RGB140174105
HSL90°29.87%54.71%
HSB/HSV90°39.66%68.24%
CMYK19.54%0.00%39.66%
31.76%

Color #8CAE69 in popluar number systems.

HEX8CAE69
Decimal140174105
Binary10001100101011101101001
Octal214256151

Shades and tints

Shades of #8CAE69

#8CAE69
(140,174,105)
#809F60
(128,159,96)
#749057
(116,144,87)
#68814E
(104,129,78)
#5C7245
(92,114,69)
#50633C
(80,99,60)
#445433
(68,84,51)
#38452A
(56,69,42)
#2C3621
(44,54,33)
#202718
(32,39,24)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #8CAE69

#8CAE69
(140,174,105)
#96B576
(150,181,118)
#A0BC83
(160,188,131)
#AAC390
(170,195,144)
#B4CA9D
(180,202,157)
#BED1AA
(190,209,170)
#C8D8B7
(200,216,183)
#D2DFC4
(210,223,196)
#DCE6D1
(220,230,209)
#E6EDDE
(230,237,222)
#F0F4EB
(240,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CAE69 color. Also use rgb(140,174,105) instead hex code.

Text Font Color

.myTextColor { color: #8CAE69; }

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

This text font color is #8CAE69.


Background Color

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

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

This div background color is #8CAE69.


Border color

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

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

This div border color is #8CAE69.


Opacity

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

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

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

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

This text has shadow with #8CAE69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CAE69 on black background.


Color preview on white background

This text has color #8CAE69 on white background.



Black color preview on #8CAE69 background

This text has black color on #8CAE69 background.


White color preview on #8CAE69 background

This text has white color on #8CAE69 background.