COLOR #8CD693

HEX: #8CD693
RGB: (140,214,147)

Color info

#8CD693 contains mainly green color. Web safe color of #8CD693 is #99CC99 (or #9C9).

RGB color model

#8CD693 color RGB value is (140,214,147).

  • red value is 140;
  • green value is 214;
  • blue value is 147.
RGB:
(140,214,147)
(55%,84%,58%)

RGB channels and saturation

R 140 of 255 = 55%
G 214 of 255 = 84%
B 147 of 255 = 58%

140
214
147

R + G + B ~ 66%. #8CD693 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 214 + 147 = 501 (100%)
R 140 of 501 ~ 27.94%
G 214 of 501 ~ 42.71%
B 147 of 501 ~ 29.34%

%27.94
%42.71
%29.34

CMYK color model

#8CD693 color CMYK value is (35,0,31,16).

  • cyan value is 34.58%
  • magenta value is 0.00%
  • yellow value is 31.31%
  • key color value is 16.08%
CMYK:
(35,0,31,16)
C35M0Y31K16 
(35%,0%,31%,16%)
(0.35/0.00/0.31/0.16)	

CMYK percentages

%34.58
%0
%31.31
%16.08

Codes

Color #8CD693 in popluar color models

8CD693
RGB140214147
HSL126°47.44%69.41%
HSB/HSV126°34.58%83.92%
CMYK34.58%0.00%31.31%
16.08%

Color #8CD693 in popluar number systems.

HEX8CD693
Decimal140214147
Binary100011001101011010010011
Octal214326223

Shades and tints

Shades of #8CD693

#8CD693
(140,214,147)
#80C386
(128,195,134)
#74B079
(116,176,121)
#689D6C
(104,157,108)
#5C8A5F
(92,138,95)
#507752
(80,119,82)
#446445
(68,100,69)
#385138
(56,81,56)
#2C3E2B
(44,62,43)
#202B1E
(32,43,30)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #8CD693

#8CD693
(140,214,147)
#96D99C
(150,217,156)
#A0DCA5
(160,220,165)
#AADFAE
(170,223,174)
#B4E2B7
(180,226,183)
#BEE5C0
(190,229,192)
#C8E8C9
(200,232,201)
#D2EBD2
(210,235,210)
#DCEEDB
(220,238,219)
#E6F1E4
(230,241,228)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CD693 color. Also use rgb(140,214,147) instead hex code.

Text Font Color

.myTextColor { color: #8CD693; }

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

This text font color is #8CD693.


Background Color

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

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

This div background color is #8CD693.


Border color

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

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

This div border color is #8CD693.


Opacity

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

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

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

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

This text has shadow with #8CD693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CD693 on black background.


Color preview on white background

This text has color #8CD693 on white background.



Black color preview on #8CD693 background

This text has black color on #8CD693 background.


White color preview on #8CD693 background

This text has white color on #8CD693 background.