COLOR #8CBD84

HEX: #8CBD84
RGB: (140,189,132)

Color info

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

RGB color model

#8CBD84 color RGB value is (140,189,132).

  • red value is 140;
  • green value is 189;
  • blue value is 132.
RGB:
(140,189,132)
(55%,74%,52%)

RGB channels and saturation

R 140 of 255 = 55%
G 189 of 255 = 74%
B 132 of 255 = 52%

140
189
132

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

Portions of RGB colors in percentages

R + G + B =
140 + 189 + 132 = 461 (100%)
R 140 of 461 ~ 30.37%
G 189 of 461 ~ 41%
B 132 of 461 ~ 28.63%

%30.37
%41
%28.63

CMYK color model

#8CBD84 color CMYK value is (26,0,30,26).

  • cyan value is 25.93%
  • magenta value is 0.00%
  • yellow value is 30.16%
  • key color value is 25.88%
CMYK:
(26,0,30,26)
C26M0Y30K26 
(26%,0%,30%,26%)
(0.26/0.00/0.30/0.26)	

CMYK percentages

%25.93
%0
%30.16
%25.88

Codes

Color #8CBD84 in popluar color models

8CBD84
RGB140189132
HSL112°30.16%62.94%
HSB/HSV112°30.16%74.12%
CMYK25.93%0.00%30.16%
25.88%

Color #8CBD84 in popluar number systems.

HEX8CBD84
Decimal140189132
Binary100011001011110110000100
Octal214275204

Shades and tints

Shades of #8CBD84

#8CBD84
(140,189,132)
#80AC78
(128,172,120)
#749B6C
(116,155,108)
#688A60
(104,138,96)
#5C7954
(92,121,84)
#506848
(80,104,72)
#44573C
(68,87,60)
#384630
(56,70,48)
#2C3524
(44,53,36)
#202418
(32,36,24)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #8CBD84

#8CBD84
(140,189,132)
#96C38F
(150,195,143)
#A0C99A
(160,201,154)
#AACFA5
(170,207,165)
#B4D5B0
(180,213,176)
#BEDBBB
(190,219,187)
#C8E1C6
(200,225,198)
#D2E7D1
(210,231,209)
#DCEDDC
(220,237,220)
#E6F3E7
(230,243,231)
#F0F9F2
(240,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CBD84 color. Also use rgb(140,189,132) instead hex code.

Text Font Color

.myTextColor { color: #8CBD84; }

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

This text font color is #8CBD84.


Background Color

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

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

This div background color is #8CBD84.


Border color

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

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

This div border color is #8CBD84.


Opacity

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

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

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

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

This text has shadow with #8CBD84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CBD84 on black background.


Color preview on white background

This text has color #8CBD84 on white background.



Black color preview on #8CBD84 background

This text has black color on #8CBD84 background.


White color preview on #8CBD84 background

This text has white color on #8CBD84 background.