COLOR #96BE7B

HEX: #96BE7B
RGB: (150,190,123)

Color info

#96BE7B contains mainly red and green colors. Web safe color of #96BE7B is #99CC66 (or #9C6).

RGB color model

#96BE7B color RGB value is (150,190,123).

  • red value is 150;
  • green value is 190;
  • blue value is 123.
RGB:
(150,190,123)
(59%,75%,48%)

RGB channels and saturation

R 150 of 255 = 59%
G 190 of 255 = 75%
B 123 of 255 = 48%

150
190
123

R + G + B ~ 61%. #96BE7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 190 + 123 = 463 (100%)
R 150 of 463 ~ 32.4%
G 190 of 463 ~ 41.04%
B 123 of 463 ~ 26.57%

%32.4
%41.04
%26.57

CMYK color model

#96BE7B color CMYK value is (21,0,35,25).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 35.26%
  • key color value is 25.49%
CMYK:
(21,0,35,25)
C21M0Y35K25 
(21%,0%,35%,25%)
(0.21/0.00/0.35/0.25)	

CMYK percentages

%21.05
%0
%35.26
%25.49

Codes

Color #96BE7B in popluar color models

96BE7B
RGB150190123
HSL96°34.01%61.37%
HSB/HSV96°35.26%74.51%
CMYK21.05%0.00%35.26%
25.49%

Color #96BE7B in popluar number systems.

HEX96BE7B
Decimal150190123
Binary10010110101111101111011
Octal226276173

Shades and tints

Shades of #96BE7B

#96BE7B
(150,190,123)
#89AD70
(137,173,112)
#7C9C65
(124,156,101)
#6F8B5A
(111,139,90)
#627A4F
(98,122,79)
#556944
(85,105,68)
#485839
(72,88,57)
#3B472E
(59,71,46)
#2E3623
(46,54,35)
#212518
(33,37,24)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #96BE7B

#96BE7B
(150,190,123)
#9FC387
(159,195,135)
#A8C893
(168,200,147)
#B1CD9F
(177,205,159)
#BAD2AB
(186,210,171)
#C3D7B7
(195,215,183)
#CCDCC3
(204,220,195)
#D5E1CF
(213,225,207)
#DEE6DB
(222,230,219)
#E7EBE7
(231,235,231)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BE7B color. Also use rgb(150,190,123) instead hex code.

Text Font Color

.myTextColor { color: #96BE7B; }

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

This text font color is #96BE7B.


Background Color

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

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

This div background color is #96BE7B.


Border color

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

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

This div border color is #96BE7B.


Opacity

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

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

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

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

This text has shadow with #96BE7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BE7B on black background.


Color preview on white background

This text has color #96BE7B on white background.



Black color preview on #96BE7B background

This text has black color on #96BE7B background.


White color preview on #96BE7B background

This text has white color on #96BE7B background.