COLOR #8CB593

HEX: #8CB593
RGB: (140,181,147)

Color info

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

RGB color model

#8CB593 color RGB value is (140,181,147).

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

RGB channels and saturation

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

140
181
147

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

Portions of RGB colors in percentages

R + G + B =
140 + 181 + 147 = 468 (100%)
R 140 of 468 ~ 29.91%
G 181 of 468 ~ 38.68%
B 147 of 468 ~ 31.41%

%29.91
%38.68
%31.41

CMYK color model

#8CB593 color CMYK value is (23,0,19,29).

  • cyan value is 22.65%
  • magenta value is 0.00%
  • yellow value is 18.78%
  • key color value is 29.02%
CMYK:
(23,0,19,29)
C23M0Y19K29 
(23%,0%,19%,29%)
(0.23/0.00/0.19/0.29)	

CMYK percentages

%22.65
%0
%18.78
%29.02

Codes

Color #8CB593 in popluar color models

8CB593
RGB140181147
HSL130°21.69%62.94%
HSB/HSV130°22.65%70.98%
CMYK22.65%0.00%18.78%
29.02%

Color #8CB593 in popluar number systems.

HEX8CB593
Decimal140181147
Binary100011001011010110010011
Octal214265223

Shades and tints

Shades of #8CB593

#8CB593
(140,181,147)
#80A586
(128,165,134)
#749579
(116,149,121)
#68856C
(104,133,108)
#5C755F
(92,117,95)
#506552
(80,101,82)
#445545
(68,85,69)
#384538
(56,69,56)
#2C352B
(44,53,43)
#20251E
(32,37,30)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #8CB593

#8CB593
(140,181,147)
#96BB9C
(150,187,156)
#A0C1A5
(160,193,165)
#AAC7AE
(170,199,174)
#B4CDB7
(180,205,183)
#BED3C0
(190,211,192)
#C8D9C9
(200,217,201)
#D2DFD2
(210,223,210)
#DCE5DB
(220,229,219)
#E6EBE4
(230,235,228)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CB593; }

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

This text font color is #8CB593.


Background Color

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

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

This div background color is #8CB593.


Border color

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

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

This div border color is #8CB593.


Opacity

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

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

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

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

This text has shadow with #8CB593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB593 on black background.


Color preview on white background

This text has color #8CB593 on white background.



Black color preview on #8CB593 background

This text has black color on #8CB593 background.


White color preview on #8CB593 background

This text has white color on #8CB593 background.