COLOR #8CB493

HEX: #8CB493
RGB: (140,180,147)

Color info

#8CB493 contains red, green and blue colors in about the same proportion. Web safe color of #8CB493 is #99CC99 (or #9C9).

RGB color model

#8CB493 color RGB value is (140,180,147).

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

RGB channels and saturation

R 140 of 255 = 55%
G 180 of 255 = 71%
B 147 of 255 = 58%

140
180
147

R + G + B ~ 61%. #8CB493 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 180 + 147 = 467 (100%)
R 140 of 467 ~ 29.98%
G 180 of 467 ~ 38.54%
B 147 of 467 ~ 31.48%

%29.98
%38.54
%31.48

CMYK color model

#8CB493 color CMYK value is (22,0,18,29).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 18.33%
  • key color value is 29.41%
CMYK:
(22,0,18,29)
C22M0Y18K29 
(22%,0%,18%,29%)
(0.22/0.00/0.18/0.29)	

CMYK percentages

%22.22
%0
%18.33
%29.41

Codes

Color #8CB493 in popluar color models

8CB493
RGB140180147
HSL131°21.05%62.75%
HSB/HSV131°22.22%70.59%
CMYK22.22%0.00%18.33%
29.41%

Color #8CB493 in popluar number systems.

HEX8CB493
Decimal140180147
Binary100011001011010010010011
Octal214264223

Shades and tints

Shades of #8CB493

#8CB493
(140,180,147)
#80A486
(128,164,134)
#749479
(116,148,121)
#68846C
(104,132,108)
#5C745F
(92,116,95)
#506452
(80,100,82)
#445445
(68,84,69)
#384438
(56,68,56)
#2C342B
(44,52,43)
#20241E
(32,36,30)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #8CB493

#8CB493
(140,180,147)
#96BA9C
(150,186,156)
#A0C0A5
(160,192,165)
#AAC6AE
(170,198,174)
#B4CCB7
(180,204,183)
#BED2C0
(190,210,192)
#C8D8C9
(200,216,201)
#D2DED2
(210,222,210)
#DCE4DB
(220,228,219)
#E6EAE4
(230,234,228)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CB493; }

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

This text font color is #8CB493.


Background Color

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

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

This div background color is #8CB493.


Border color

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

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

This div border color is #8CB493.


Opacity

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

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

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

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

This text has shadow with #8CB493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB493 on black background.


Color preview on white background

This text has color #8CB493 on white background.



Black color preview on #8CB493 background

This text has black color on #8CB493 background.


White color preview on #8CB493 background

This text has white color on #8CB493 background.