COLOR #8CA968

HEX: #8CA968
RGB: (140,169,104)

Color info

#8CA968 contains mainly red and green colors. Web safe color of #8CA968 is #999966 (or #996).

RGB color model

#8CA968 color RGB value is (140,169,104).

  • red value is 140;
  • green value is 169;
  • blue value is 104.
RGB:
(140,169,104)
(55%,66%,41%)

RGB channels and saturation

R 140 of 255 = 55%
G 169 of 255 = 66%
B 104 of 255 = 41%

140
169
104

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

Portions of RGB colors in percentages

R + G + B =
140 + 169 + 104 = 413 (100%)
R 140 of 413 ~ 33.9%
G 169 of 413 ~ 40.92%
B 104 of 413 ~ 25.18%

%33.9
%40.92
%25.18

CMYK color model

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

  • cyan value is 17.16%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 33.73%
CMYK:
(17,0,38,34)
C17M0Y38K34 
(17%,0%,38%,34%)
(0.17/0.00/0.38/0.34)	

CMYK percentages

%17.16
%0
%38.46
%33.73

Codes

Color #8CA968 in popluar color models

8CA968
RGB140169104
HSL87°27.43%53.53%
HSB/HSV87°38.46%66.27%
CMYK17.16%0.00%38.46%
33.73%

Color #8CA968 in popluar number systems.

HEX8CA968
Decimal140169104
Binary10001100101010011101000
Octal214251150

Shades and tints

Shades of #8CA968

#8CA968
(140,169,104)
#809A5F
(128,154,95)
#748B56
(116,139,86)
#687C4D
(104,124,77)
#5C6D44
(92,109,68)
#505E3B
(80,94,59)
#444F32
(68,79,50)
#384029
(56,64,41)
#2C3120
(44,49,32)
#202217
(32,34,23)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #8CA968

#8CA968
(140,169,104)
#96B075
(150,176,117)
#A0B782
(160,183,130)
#AABE8F
(170,190,143)
#B4C59C
(180,197,156)
#BECCA9
(190,204,169)
#C8D3B6
(200,211,182)
#D2DAC3
(210,218,195)
#DCE1D0
(220,225,208)
#E6E8DD
(230,232,221)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA968 color. Also use rgb(140,169,104) instead hex code.

Text Font Color

.myTextColor { color: #8CA968; }

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

This text font color is #8CA968.


Background Color

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

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

This div background color is #8CA968.


Border color

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

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

This div border color is #8CA968.


Opacity

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

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

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

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

This text has shadow with #8CA968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA968 on black background.


Color preview on white background

This text has color #8CA968 on white background.



Black color preview on #8CA968 background

This text has black color on #8CA968 background.


White color preview on #8CA968 background

This text has white color on #8CA968 background.