COLOR #8CB264

HEX: #8CB264
RGB: (140,178,100)

Color info

#8CB264 contains mainly red and green colors. Web safe color of #8CB264 is #999966 (or #996).

RGB color model

#8CB264 color RGB value is (140,178,100).

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

RGB channels and saturation

R 140 of 255 = 55%
G 178 of 255 = 70%
B 100 of 255 = 39%

140
178
100

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

Portions of RGB colors in percentages

R + G + B =
140 + 178 + 100 = 418 (100%)
R 140 of 418 ~ 33.49%
G 178 of 418 ~ 42.58%
B 100 of 418 ~ 23.92%

%33.49
%42.58
%23.92

CMYK color model

#8CB264 color CMYK value is (21,0,44,30).

  • cyan value is 21.35%
  • magenta value is 0.00%
  • yellow value is 43.82%
  • key color value is 30.20%
CMYK:
(21,0,44,30)
C21M0Y44K30 
(21%,0%,44%,30%)
(0.21/0.00/0.44/0.30)	

CMYK percentages

%21.35
%0
%43.82
%30.2

Codes

Color #8CB264 in popluar color models

8CB264
RGB140178100
HSL89°33.62%54.51%
HSB/HSV89°43.82%69.80%
CMYK21.35%0.00%43.82%
30.20%

Color #8CB264 in popluar number systems.

HEX8CB264
Decimal140178100
Binary10001100101100101100100
Octal214262144

Shades and tints

Shades of #8CB264

#8CB264
(140,178,100)
#80A25B
(128,162,91)
#749252
(116,146,82)
#688249
(104,130,73)
#5C7240
(92,114,64)
#506237
(80,98,55)
#44522E
(68,82,46)
#384225
(56,66,37)
#2C321C
(44,50,28)
#202213
(32,34,19)
#14120A
(20,18,10)
#000000
(0,0,0)

Tints of #8CB264

#8CB264
(140,178,100)
#96B972
(150,185,114)
#A0C080
(160,192,128)
#AAC78E
(170,199,142)
#B4CE9C
(180,206,156)
#BED5AA
(190,213,170)
#C8DCB8
(200,220,184)
#D2E3C6
(210,227,198)
#DCEAD4
(220,234,212)
#E6F1E2
(230,241,226)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CB264; }

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

This text font color is #8CB264.


Background Color

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

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

This div background color is #8CB264.


Border color

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

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

This div border color is #8CB264.


Opacity

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

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

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

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

This text has shadow with #8CB264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB264 on black background.


Color preview on white background

This text has color #8CB264 on white background.



Black color preview on #8CB264 background

This text has black color on #8CB264 background.


White color preview on #8CB264 background

This text has white color on #8CB264 background.