COLOR #8CC398

HEX: #8CC398
RGB: (140,195,152)

Color info

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

RGB color model

#8CC398 color RGB value is (140,195,152).

  • red value is 140;
  • green value is 195;
  • blue value is 152.
RGB:
(140,195,152)
(55%,76%,60%)

RGB channels and saturation

R 140 of 255 = 55%
G 195 of 255 = 76%
B 152 of 255 = 60%

140
195
152

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

Portions of RGB colors in percentages

R + G + B =
140 + 195 + 152 = 487 (100%)
R 140 of 487 ~ 28.75%
G 195 of 487 ~ 40.04%
B 152 of 487 ~ 31.21%

%28.75
%40.04
%31.21

CMYK color model

#8CC398 color CMYK value is (28,0,22,24).

  • cyan value is 28.21%
  • magenta value is 0.00%
  • yellow value is 22.05%
  • key color value is 23.53%
CMYK:
(28,0,22,24)
C28M0Y22K24 
(28%,0%,22%,24%)
(0.28/0.00/0.22/0.24)	

CMYK percentages

%28.21
%0
%22.05
%23.53

Codes

Color #8CC398 in popluar color models

8CC398
RGB140195152
HSL133°31.43%65.69%
HSB/HSV133°28.21%76.47%
CMYK28.21%0.00%22.05%
23.53%

Color #8CC398 in popluar number systems.

HEX8CC398
Decimal140195152
Binary100011001100001110011000
Octal214303230

Shades and tints

Shades of #8CC398

#8CC398
(140,195,152)
#80B28B
(128,178,139)
#74A17E
(116,161,126)
#689071
(104,144,113)
#5C7F64
(92,127,100)
#506E57
(80,110,87)
#445D4A
(68,93,74)
#384C3D
(56,76,61)
#2C3B30
(44,59,48)
#202A23
(32,42,35)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #8CC398

#8CC398
(140,195,152)
#96C8A1
(150,200,161)
#A0CDAA
(160,205,170)
#AAD2B3
(170,210,179)
#B4D7BC
(180,215,188)
#BEDCC5
(190,220,197)
#C8E1CE
(200,225,206)
#D2E6D7
(210,230,215)
#DCEBE0
(220,235,224)
#E6F0E9
(230,240,233)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC398 color. Also use rgb(140,195,152) instead hex code.

Text Font Color

.myTextColor { color: #8CC398; }

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

This text font color is #8CC398.


Background Color

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

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

This div background color is #8CC398.


Border color

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

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

This div border color is #8CC398.


Opacity

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

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

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

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

This text has shadow with #8CC398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC398 on black background.


Color preview on white background

This text has color #8CC398 on white background.



Black color preview on #8CC398 background

This text has black color on #8CC398 background.


White color preview on #8CC398 background

This text has white color on #8CC398 background.