COLOR #8CAE75

HEX: #8CAE75
RGB: (140,174,117)

Color info

#8CAE75 contains red, green and blue colors in about the same proportion. Web safe color of #8CAE75 is #999966 (or #996).

RGB color model

#8CAE75 color RGB value is (140,174,117).

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

RGB channels and saturation

R 140 of 255 = 55%
G 174 of 255 = 68%
B 117 of 255 = 46%

140
174
117

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

Portions of RGB colors in percentages

R + G + B =
140 + 174 + 117 = 431 (100%)
R 140 of 431 ~ 32.48%
G 174 of 431 ~ 40.37%
B 117 of 431 ~ 27.15%

%32.48
%40.37
%27.15

CMYK color model

#8CAE75 color CMYK value is (20,0,33,32).

  • cyan value is 19.54%
  • magenta value is 0.00%
  • yellow value is 32.76%
  • key color value is 31.76%
CMYK:
(20,0,33,32)
C20M0Y33K32 
(20%,0%,33%,32%)
(0.20/0.00/0.33/0.32)	

CMYK percentages

%19.54
%0
%32.76
%31.76

Codes

Color #8CAE75 in popluar color models

8CAE75
RGB140174117
HSL96°26.03%57.06%
HSB/HSV96°32.76%68.24%
CMYK19.54%0.00%32.76%
31.76%

Color #8CAE75 in popluar number systems.

HEX8CAE75
Decimal140174117
Binary10001100101011101110101
Octal214256165

Shades and tints

Shades of #8CAE75

#8CAE75
(140,174,117)
#809F6B
(128,159,107)
#749061
(116,144,97)
#688157
(104,129,87)
#5C724D
(92,114,77)
#506343
(80,99,67)
#445439
(68,84,57)
#38452F
(56,69,47)
#2C3625
(44,54,37)
#20271B
(32,39,27)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #8CAE75

#8CAE75
(140,174,117)
#96B581
(150,181,129)
#A0BC8D
(160,188,141)
#AAC399
(170,195,153)
#B4CAA5
(180,202,165)
#BED1B1
(190,209,177)
#C8D8BD
(200,216,189)
#D2DFC9
(210,223,201)
#DCE6D5
(220,230,213)
#E6EDE1
(230,237,225)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CAE75; }

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

This text font color is #8CAE75.


Background Color

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

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

This div background color is #8CAE75.


Border color

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

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

This div border color is #8CAE75.


Opacity

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

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

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

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

This text has shadow with #8CAE75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CAE75 on black background.


Color preview on white background

This text has color #8CAE75 on white background.



Black color preview on #8CAE75 background

This text has black color on #8CAE75 background.


White color preview on #8CAE75 background

This text has white color on #8CAE75 background.