COLOR #8CA07B

HEX: #8CA07B
RGB: (140,160,123)

Color info

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

RGB color model

#8CA07B color RGB value is (140,160,123).

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

RGB channels and saturation

R 140 of 255 = 55%
G 160 of 255 = 63%
B 123 of 255 = 48%

140
160
123

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

Portions of RGB colors in percentages

R + G + B =
140 + 160 + 123 = 423 (100%)
R 140 of 423 ~ 33.1%
G 160 of 423 ~ 37.83%
B 123 of 423 ~ 29.08%

%33.1
%37.83
%29.08

CMYK color model

#8CA07B color CMYK value is (13,0,23,37).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 23.13%
  • key color value is 37.25%
CMYK:
(13,0,23,37)
C13M0Y23K37 
(13%,0%,23%,37%)
(0.13/0.00/0.23/0.37)	

CMYK percentages

%12.5
%0
%23.13
%37.25

Codes

Color #8CA07B in popluar color models

8CA07B
RGB140160123
HSL92°16.30%55.49%
HSB/HSV92°23.13%62.75%
CMYK12.50%0.00%23.13%
37.25%

Color #8CA07B in popluar number systems.

HEX8CA07B
Decimal140160123
Binary10001100101000001111011
Octal214240173

Shades and tints

Shades of #8CA07B

#8CA07B
(140,160,123)
#809270
(128,146,112)
#748465
(116,132,101)
#68765A
(104,118,90)
#5C684F
(92,104,79)
#505A44
(80,90,68)
#444C39
(68,76,57)
#383E2E
(56,62,46)
#2C3023
(44,48,35)
#202218
(32,34,24)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #8CA07B

#8CA07B
(140,160,123)
#96A887
(150,168,135)
#A0B093
(160,176,147)
#AAB89F
(170,184,159)
#B4C0AB
(180,192,171)
#BEC8B7
(190,200,183)
#C8D0C3
(200,208,195)
#D2D8CF
(210,216,207)
#DCE0DB
(220,224,219)
#E6E8E7
(230,232,231)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CA07B; }

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

This text font color is #8CA07B.


Background Color

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

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

This div background color is #8CA07B.


Border color

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

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

This div border color is #8CA07B.


Opacity

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

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

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

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

This text has shadow with #8CA07B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA07B on black background.


Color preview on white background

This text has color #8CA07B on white background.



Black color preview on #8CA07B background

This text has black color on #8CA07B background.


White color preview on #8CA07B background

This text has white color on #8CA07B background.