COLOR #96B38A

HEX: #96B38A
RGB: (150,179,138)

Color info

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

RGB color model

#96B38A color RGB value is (150,179,138).

  • red value is 150;
  • green value is 179;
  • blue value is 138.
RGB:
(150,179,138)
(59%,70%,54%)

RGB channels and saturation

R 150 of 255 = 59%
G 179 of 255 = 70%
B 138 of 255 = 54%

150
179
138

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

Portions of RGB colors in percentages

R + G + B =
150 + 179 + 138 = 467 (100%)
R 150 of 467 ~ 32.12%
G 179 of 467 ~ 38.33%
B 138 of 467 ~ 29.55%

%32.12
%38.33
%29.55

CMYK color model

#96B38A color CMYK value is (16,0,23,30).

  • cyan value is 16.20%
  • magenta value is 0.00%
  • yellow value is 22.91%
  • key color value is 29.80%
CMYK:
(16,0,23,30)
C16M0Y23K30 
(16%,0%,23%,30%)
(0.16/0.00/0.23/0.30)	

CMYK percentages

%16.2
%0
%22.91
%29.8

Codes

Color #96B38A in popluar color models

96B38A
RGB150179138
HSL102°21.24%62.16%
HSB/HSV102°22.91%70.20%
CMYK16.20%0.00%22.91%
29.80%

Color #96B38A in popluar number systems.

HEX96B38A
Decimal150179138
Binary100101101011001110001010
Octal226263212

Shades and tints

Shades of #96B38A

#96B38A
(150,179,138)
#89A37E
(137,163,126)
#7C9372
(124,147,114)
#6F8366
(111,131,102)
#62735A
(98,115,90)
#55634E
(85,99,78)
#485342
(72,83,66)
#3B4336
(59,67,54)
#2E332A
(46,51,42)
#21231E
(33,35,30)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #96B38A

#96B38A
(150,179,138)
#9FB994
(159,185,148)
#A8BF9E
(168,191,158)
#B1C5A8
(177,197,168)
#BACBB2
(186,203,178)
#C3D1BC
(195,209,188)
#CCD7C6
(204,215,198)
#D5DDD0
(213,221,208)
#DEE3DA
(222,227,218)
#E7E9E4
(231,233,228)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B38A; }

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

This text font color is #96B38A.


Background Color

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

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

This div background color is #96B38A.


Border color

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

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

This div border color is #96B38A.


Opacity

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

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

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

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

This text has shadow with #96B38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B38A on black background.


Color preview on white background

This text has color #96B38A on white background.



Black color preview on #96B38A background

This text has black color on #96B38A background.


White color preview on #96B38A background

This text has white color on #96B38A background.