COLOR #8CAE7E

HEX: #8CAE7E
RGB: (140,174,126)

Color info

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

RGB color model

#8CAE7E color RGB value is (140,174,126).

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

RGB channels and saturation

R 140 of 255 = 55%
G 174 of 255 = 68%
B 126 of 255 = 49%

140
174
126

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

Portions of RGB colors in percentages

R + G + B =
140 + 174 + 126 = 440 (100%)
R 140 of 440 ~ 31.82%
G 174 of 440 ~ 39.55%
B 126 of 440 ~ 28.64%

%31.82
%39.55
%28.64

CMYK color model

#8CAE7E color CMYK value is (20,0,28,32).

  • cyan value is 19.54%
  • magenta value is 0.00%
  • yellow value is 27.59%
  • key color value is 31.76%
CMYK:
(20,0,28,32)
C20M0Y28K32 
(20%,0%,28%,32%)
(0.20/0.00/0.28/0.32)	

CMYK percentages

%19.54
%0
%27.59
%31.76

Codes

Color #8CAE7E in popluar color models

8CAE7E
RGB140174126
HSL103°22.86%58.82%
HSB/HSV103°27.59%68.24%
CMYK19.54%0.00%27.59%
31.76%

Color #8CAE7E in popluar number systems.

HEX8CAE7E
Decimal140174126
Binary10001100101011101111110
Octal214256176

Shades and tints

Shades of #8CAE7E

#8CAE7E
(140,174,126)
#809F73
(128,159,115)
#749068
(116,144,104)
#68815D
(104,129,93)
#5C7252
(92,114,82)
#506347
(80,99,71)
#44543C
(68,84,60)
#384531
(56,69,49)
#2C3626
(44,54,38)
#20271B
(32,39,27)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #8CAE7E

#8CAE7E
(140,174,126)
#96B589
(150,181,137)
#A0BC94
(160,188,148)
#AAC39F
(170,195,159)
#B4CAAA
(180,202,170)
#BED1B5
(190,209,181)
#C8D8C0
(200,216,192)
#D2DFCB
(210,223,203)
#DCE6D6
(220,230,214)
#E6EDE1
(230,237,225)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CAE7E; }

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

This text font color is #8CAE7E.


Background Color

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

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

This div background color is #8CAE7E.


Border color

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

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

This div border color is #8CAE7E.


Opacity

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

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

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

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

This text has shadow with #8CAE7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CAE7E on black background.


Color preview on white background

This text has color #8CAE7E on white background.



Black color preview on #8CAE7E background

This text has black color on #8CAE7E background.


White color preview on #8CAE7E background

This text has white color on #8CAE7E background.