COLOR #96B687

HEX: #96B687
RGB: (150,182,135)

Color info

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

RGB color model

#96B687 color RGB value is (150,182,135).

  • red value is 150;
  • green value is 182;
  • blue value is 135.
RGB:
(150,182,135)
(59%,71%,53%)

RGB channels and saturation

R 150 of 255 = 59%
G 182 of 255 = 71%
B 135 of 255 = 53%

150
182
135

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

Portions of RGB colors in percentages

R + G + B =
150 + 182 + 135 = 467 (100%)
R 150 of 467 ~ 32.12%
G 182 of 467 ~ 38.97%
B 135 of 467 ~ 28.91%

%32.12
%38.97
%28.91

CMYK color model

#96B687 color CMYK value is (18,0,26,29).

  • cyan value is 17.58%
  • magenta value is 0.00%
  • yellow value is 25.82%
  • key color value is 28.63%
CMYK:
(18,0,26,29)
C18M0Y26K29 
(18%,0%,26%,29%)
(0.18/0.00/0.26/0.29)	

CMYK percentages

%17.58
%0
%25.82
%28.63

Codes

Color #96B687 in popluar color models

96B687
RGB150182135
HSL101°24.35%62.16%
HSB/HSV101°25.82%71.37%
CMYK17.58%0.00%25.82%
28.63%

Color #96B687 in popluar number systems.

HEX96B687
Decimal150182135
Binary100101101011011010000111
Octal226266207

Shades and tints

Shades of #96B687

#96B687
(150,182,135)
#89A67B
(137,166,123)
#7C966F
(124,150,111)
#6F8663
(111,134,99)
#627657
(98,118,87)
#55664B
(85,102,75)
#48563F
(72,86,63)
#3B4633
(59,70,51)
#2E3627
(46,54,39)
#21261B
(33,38,27)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #96B687

#96B687
(150,182,135)
#9FBC91
(159,188,145)
#A8C29B
(168,194,155)
#B1C8A5
(177,200,165)
#BACEAF
(186,206,175)
#C3D4B9
(195,212,185)
#CCDAC3
(204,218,195)
#D5E0CD
(213,224,205)
#DEE6D7
(222,230,215)
#E7ECE1
(231,236,225)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B687 color. Also use rgb(150,182,135) instead hex code.

Text Font Color

.myTextColor { color: #96B687; }

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

This text font color is #96B687.


Background Color

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

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

This div background color is #96B687.


Border color

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

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

This div border color is #96B687.


Opacity

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

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

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

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

This text has shadow with #96B687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B687 on black background.


Color preview on white background

This text has color #96B687 on white background.



Black color preview on #96B687 background

This text has black color on #96B687 background.


White color preview on #96B687 background

This text has white color on #96B687 background.