COLOR #8CAE95

HEX: #8CAE95
RGB: (140,174,149)

Color info

#8CAE95 contains red, green and blue colors in about the same proportion. Web safe color of #8CAE95 is #999999 (or #999).

RGB color model

#8CAE95 color RGB value is (140,174,149).

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

RGB channels and saturation

R 140 of 255 = 55%
G 174 of 255 = 68%
B 149 of 255 = 58%

140
174
149

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

Portions of RGB colors in percentages

R + G + B =
140 + 174 + 149 = 463 (100%)
R 140 of 463 ~ 30.24%
G 174 of 463 ~ 37.58%
B 149 of 463 ~ 32.18%

%30.24
%37.58
%32.18

CMYK color model

#8CAE95 color CMYK value is (20,0,14,32).

  • cyan value is 19.54%
  • magenta value is 0.00%
  • yellow value is 14.37%
  • key color value is 31.76%
CMYK:
(20,0,14,32)
C20M0Y14K32 
(20%,0%,14%,32%)
(0.20/0.00/0.14/0.32)	

CMYK percentages

%19.54
%0
%14.37
%31.76

Codes

Color #8CAE95 in popluar color models

8CAE95
RGB140174149
HSL136°17.35%61.57%
HSB/HSV136°19.54%68.24%
CMYK19.54%0.00%14.37%
31.76%

Color #8CAE95 in popluar number systems.

HEX8CAE95
Decimal140174149
Binary100011001010111010010101
Octal214256225

Shades and tints

Shades of #8CAE95

#8CAE95
(140,174,149)
#809F88
(128,159,136)
#74907B
(116,144,123)
#68816E
(104,129,110)
#5C7261
(92,114,97)
#506354
(80,99,84)
#445447
(68,84,71)
#38453A
(56,69,58)
#2C362D
(44,54,45)
#202720
(32,39,32)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #8CAE95

#8CAE95
(140,174,149)
#96B59E
(150,181,158)
#A0BCA7
(160,188,167)
#AAC3B0
(170,195,176)
#B4CAB9
(180,202,185)
#BED1C2
(190,209,194)
#C8D8CB
(200,216,203)
#D2DFD4
(210,223,212)
#DCE6DD
(220,230,221)
#E6EDE6
(230,237,230)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CAE95; }

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

This text font color is #8CAE95.


Background Color

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

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

This div background color is #8CAE95.


Border color

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

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

This div border color is #8CAE95.


Opacity

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

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

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

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

This text has shadow with #8CAE95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CAE95 on black background.


Color preview on white background

This text has color #8CAE95 on white background.



Black color preview on #8CAE95 background

This text has black color on #8CAE95 background.


White color preview on #8CAE95 background

This text has white color on #8CAE95 background.