COLOR #96B87A

HEX: #96B87A
RGB: (150,184,122)

Color info

#96B87A contains mainly red and green colors. Web safe color of #96B87A is #99CC66 (or #9C6).

RGB color model

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

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

RGB channels and saturation

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

150
184
122

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

Portions of RGB colors in percentages

R + G + B =
150 + 184 + 122 = 456 (100%)
R 150 of 456 ~ 32.89%
G 184 of 456 ~ 40.35%
B 122 of 456 ~ 26.75%

%32.89
%40.35
%26.75

CMYK color model

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

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

CMYK percentages

%18.48
%0
%33.7
%27.84

Codes

Color #96B87A in popluar color models

96B87A
RGB150184122
HSL93°30.39%60.00%
HSB/HSV93°33.70%72.16%
CMYK18.48%0.00%33.70%
27.84%

Color #96B87A in popluar number systems.

HEX96B87A
Decimal150184122
Binary10010110101110001111010
Octal226270172

Shades and tints

Shades of #96B87A

#96B87A
(150,184,122)
#89A86F
(137,168,111)
#7C9864
(124,152,100)
#6F8859
(111,136,89)
#62784E
(98,120,78)
#556843
(85,104,67)
#485838
(72,88,56)
#3B482D
(59,72,45)
#2E3822
(46,56,34)
#212817
(33,40,23)
#14180C
(20,24,12)
#000000
(0,0,0)

Tints of #96B87A

#96B87A
(150,184,122)
#9FBE86
(159,190,134)
#A8C492
(168,196,146)
#B1CA9E
(177,202,158)
#BAD0AA
(186,208,170)
#C3D6B6
(195,214,182)
#CCDCC2
(204,220,194)
#D5E2CE
(213,226,206)
#DEE8DA
(222,232,218)
#E7EEE6
(231,238,230)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B87A; }

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

This text font color is #96B87A.


Background Color

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

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

This div background color is #96B87A.


Border color

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

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

This div border color is #96B87A.


Opacity

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

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

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

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

This text has shadow with #96B87A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B87A on black background.


Color preview on white background

This text has color #96B87A on white background.



Black color preview on #96B87A background

This text has black color on #96B87A background.


White color preview on #96B87A background

This text has white color on #96B87A background.