COLOR #8CA388

HEX: #8CA388
RGB: (140,163,136)

Color info

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

RGB color model

#8CA388 color RGB value is (140,163,136).

  • red value is 140;
  • green value is 163;
  • blue value is 136.
RGB:
(140,163,136)
(55%,64%,53%)

RGB channels and saturation

R 140 of 255 = 55%
G 163 of 255 = 64%
B 136 of 255 = 53%

140
163
136

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

Portions of RGB colors in percentages

R + G + B =
140 + 163 + 136 = 439 (100%)
R 140 of 439 ~ 31.89%
G 163 of 439 ~ 37.13%
B 136 of 439 ~ 30.98%

%31.89
%37.13
%30.98

CMYK color model

#8CA388 color CMYK value is (14,0,17,36).

  • cyan value is 14.11%
  • magenta value is 0.00%
  • yellow value is 16.56%
  • key color value is 36.08%
CMYK:
(14,0,17,36)
C14M0Y17K36 
(14%,0%,17%,36%)
(0.14/0.00/0.17/0.36)	

CMYK percentages

%14.11
%0
%16.56
%36.08

Codes

Color #8CA388 in popluar color models

8CA388
RGB140163136
HSL111°12.80%58.63%
HSB/HSV111°16.56%63.92%
CMYK14.11%0.00%16.56%
36.08%

Color #8CA388 in popluar number systems.

HEX8CA388
Decimal140163136
Binary100011001010001110001000
Octal214243210

Shades and tints

Shades of #8CA388

#8CA388
(140,163,136)
#80957C
(128,149,124)
#748770
(116,135,112)
#687964
(104,121,100)
#5C6B58
(92,107,88)
#505D4C
(80,93,76)
#444F40
(68,79,64)
#384134
(56,65,52)
#2C3328
(44,51,40)
#20251C
(32,37,28)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #8CA388

#8CA388
(140,163,136)
#96AB92
(150,171,146)
#A0B39C
(160,179,156)
#AABBA6
(170,187,166)
#B4C3B0
(180,195,176)
#BECBBA
(190,203,186)
#C8D3C4
(200,211,196)
#D2DBCE
(210,219,206)
#DCE3D8
(220,227,216)
#E6EBE2
(230,235,226)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CA388 color. Also use rgb(140,163,136) instead hex code.

Text Font Color

.myTextColor { color: #8CA388; }

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

This text font color is #8CA388.


Background Color

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

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

This div background color is #8CA388.


Border color

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

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

This div border color is #8CA388.


Opacity

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

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

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

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

This text has shadow with #8CA388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CA388 on black background.


Color preview on white background

This text has color #8CA388 on white background.



Black color preview on #8CA388 background

This text has black color on #8CA388 background.


White color preview on #8CA388 background

This text has white color on #8CA388 background.