COLOR #8CA67B

HEX: #8CA67B
RGB: (140,166,123)

Color info

#8CA67B contains red, green and blue colors in about the same proportion. Web safe color of #8CA67B is #999966 (or #996).

RGB color model

#8CA67B color RGB value is (140,166,123).

  • red value is 140;
  • green value is 166;
  • blue value is 123.
RGB:
(140,166,123)
(55%,65%,48%)

RGB channels and saturation

R 140 of 255 = 55%
G 166 of 255 = 65%
B 123 of 255 = 48%

140
166
123

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

Portions of RGB colors in percentages

R + G + B =
140 + 166 + 123 = 429 (100%)
R 140 of 429 ~ 32.63%
G 166 of 429 ~ 38.69%
B 123 of 429 ~ 28.67%

%32.63
%38.69
%28.67

CMYK color model

#8CA67B color CMYK value is (16,0,26,35).

  • cyan value is 15.66%
  • magenta value is 0.00%
  • yellow value is 25.90%
  • key color value is 34.90%
CMYK:
(16,0,26,35)
C16M0Y26K35 
(16%,0%,26%,35%)
(0.16/0.00/0.26/0.35)	

CMYK percentages

%15.66
%0
%25.9
%34.9

Codes

Color #8CA67B in popluar color models

8CA67B
RGB140166123
HSL96°19.46%56.67%
HSB/HSV96°25.90%65.10%
CMYK15.66%0.00%25.90%
34.90%

Color #8CA67B in popluar number systems.

HEX8CA67B
Decimal140166123
Binary10001100101001101111011
Octal214246173

Shades and tints

Shades of #8CA67B

#8CA67B
(140,166,123)
#809770
(128,151,112)
#748865
(116,136,101)
#68795A
(104,121,90)
#5C6A4F
(92,106,79)
#505B44
(80,91,68)
#444C39
(68,76,57)
#383D2E
(56,61,46)
#2C2E23
(44,46,35)
#201F18
(32,31,24)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #8CA67B

#8CA67B
(140,166,123)
#96AE87
(150,174,135)
#A0B693
(160,182,147)
#AABE9F
(170,190,159)
#B4C6AB
(180,198,171)
#BECEB7
(190,206,183)
#C8D6C3
(200,214,195)
#D2DECF
(210,222,207)
#DCE6DB
(220,230,219)
#E6EEE7
(230,238,231)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA67B color. Also use rgb(140,166,123) instead hex code.

Text Font Color

.myTextColor { color: #8CA67B; }

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

This text font color is #8CA67B.


Background Color

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

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

This div background color is #8CA67B.


Border color

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

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

This div border color is #8CA67B.


Opacity

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

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

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

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

This text has shadow with #8CA67B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA67B on black background.


Color preview on white background

This text has color #8CA67B on white background.



Black color preview on #8CA67B background

This text has black color on #8CA67B background.


White color preview on #8CA67B background

This text has white color on #8CA67B background.