COLOR #96B171

HEX: #96B171
RGB: (150,177,113)

Color info

#96B171 contains mainly red and green colors. Web safe color of #96B171 is #999966 (or #996).

RGB color model

#96B171 color RGB value is (150,177,113).

  • red value is 150;
  • green value is 177;
  • blue value is 113.
RGB:
(150,177,113)
(59%,69%,44%)

RGB channels and saturation

R 150 of 255 = 59%
G 177 of 255 = 69%
B 113 of 255 = 44%

150
177
113

R + G + B ~ 57%. #96B171 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 177 + 113 = 440 (100%)
R 150 of 440 ~ 34.09%
G 177 of 440 ~ 40.23%
B 113 of 440 ~ 25.68%

%34.09
%40.23
%25.68

CMYK color model

#96B171 color CMYK value is (15,0,36,31).

  • cyan value is 15.25%
  • magenta value is 0.00%
  • yellow value is 36.16%
  • key color value is 30.59%
CMYK:
(15,0,36,31)
C15M0Y36K31 
(15%,0%,36%,31%)
(0.15/0.00/0.36/0.31)	

CMYK percentages

%15.25
%0
%36.16
%30.59

Codes

Color #96B171 in popluar color models

96B171
RGB150177113
HSL85°29.09%56.86%
HSB/HSV85°36.16%69.41%
CMYK15.25%0.00%36.16%
30.59%

Color #96B171 in popluar number systems.

HEX96B171
Decimal150177113
Binary10010110101100011110001
Octal226261161

Shades and tints

Shades of #96B171

#96B171
(150,177,113)
#89A167
(137,161,103)
#7C915D
(124,145,93)
#6F8153
(111,129,83)
#627149
(98,113,73)
#55613F
(85,97,63)
#485135
(72,81,53)
#3B412B
(59,65,43)
#2E3121
(46,49,33)
#212117
(33,33,23)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #96B171

#96B171
(150,177,113)
#9FB87D
(159,184,125)
#A8BF89
(168,191,137)
#B1C695
(177,198,149)
#BACDA1
(186,205,161)
#C3D4AD
(195,212,173)
#CCDBB9
(204,219,185)
#D5E2C5
(213,226,197)
#DEE9D1
(222,233,209)
#E7F0DD
(231,240,221)
#F0F7E9
(240,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B171 color. Also use rgb(150,177,113) instead hex code.

Text Font Color

.myTextColor { color: #96B171; }

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

This text font color is #96B171.


Background Color

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

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

This div background color is #96B171.


Border color

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

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

This div border color is #96B171.


Opacity

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

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

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

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

This text has shadow with #96B171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B171 on black background.


Color preview on white background

This text has color #96B171 on white background.



Black color preview on #96B171 background

This text has black color on #96B171 background.


White color preview on #96B171 background

This text has white color on #96B171 background.