COLOR #8CB985

HEX: #8CB985
RGB: (140,185,133)

Color info

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

RGB color model

#8CB985 color RGB value is (140,185,133).

  • red value is 140;
  • green value is 185;
  • blue value is 133.
RGB:
(140,185,133)
(55%,73%,52%)

RGB channels and saturation

R 140 of 255 = 55%
G 185 of 255 = 73%
B 133 of 255 = 52%

140
185
133

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

Portions of RGB colors in percentages

R + G + B =
140 + 185 + 133 = 458 (100%)
R 140 of 458 ~ 30.57%
G 185 of 458 ~ 40.39%
B 133 of 458 ~ 29.04%

%30.57
%40.39
%29.04

CMYK color model

#8CB985 color CMYK value is (24,0,28,27).

  • cyan value is 24.32%
  • magenta value is 0.00%
  • yellow value is 28.11%
  • key color value is 27.45%
CMYK:
(24,0,28,27)
C24M0Y28K27 
(24%,0%,28%,27%)
(0.24/0.00/0.28/0.27)	

CMYK percentages

%24.32
%0
%28.11
%27.45

Codes

Color #8CB985 in popluar color models

8CB985
RGB140185133
HSL112°27.08%62.35%
HSB/HSV112°28.11%72.55%
CMYK24.32%0.00%28.11%
27.45%

Color #8CB985 in popluar number systems.

HEX8CB985
Decimal140185133
Binary100011001011100110000101
Octal214271205

Shades and tints

Shades of #8CB985

#8CB985
(140,185,133)
#80A979
(128,169,121)
#74996D
(116,153,109)
#688961
(104,137,97)
#5C7955
(92,121,85)
#506949
(80,105,73)
#44593D
(68,89,61)
#384931
(56,73,49)
#2C3925
(44,57,37)
#202919
(32,41,25)
#14190D
(20,25,13)
#000000
(0,0,0)

Tints of #8CB985

#8CB985
(140,185,133)
#96BF90
(150,191,144)
#A0C59B
(160,197,155)
#AACBA6
(170,203,166)
#B4D1B1
(180,209,177)
#BED7BC
(190,215,188)
#C8DDC7
(200,221,199)
#D2E3D2
(210,227,210)
#DCE9DD
(220,233,221)
#E6EFE8
(230,239,232)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB985 color. Also use rgb(140,185,133) instead hex code.

Text Font Color

.myTextColor { color: #8CB985; }

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

This text font color is #8CB985.


Background Color

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

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

This div background color is #8CB985.


Border color

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

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

This div border color is #8CB985.


Opacity

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

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

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

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

This text has shadow with #8CB985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB985 on black background.


Color preview on white background

This text has color #8CB985 on white background.



Black color preview on #8CB985 background

This text has black color on #8CB985 background.


White color preview on #8CB985 background

This text has white color on #8CB985 background.