COLOR #96CE8D

HEX: #96CE8D RGB: (150,206,141)

Color info

#96CE8D contains mainly red and green colors. Web safe color of #96CE8D is #99CC99 (or #9C9).

RGB color model

#96CE8D color RGB value is (150,206,141).

RGB: (150,206,141) (59%, 81%, 55%)

RGB channels and saturation

R 150 of 255 = 59%
G 206 of 255 = 81%
B 141 of 255 = 55%

150
206
141

R + G + B ~ 65%. #96CE8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 206 + 141 = 497 (100%)
R 150 of 497 ~ 30.18%
G 206 of 497 ~ 41.45%
B 141 of 497 ~ 28.37'%

%30.18
%41.45
%28.37

CMYK color model

#96CE8D color CMYK value is (27,0,32,19).

  • cyan value is 27.18%
  • magenta value is 0.00%
  • yellow value is 31.55%
  • key color value is 19.22%

CMYK: (27,0,32,19)
C27M0Y32K19 (27%, 0%, 32%, 19%)
(0.27 / 0.00 / 0.32 / 0.19)

CMYK percentages

%27.18
%0
%31.55
%19.22

Codes

Color #96CE8D in popluar color models

96 CE 8D
RGB 150 206 141
HSL 112° 39.88% 68.04%
HSB/HSV 112° 31.55% 80.78%
CMYK 27.18% 0.00% 31.55%
19.22%

Color #96CE8D in popluar number systems.

HEX 96 CE 8D
Decimal 150 206 141
Binary 10010110 11001110 10001101
Octal 226 316 215

Shades and tints

Shades of #96CE8D

#96CE8D
(150,206,141)
#89BC81
(137,188,129)
#7CAA75
(124,170,117)
#6F9869
(111,152,105)
#62865D
(98,134,93)
#557451
(85,116,81)
#486245
(72,98,69)
#3B5039
(59,80,57)
#2E3E2D
(46,62,45)
#212C21
(33,44,33)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #96CE8D

#96CE8D
(150,206,141)
#9FD297
(159,210,151)
#A8D6A1
(168,214,161)
#B1DAAB
(177,218,171)
#BADEB5
(186,222,181)
#C3E2BF
(195,226,191)
#CCE6C9
(204,230,201)
#D5EAD3
(213,234,211)
#DEEEDD
(222,238,221)
#E7F2E7
(231,242,231)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CE8D color. Also use rgb(150,206,141) instead hex code.

Text Font Color

.myTextColor { color: #96CE8D; }

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

This text font color is #96CE8D.

Background Color

.myBgColor { background-color: #96CE8D; }

<div style="background-color:#96CE8D">Inner text</div>

This div background color is #96CE8D.

Border color

.myBorderColor { border: 1px solid #96CE8D; }

<div style="border:3px solid #96CE8D">Div</div>

This div border color is #96CE8D.

Opacity

.myOpacity80 { color: #96CE8D; opacity: 0.8; }

<p style="color:#96CE8D;opacity:0.8;">80%</p>

Text with #96CE8D 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 #96CE8D;}

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

This text has shadow with #96CE8D color.


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

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

This text has shadow with #96CE8D primary color and red secondary color.


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

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

This text has shadow with #96CE8D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96CE8D.

Preview

Color preview on black background

This text has color #96CE8D on black background.


Color preview on white background

This text has color #96CE8D on white background.


Black color preview on #96CE8D background

This text has black color on #96CE8D background.


White color preview on #96CE8D background

This text has white color on #96CE8D background.


Related colors

Complementary color

Complementary color for #hex is #693172.


I love getcolorcode.com

Triadic colors

1 #8D96CE and #CE8D96 with #96CE8D are triadic colors.

2 #8DCE96 and #CE968D with #96CE8D are triadic colors.