COLOR #96D187

HEX: #96D187
RGB: (150,209,135)

Color info

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

RGB color model

#96D187 color RGB value is (150,209,135).

  • red value is 150;
  • green value is 209;
  • blue value is 135.
RGB:
(150,209,135)
(59%,82%,53%)

RGB channels and saturation

R 150 of 255 = 59%
G 209 of 255 = 82%
B 135 of 255 = 53%

150
209
135

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

Portions of RGB colors in percentages

R + G + B =
150 + 209 + 135 = 494 (100%)
R 150 of 494 ~ 30.36%
G 209 of 494 ~ 42.31%
B 135 of 494 ~ 27.33%

%30.36
%42.31
%27.33

CMYK color model

#96D187 color CMYK value is (28,0,35,18).

  • cyan value is 28.23%
  • magenta value is 0.00%
  • yellow value is 35.41%
  • key color value is 18.04%
CMYK:
(28,0,35,18)
C28M0Y35K18 
(28%,0%,35%,18%)
(0.28/0.00/0.35/0.18)	

CMYK percentages

%28.23
%0
%35.41
%18.04

Codes

Color #96D187 in popluar color models

96D187
RGB150209135
HSL108°44.58%67.45%
HSB/HSV108°35.41%81.96%
CMYK28.23%0.00%35.41%
18.04%

Color #96D187 in popluar number systems.

HEX96D187
Decimal150209135
Binary100101101101000110000111
Octal226321207

Shades and tints

Shades of #96D187

#96D187
(150,209,135)
#89BE7B
(137,190,123)
#7CAB6F
(124,171,111)
#6F9863
(111,152,99)
#628557
(98,133,87)
#55724B
(85,114,75)
#485F3F
(72,95,63)
#3B4C33
(59,76,51)
#2E3927
(46,57,39)
#21261B
(33,38,27)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #96D187

#96D187
(150,209,135)
#9FD591
(159,213,145)
#A8D99B
(168,217,155)
#B1DDA5
(177,221,165)
#BAE1AF
(186,225,175)
#C3E5B9
(195,229,185)
#CCE9C3
(204,233,195)
#D5EDCD
(213,237,205)
#DEF1D7
(222,241,215)
#E7F5E1
(231,245,225)
#F0F9EB
(240,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D187 color. Also use rgb(150,209,135) instead hex code.

Text Font Color

.myTextColor { color: #96D187; }

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

This text font color is #96D187.


Background Color

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

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

This div background color is #96D187.


Border color

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

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

This div border color is #96D187.


Opacity

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

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

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

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

This text has shadow with #96D187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D187 on black background.


Color preview on white background

This text has color #96D187 on white background.



Black color preview on #96D187 background

This text has black color on #96D187 background.


White color preview on #96D187 background

This text has white color on #96D187 background.