COLOR #96B896

HEX: #96B896
RGB: (150,184,150)

Color info

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

RGB color model

#96B896 color RGB value is (150,184,150).

  • red value is 150;
  • green value is 184;
  • blue value is 150.
RGB:
(150,184,150)
(59%,72%,59%)

RGB channels and saturation

R 150 of 255 = 59%
G 184 of 255 = 72%
B 150 of 255 = 59%

150
184
150

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

Portions of RGB colors in percentages

R + G + B =
150 + 184 + 150 = 484 (100%)
R 150 of 484 ~ 30.99%
G 184 of 484 ~ 38.02%
B 150 of 484 ~ 30.99%

%30.99
%38.02
%30.99

CMYK color model

#96B896 color CMYK value is (18,0,18,28).

  • cyan value is 18.48%
  • magenta value is 0.00%
  • yellow value is 18.48%
  • key color value is 27.84%
CMYK:
(18,0,18,28)
C18M0Y18K28 
(18%,0%,18%,28%)
(0.18/0.00/0.18/0.28)	

CMYK percentages

%18.48
%0
%18.48
%27.84

Codes

Color #96B896 in popluar color models

96B896
RGB150184150
HSL120°19.32%65.49%
HSB/HSV120°18.48%72.16%
CMYK18.48%0.00%18.48%
27.84%

Color #96B896 in popluar number systems.

HEX96B896
Decimal150184150
Binary100101101011100010010110
Octal226270226

Shades and tints

Shades of #96B896

#96B896
(150,184,150)
#89A889
(137,168,137)
#7C987C
(124,152,124)
#6F886F
(111,136,111)
#627862
(98,120,98)
#556855
(85,104,85)
#485848
(72,88,72)
#3B483B
(59,72,59)
#2E382E
(46,56,46)
#212821
(33,40,33)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #96B896

#96B896
(150,184,150)
#9FBE9F
(159,190,159)
#A8C4A8
(168,196,168)
#B1CAB1
(177,202,177)
#BAD0BA
(186,208,186)
#C3D6C3
(195,214,195)
#CCDCCC
(204,220,204)
#D5E2D5
(213,226,213)
#DEE8DE
(222,232,222)
#E7EEE7
(231,238,231)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B896; }

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

This text font color is #96B896.


Background Color

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

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

This div background color is #96B896.


Border color

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

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

This div border color is #96B896.


Opacity

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

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

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

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

This text has shadow with #96B896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B896 on black background.


Color preview on white background

This text has color #96B896 on white background.



Black color preview on #96B896 background

This text has black color on #96B896 background.


White color preview on #96B896 background

This text has white color on #96B896 background.