COLOR #96C39B

HEX: #96C39B
RGB: (150,195,155)

Color info

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

RGB color model

#96C39B color RGB value is (150,195,155).

  • red value is 150;
  • green value is 195;
  • blue value is 155.
RGB:
(150,195,155)
(59%,76%,61%)

RGB channels and saturation

R 150 of 255 = 59%
G 195 of 255 = 76%
B 155 of 255 = 61%

150
195
155

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

Portions of RGB colors in percentages

R + G + B =
150 + 195 + 155 = 500 (100%)
R 150 of 500 ~ 30%
G 195 of 500 ~ 39%
B 155 of 500 ~ 31%

%30
%39
%31

CMYK color model

#96C39B color CMYK value is (23,0,21,24).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 20.51%
  • key color value is 23.53%
CMYK:
(23,0,21,24)
C23M0Y21K24 
(23%,0%,21%,24%)
(0.23/0.00/0.21/0.24)	

CMYK percentages

%23.08
%0
%20.51
%23.53

Codes

Color #96C39B in popluar color models

96C39B
RGB150195155
HSL127°27.27%67.65%
HSB/HSV127°23.08%76.47%
CMYK23.08%0.00%20.51%
23.53%

Color #96C39B in popluar number systems.

HEX96C39B
Decimal150195155
Binary100101101100001110011011
Octal226303233

Shades and tints

Shades of #96C39B

#96C39B
(150,195,155)
#89B28D
(137,178,141)
#7CA17F
(124,161,127)
#6F9071
(111,144,113)
#627F63
(98,127,99)
#556E55
(85,110,85)
#485D47
(72,93,71)
#3B4C39
(59,76,57)
#2E3B2B
(46,59,43)
#212A1D
(33,42,29)
#14190F
(20,25,15)
#000000
(0,0,0)

Tints of #96C39B

#96C39B
(150,195,155)
#9FC8A4
(159,200,164)
#A8CDAD
(168,205,173)
#B1D2B6
(177,210,182)
#BAD7BF
(186,215,191)
#C3DCC8
(195,220,200)
#CCE1D1
(204,225,209)
#D5E6DA
(213,230,218)
#DEEBE3
(222,235,227)
#E7F0EC
(231,240,236)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C39B color. Also use rgb(150,195,155) instead hex code.

Text Font Color

.myTextColor { color: #96C39B; }

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

This text font color is #96C39B.


Background Color

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

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

This div background color is #96C39B.


Border color

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

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

This div border color is #96C39B.


Opacity

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

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

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

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

This text has shadow with #96C39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C39B on black background.


Color preview on white background

This text has color #96C39B on white background.



Black color preview on #96C39B background

This text has black color on #96C39B background.


White color preview on #96C39B background

This text has white color on #96C39B background.