COLOR #8CC795

HEX: #8CC795
RGB: (140,199,149)

Color info

#8CC795 contains red, green and blue colors in about the same proportion. Web safe color of #8CC795 is #99CC99 (or #9C9).

RGB color model

#8CC795 color RGB value is (140,199,149).

  • red value is 140;
  • green value is 199;
  • blue value is 149.
RGB:
(140,199,149)
(55%,78%,58%)

RGB channels and saturation

R 140 of 255 = 55%
G 199 of 255 = 78%
B 149 of 255 = 58%

140
199
149

R + G + B ~ 64%. #8CC795 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 199 + 149 = 488 (100%)
R 140 of 488 ~ 28.69%
G 199 of 488 ~ 40.78%
B 149 of 488 ~ 30.53%

%28.69
%40.78
%30.53

CMYK color model

#8CC795 color CMYK value is (30,0,25,22).

  • cyan value is 29.65%
  • magenta value is 0.00%
  • yellow value is 25.13%
  • key color value is 21.96%
CMYK:
(30,0,25,22)
C30M0Y25K22 
(30%,0%,25%,22%)
(0.30/0.00/0.25/0.22)	

CMYK percentages

%29.65
%0
%25.13
%21.96

Codes

Color #8CC795 in popluar color models

8CC795
RGB140199149
HSL129°34.50%66.47%
HSB/HSV129°29.65%78.04%
CMYK29.65%0.00%25.13%
21.96%

Color #8CC795 in popluar number systems.

HEX8CC795
Decimal140199149
Binary100011001100011110010101
Octal214307225

Shades and tints

Shades of #8CC795

#8CC795
(140,199,149)
#80B588
(128,181,136)
#74A37B
(116,163,123)
#68916E
(104,145,110)
#5C7F61
(92,127,97)
#506D54
(80,109,84)
#445B47
(68,91,71)
#38493A
(56,73,58)
#2C372D
(44,55,45)
#202520
(32,37,32)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #8CC795

#8CC795
(140,199,149)
#96CC9E
(150,204,158)
#A0D1A7
(160,209,167)
#AAD6B0
(170,214,176)
#B4DBB9
(180,219,185)
#BEE0C2
(190,224,194)
#C8E5CB
(200,229,203)
#D2EAD4
(210,234,212)
#DCEFDD
(220,239,221)
#E6F4E6
(230,244,230)
#F0F9EF
(240,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CC795; }

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

This text font color is #8CC795.


Background Color

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

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

This div background color is #8CC795.


Border color

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

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

This div border color is #8CC795.


Opacity

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

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

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

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

This text has shadow with #8CC795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC795 on black background.


Color preview on white background

This text has color #8CC795 on white background.



Black color preview on #8CC795 background

This text has black color on #8CC795 background.


White color preview on #8CC795 background

This text has white color on #8CC795 background.