COLOR #96B292

HEX: #96B292
RGB: (150,178,146)

Color info

#96B292 contains red, green and blue colors in about the same proportion. Web safe color of #96B292 is #999999 (or #999).

RGB color model

#96B292 color RGB value is (150,178,146).

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

RGB channels and saturation

R 150 of 255 = 59%
G 178 of 255 = 70%
B 146 of 255 = 57%

150
178
146

R + G + B ~ 62%. #96B292 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 178 + 146 = 474 (100%)
R 150 of 474 ~ 31.65%
G 178 of 474 ~ 37.55%
B 146 of 474 ~ 30.8%

%31.65
%37.55
%30.8

CMYK color model

#96B292 color CMYK value is (16,0,18,30).

  • cyan value is 15.73%
  • magenta value is 0.00%
  • yellow value is 17.98%
  • key color value is 30.20%
CMYK:
(16,0,18,30)
C16M0Y18K30 
(16%,0%,18%,30%)
(0.16/0.00/0.18/0.30)	

CMYK percentages

%15.73
%0
%17.98
%30.2

Codes

Color #96B292 in popluar color models

96B292
RGB150178146
HSL113°17.20%63.53%
HSB/HSV113°17.98%69.80%
CMYK15.73%0.00%17.98%
30.20%

Color #96B292 in popluar number systems.

HEX96B292
Decimal150178146
Binary100101101011001010010010
Octal226262222

Shades and tints

Shades of #96B292

#96B292
(150,178,146)
#89A285
(137,162,133)
#7C9278
(124,146,120)
#6F826B
(111,130,107)
#62725E
(98,114,94)
#556251
(85,98,81)
#485244
(72,82,68)
#3B4237
(59,66,55)
#2E322A
(46,50,42)
#21221D
(33,34,29)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #96B292

#96B292
(150,178,146)
#9FB99B
(159,185,155)
#A8C0A4
(168,192,164)
#B1C7AD
(177,199,173)
#BACEB6
(186,206,182)
#C3D5BF
(195,213,191)
#CCDCC8
(204,220,200)
#D5E3D1
(213,227,209)
#DEEADA
(222,234,218)
#E7F1E3
(231,241,227)
#F0F8EC
(240,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B292; }

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

This text font color is #96B292.


Background Color

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

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

This div background color is #96B292.


Border color

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

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

This div border color is #96B292.


Opacity

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

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

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

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

This text has shadow with #96B292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B292 on black background.


Color preview on white background

This text has color #96B292 on white background.



Black color preview on #96B292 background

This text has black color on #96B292 background.


White color preview on #96B292 background

This text has white color on #96B292 background.