COLOR #8CA88B

HEX: #8CA88B
RGB: (140,168,139)

Color info

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

RGB color model

#8CA88B color RGB value is (140,168,139).

  • red value is 140;
  • green value is 168;
  • blue value is 139.
RGB: (140,168,139) (55%,66%,55%)

RGB channels and saturation

R 140 of 255 = 55%
G 168 of 255 = 66%
B 139 of 255 = 55%

140
168
139

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

Portions of RGB colors in percentages

R + G + B =
140 + 168 + 139 = 447 (100%)
R 140 of 447 ~ 31.32%
G 168 of 447 ~ 37.58%
B 139 of 447 ~ 31.1%

%31.32
%37.58
%31.1

CMYK color model

#8CA88B color CMYK value is (17,0,17,34).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 17.26%
  • key color value is 34.12%
CMYK: (17,0,17,34) C17M0Y17K34 (17%,0%,17%,34%) (0.17/0.00/0.17/0.34)

CMYK percentages

%16.67
%0
%17.26
%34.12

Codes

Color #8CA88B in popluar color models

8CA88B
RGB140168139
HSL118°14.29%60.20%
HSB/HSV118°17.26%65.88%
CMYK16.67%0.00%17.26%
34.12%

Color #8CA88B in popluar number systems.

HEX8CA88B
Decimal140168139
Binary100011001010100010001011
Octal214250213

Shades and tints

Shades of #8CA88B

#8CA88B
(140,168,139)
#80997F
(128,153,127)
#748A73
(116,138,115)
#687B67
(104,123,103)
#5C6C5B
(92,108,91)
#505D4F
(80,93,79)
#444E43
(68,78,67)
#383F37
(56,63,55)
#2C302B
(44,48,43)
#20211F
(32,33,31)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #8CA88B

#8CA88B
(140,168,139)
#96AF95
(150,175,149)
#A0B69F
(160,182,159)
#AABDA9
(170,189,169)
#B4C4B3
(180,196,179)
#BECBBD
(190,203,189)
#C8D2C7
(200,210,199)
#D2D9D1
(210,217,209)
#DCE0DB
(220,224,219)
#E6E7E5
(230,231,229)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA88B color. Also use rgb(140,168,139) instead hex code.

Text Font Color

.myTextColor { color: #8CA88B; }

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

This text font color is #8CA88B.


Background Color

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

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

This div background color is #8CA88B.


Border color

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

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

This div border color is #8CA88B.


Opacity

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

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

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

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

This text has shadow with #8CA88B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8CA88B on black background.


Color preview on white background

This text has color #8CA88B on white background.



Black color preview on #8CA88B background

This text has black color on #8CA88B background.


White color preview on #8CA88B background

This text has white color on #8CA88B background.