COLOR #8CA993

HEX: #8CA993
RGB: (140,169,147)

Color info

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

RGB color model

#8CA993 color RGB value is (140,169,147).

  • red value is 140;
  • green value is 169;
  • blue value is 147.
RGB:
(140,169,147)
(55%,66%,58%)

RGB channels and saturation

R 140 of 255 = 55%
G 169 of 255 = 66%
B 147 of 255 = 58%

140
169
147

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

Portions of RGB colors in percentages

R + G + B =
140 + 169 + 147 = 456 (100%)
R 140 of 456 ~ 30.7%
G 169 of 456 ~ 37.06%
B 147 of 456 ~ 32.24%

%30.7
%37.06
%32.24

CMYK color model

#8CA993 color CMYK value is (17,0,13,34).

  • cyan value is 17.16%
  • magenta value is 0.00%
  • yellow value is 13.02%
  • key color value is 33.73%
CMYK:
(17,0,13,34)
C17M0Y13K34 
(17%,0%,13%,34%)
(0.17/0.00/0.13/0.34)	

CMYK percentages

%17.16
%0
%13.02
%33.73

Codes

Color #8CA993 in popluar color models

8CA993
RGB140169147
HSL134°14.43%60.59%
HSB/HSV134°17.16%66.27%
CMYK17.16%0.00%13.02%
33.73%

Color #8CA993 in popluar number systems.

HEX8CA993
Decimal140169147
Binary100011001010100110010011
Octal214251223

Shades and tints

Shades of #8CA993

#8CA993
(140,169,147)
#809A86
(128,154,134)
#748B79
(116,139,121)
#687C6C
(104,124,108)
#5C6D5F
(92,109,95)
#505E52
(80,94,82)
#444F45
(68,79,69)
#384038
(56,64,56)
#2C312B
(44,49,43)
#20221E
(32,34,30)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #8CA993

#8CA993
(140,169,147)
#96B09C
(150,176,156)
#A0B7A5
(160,183,165)
#AABEAE
(170,190,174)
#B4C5B7
(180,197,183)
#BECCC0
(190,204,192)
#C8D3C9
(200,211,201)
#D2DAD2
(210,218,210)
#DCE1DB
(220,225,219)
#E6E8E4
(230,232,228)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA993 color. Also use rgb(140,169,147) instead hex code.

Text Font Color

.myTextColor { color: #8CA993; }

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

This text font color is #8CA993.


Background Color

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

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

This div background color is #8CA993.


Border color

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

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

This div border color is #8CA993.


Opacity

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

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

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

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

This text has shadow with #8CA993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA993 on black background.


Color preview on white background

This text has color #8CA993 on white background.



Black color preview on #8CA993 background

This text has black color on #8CA993 background.


White color preview on #8CA993 background

This text has white color on #8CA993 background.