COLOR #96B17A

HEX: #96B17A
RGB: (150,177,122)

Color info

#96B17A contains red, green and blue colors in about the same proportion. Web safe color of #96B17A is #999966 (or #996).

RGB color model

#96B17A color RGB value is (150,177,122).

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

RGB channels and saturation

R 150 of 255 = 59%
G 177 of 255 = 69%
B 122 of 255 = 48%

150
177
122

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

Portions of RGB colors in percentages

R + G + B =
150 + 177 + 122 = 449 (100%)
R 150 of 449 ~ 33.41%
G 177 of 449 ~ 39.42%
B 122 of 449 ~ 27.17%

%33.41
%39.42
%27.17

CMYK color model

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

  • cyan value is 15.25%
  • magenta value is 0.00%
  • yellow value is 31.07%
  • key color value is 30.59%
CMYK:
(15,0,31,31)
C15M0Y31K31 
(15%,0%,31%,31%)
(0.15/0.00/0.31/0.31)	

CMYK percentages

%15.25
%0
%31.07
%30.59

Codes

Color #96B17A in popluar color models

96B17A
RGB150177122
HSL89°26.07%58.63%
HSB/HSV89°31.07%69.41%
CMYK15.25%0.00%31.07%
30.59%

Color #96B17A in popluar number systems.

HEX96B17A
Decimal150177122
Binary10010110101100011111010
Octal226261172

Shades and tints

Shades of #96B17A

#96B17A
(150,177,122)
#89A16F
(137,161,111)
#7C9164
(124,145,100)
#6F8159
(111,129,89)
#62714E
(98,113,78)
#556143
(85,97,67)
#485138
(72,81,56)
#3B412D
(59,65,45)
#2E3122
(46,49,34)
#212117
(33,33,23)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #96B17A

#96B17A
(150,177,122)
#9FB886
(159,184,134)
#A8BF92
(168,191,146)
#B1C69E
(177,198,158)
#BACDAA
(186,205,170)
#C3D4B6
(195,212,182)
#CCDBC2
(204,219,194)
#D5E2CE
(213,226,206)
#DEE9DA
(222,233,218)
#E7F0E6
(231,240,230)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B17A; }

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

This text font color is #96B17A.


Background Color

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

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

This div background color is #96B17A.


Border color

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

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

This div border color is #96B17A.


Opacity

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

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

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

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

This text has shadow with #96B17A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B17A on black background.


Color preview on white background

This text has color #96B17A on white background.



Black color preview on #96B17A background

This text has black color on #96B17A background.


White color preview on #96B17A background

This text has white color on #96B17A background.