COLOR #96B992

HEX: #96B992
RGB: (150,185,146)

Color info

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

RGB color model

#96B992 color RGB value is (150,185,146).

  • red value is 150;
  • green value is 185;
  • blue value is 146.
RGB:
(150,185,146)
(59%,73%,57%)

RGB channels and saturation

R 150 of 255 = 59%
G 185 of 255 = 73%
B 146 of 255 = 57%

150
185
146

R + G + B ~ 63%. #96B992 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 185 + 146 = 481 (100%)
R 150 of 481 ~ 31.19%
G 185 of 481 ~ 38.46%
B 146 of 481 ~ 30.35%

%31.19
%38.46
%30.35

CMYK color model

#96B992 color CMYK value is (19,0,21,27).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 21.08%
  • key color value is 27.45%
CMYK:
(19,0,21,27)
C19M0Y21K27 
(19%,0%,21%,27%)
(0.19/0.00/0.21/0.27)	

CMYK percentages

%18.92
%0
%21.08
%27.45

Codes

Color #96B992 in popluar color models

96B992
RGB150185146
HSL114°21.79%64.90%
HSB/HSV114°21.08%72.55%
CMYK18.92%0.00%21.08%
27.45%

Color #96B992 in popluar number systems.

HEX96B992
Decimal150185146
Binary100101101011100110010010
Octal226271222

Shades and tints

Shades of #96B992

#96B992
(150,185,146)
#89A985
(137,169,133)
#7C9978
(124,153,120)
#6F896B
(111,137,107)
#62795E
(98,121,94)
#556951
(85,105,81)
#485944
(72,89,68)
#3B4937
(59,73,55)
#2E392A
(46,57,42)
#21291D
(33,41,29)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #96B992

#96B992
(150,185,146)
#9FBF9B
(159,191,155)
#A8C5A4
(168,197,164)
#B1CBAD
(177,203,173)
#BAD1B6
(186,209,182)
#C3D7BF
(195,215,191)
#CCDDC8
(204,221,200)
#D5E3D1
(213,227,209)
#DEE9DA
(222,233,218)
#E7EFE3
(231,239,227)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B992 color. Also use rgb(150,185,146) instead hex code.

Text Font Color

.myTextColor { color: #96B992; }

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

This text font color is #96B992.


Background Color

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

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

This div background color is #96B992.


Border color

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

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

This div border color is #96B992.


Opacity

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

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

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

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

This text has shadow with #96B992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B992 on black background.


Color preview on white background

This text has color #96B992 on white background.



Black color preview on #96B992 background

This text has black color on #96B992 background.


White color preview on #96B992 background

This text has white color on #96B992 background.