COLOR #8CB992

HEX: #8CB992
RGB: (140,185,146)

Color info

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

RGB color model

#8CB992 color RGB value is (140,185,146).

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

RGB channels and saturation

R 140 of 255 = 55%
G 185 of 255 = 73%
B 146 of 255 = 57%

140
185
146

R + G + B ~ 62%. #8CB992 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 185 + 146 = 471 (100%)
R 140 of 471 ~ 29.72%
G 185 of 471 ~ 39.28%
B 146 of 471 ~ 31%

%29.72
%39.28
%31

CMYK color model

#8CB992 color CMYK value is (24,0,21,27).

  • cyan value is 24.32%
  • magenta value is 0.00%
  • yellow value is 21.08%
  • key color value is 27.45%
CMYK:
(24,0,21,27)
C24M0Y21K27 
(24%,0%,21%,27%)
(0.24/0.00/0.21/0.27)	

CMYK percentages

%24.32
%0
%21.08
%27.45

Codes

Color #8CB992 in popluar color models

8CB992
RGB140185146
HSL128°24.32%63.73%
HSB/HSV128°24.32%72.55%
CMYK24.32%0.00%21.08%
27.45%

Color #8CB992 in popluar number systems.

HEX8CB992
Decimal140185146
Binary100011001011100110010010
Octal214271222

Shades and tints

Shades of #8CB992

#8CB992
(140,185,146)
#80A985
(128,169,133)
#749978
(116,153,120)
#68896B
(104,137,107)
#5C795E
(92,121,94)
#506951
(80,105,81)
#445944
(68,89,68)
#384937
(56,73,55)
#2C392A
(44,57,42)
#20291D
(32,41,29)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #8CB992

#8CB992
(140,185,146)
#96BF9B
(150,191,155)
#A0C5A4
(160,197,164)
#AACBAD
(170,203,173)
#B4D1B6
(180,209,182)
#BED7BF
(190,215,191)
#C8DDC8
(200,221,200)
#D2E3D1
(210,227,209)
#DCE9DA
(220,233,218)
#E6EFE3
(230,239,227)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CB992; }

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

This text font color is #8CB992.


Background Color

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

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

This div background color is #8CB992.


Border color

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

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

This div border color is #8CB992.


Opacity

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

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

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

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

This text has shadow with #8CB992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB992 on black background.


Color preview on white background

This text has color #8CB992 on white background.



Black color preview on #8CB992 background

This text has black color on #8CB992 background.


White color preview on #8CB992 background

This text has white color on #8CB992 background.