COLOR #8CD896

HEX: #8CD896 RGB: (140,216,150)

Color info

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

RGB color model

#8CD896 color RGB value is (140,216,150).

RGB: (140,216,150) (55%, 85%, 59%)

RGB channels and saturation

R 140 of 255 = 55%
G 216 of 255 = 85%
B 150 of 255 = 59%

140
216
150

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

Portions of RGB colors in percentages

R + G + B = 140 + 216 + 150 = 506 (100%)
R 140 of 506 ~ 27.67%
G 216 of 506 ~ 42.69%
B 150 of 506 ~ 29.64'%

%27.67
%42.69
%29.64

CMYK color model

#8CD896 color CMYK value is (35,0,31,15).

  • cyan value is 35.19%
  • magenta value is 0.00%
  • yellow value is 30.56%
  • key color value is 15.29%

CMYK: (35,0,31,15)
C35M0Y31K15 (35%, 0%, 31%, 15%)
(0.35 / 0.00 / 0.31 / 0.15)

CMYK percentages

%35.19
%0
%30.56
%15.29

Codes

Color #8CD896 in popluar color models

8C D8 96
RGB 140 216 150
HSL 128° 49.35% 69.80%
HSB/HSV 128° 35.19% 84.71%
CMYK 35.19% 0.00% 30.56%
15.29%

Color #8CD896 in popluar number systems.

HEX 8C D8 96
Decimal 140 216 150
Binary 10001100 11011000 10010110
Octal 214 330 226

Shades and tints

Shades of #8CD896

#8CD896
(140,216,150)
#80C589
(128,197,137)
#74B27C
(116,178,124)
#689F6F
(104,159,111)
#5C8C62
(92,140,98)
#507955
(80,121,85)
#446648
(68,102,72)
#38533B
(56,83,59)
#2C402E
(44,64,46)
#202D21
(32,45,33)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #8CD896

#8CD896
(140,216,150)
#96DB9F
(150,219,159)
#A0DEA8
(160,222,168)
#AAE1B1
(170,225,177)
#B4E4BA
(180,228,186)
#BEE7C3
(190,231,195)
#C8EACC
(200,234,204)
#D2EDD5
(210,237,213)
#DCF0DE
(220,240,222)
#E6F3E7
(230,243,231)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CD896 color. Also use rgb(140,216,150) instead hex code.

Text Font Color

.myTextColor { color: #8CD896; }

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

This text font color is #8CD896.

Background Color

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

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

This div background color is #8CD896.

Border color

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

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

This div border color is #8CD896.

Opacity

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

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

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

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

This text has shadow with #8CD896 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CD896.

Preview

Color preview on black background

This text has color #8CD896 on black background.


Color preview on white background

This text has color #8CD896 on white background.


Black color preview on #8CD896 background

This text has black color on #8CD896 background.


White color preview on #8CD896 background

This text has white color on #8CD896 background.


Related colors

Complementary color

Complementary color for #hex is #732769.


I love getcolorcode.com

Triadic colors

1 #968CD8 and #D8968C with #8CD896 are triadic colors.

2 #96D88C and #D88C96 with #8CD896 are triadic colors.