COLOR #8CB291

HEX: #8CB291
RGB: (140,178,145)

Color info

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

RGB color model

#8CB291 color RGB value is (140,178,145).

  • red value is 140;
  • green value is 178;
  • blue value is 145.
RGB:
(140,178,145)
(55%,70%,57%)

RGB channels and saturation

R 140 of 255 = 55%
G 178 of 255 = 70%
B 145 of 255 = 57%

140
178
145

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

Portions of RGB colors in percentages

R + G + B =
140 + 178 + 145 = 463 (100%)
R 140 of 463 ~ 30.24%
G 178 of 463 ~ 38.44%
B 145 of 463 ~ 31.32%

%30.24
%38.44
%31.32

CMYK color model

#8CB291 color CMYK value is (21,0,19,30).

  • cyan value is 21.35%
  • magenta value is 0.00%
  • yellow value is 18.54%
  • key color value is 30.20%
CMYK:
(21,0,19,30)
C21M0Y19K30 
(21%,0%,19%,30%)
(0.21/0.00/0.19/0.30)	

CMYK percentages

%21.35
%0
%18.54
%30.2

Codes

Color #8CB291 in popluar color models

8CB291
RGB140178145
HSL128°19.79%62.35%
HSB/HSV128°21.35%69.80%
CMYK21.35%0.00%18.54%
30.20%

Color #8CB291 in popluar number systems.

HEX8CB291
Decimal140178145
Binary100011001011001010010001
Octal214262221

Shades and tints

Shades of #8CB291

#8CB291
(140,178,145)
#80A284
(128,162,132)
#749277
(116,146,119)
#68826A
(104,130,106)
#5C725D
(92,114,93)
#506250
(80,98,80)
#445243
(68,82,67)
#384236
(56,66,54)
#2C3229
(44,50,41)
#20221C
(32,34,28)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #8CB291

#8CB291
(140,178,145)
#96B99B
(150,185,155)
#A0C0A5
(160,192,165)
#AAC7AF
(170,199,175)
#B4CEB9
(180,206,185)
#BED5C3
(190,213,195)
#C8DCCD
(200,220,205)
#D2E3D7
(210,227,215)
#DCEAE1
(220,234,225)
#E6F1EB
(230,241,235)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB291 color. Also use rgb(140,178,145) instead hex code.

Text Font Color

.myTextColor { color: #8CB291; }

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

This text font color is #8CB291.


Background Color

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

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

This div background color is #8CB291.


Border color

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

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

This div border color is #8CB291.


Opacity

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

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

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

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

This text has shadow with #8CB291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB291 on black background.


Color preview on white background

This text has color #8CB291 on white background.



Black color preview on #8CB291 background

This text has black color on #8CB291 background.


White color preview on #8CB291 background

This text has white color on #8CB291 background.