COLOR #8CB395

HEX: #8CB395 RGB: (140,179,149)

Color info

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

RGB color model

#8CB395 color RGB value is (140,179,149).

RGB: (140,179,149) (55%, 70%, 58%)

RGB channels and saturation

R 140 of 255 = 55%
G 179 of 255 = 70%
B 149 of 255 = 58%

140
179
149

R + G + B ~ 61%. #8CB395 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 179 + 149 = 468 (100%)
R 140 of 468 ~ 29.91%
G 179 of 468 ~ 38.25%
B 149 of 468 ~ 31.84'%

%29.91
%38.25
%31.84

CMYK color model

#8CB395 color CMYK value is (22,0,17,30).

  • cyan value is 21.79%
  • magenta value is 0.00%
  • yellow value is 16.76%
  • key color value is 29.80%
CMYK: (22,0,17,30) C22M0Y17K30 (22%,0%,17%,30%) (0.22/0.00/0.17/0.30) 

CMYK percentages

%21.79
%0
%16.76
%29.8

Codes

Color #8CB395 in popluar color models

8C B3 95
RGB 140 179 149
HSL 134° 20.42% 62.55%
HSB/HSV 134° 21.79% 70.20%
CMYK 21.79% 0.00% 16.76%
29.80%

Color #8CB395 in popluar number systems.

HEX 8C B3 95
Decimal 140 179 149
Binary 10001100 10110011 10010101
Octal 214 263 225

Shades and tints

Shades of #8CB395

#8CB395
(140,179,149)
#80A388
(128,163,136)
#74937B
(116,147,123)
#68836E
(104,131,110)
#5C7361
(92,115,97)
#506354
(80,99,84)
#445347
(68,83,71)
#38433A
(56,67,58)
#2C332D
(44,51,45)
#202320
(32,35,32)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #8CB395

#8CB395
(140,179,149)
#96B99E
(150,185,158)
#A0BFA7
(160,191,167)
#AAC5B0
(170,197,176)
#B4CBB9
(180,203,185)
#BED1C2
(190,209,194)
#C8D7CB
(200,215,203)
#D2DDD4
(210,221,212)
#DCE3DD
(220,227,221)
#E6E9E6
(230,233,230)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB395 color. Also use rgb(140,179,149) instead hex code.

Text Font Color

.myTextColor { color: #8CB395; }

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

This text font color is #8CB395.

Background Color

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

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

This div background color is #8CB395.

Border color

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

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

This div border color is #8CB395.

Opacity

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

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

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

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

This text has shadow with #8CB395 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CB395.

Preview

Color preview on black background

This text has color #8CB395 on black background.


Color preview on white background

This text has color #8CB395 on white background.


Black color preview on #8CB395 background

This text has black color on #8CB395 background.


White color preview on #8CB395 background

This text has white color on #8CB395 background.


Related colors

Complementary color

Complementary color for #hex is #734C6A.


I love getcolorcode.com

Triadic colors

1 #958CB3 and #B3958C with #8CB395 are triadic colors.

2 #95B38C and #B38C95 with #8CB395 are triadic colors.