COLOR #96AE85

HEX: #96AE85
RGB: (150,174,133)

Color info

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

RGB color model

#96AE85 color RGB value is (150,174,133).

  • red value is 150;
  • green value is 174;
  • blue value is 133.
RGB:
(150,174,133)
(59%,68%,52%)

RGB channels and saturation

R 150 of 255 = 59%
G 174 of 255 = 68%
B 133 of 255 = 52%

150
174
133

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

Portions of RGB colors in percentages

R + G + B =
150 + 174 + 133 = 457 (100%)
R 150 of 457 ~ 32.82%
G 174 of 457 ~ 38.07%
B 133 of 457 ~ 29.1%

%32.82
%38.07
%29.1

CMYK color model

#96AE85 color CMYK value is (14,0,24,32).

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 23.56%
  • key color value is 31.76%
CMYK:
(14,0,24,32)
C14M0Y24K32 
(14%,0%,24%,32%)
(0.14/0.00/0.24/0.32)	

CMYK percentages

%13.79
%0
%23.56
%31.76

Codes

Color #96AE85 in popluar color models

96AE85
RGB150174133
HSL95°20.20%60.20%
HSB/HSV95°23.56%68.24%
CMYK13.79%0.00%23.56%
31.76%

Color #96AE85 in popluar number systems.

HEX96AE85
Decimal150174133
Binary100101101010111010000101
Octal226256205

Shades and tints

Shades of #96AE85

#96AE85
(150,174,133)
#899F79
(137,159,121)
#7C906D
(124,144,109)
#6F8161
(111,129,97)
#627255
(98,114,85)
#556349
(85,99,73)
#48543D
(72,84,61)
#3B4531
(59,69,49)
#2E3625
(46,54,37)
#212719
(33,39,25)
#14180D
(20,24,13)
#000000
(0,0,0)

Tints of #96AE85

#96AE85
(150,174,133)
#9FB590
(159,181,144)
#A8BC9B
(168,188,155)
#B1C3A6
(177,195,166)
#BACAB1
(186,202,177)
#C3D1BC
(195,209,188)
#CCD8C7
(204,216,199)
#D5DFD2
(213,223,210)
#DEE6DD
(222,230,221)
#E7EDE8
(231,237,232)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AE85; }

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

This text font color is #96AE85.


Background Color

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

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

This div background color is #96AE85.


Border color

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

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

This div border color is #96AE85.


Opacity

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

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

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

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

This text has shadow with #96AE85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AE85 on black background.


Color preview on white background

This text has color #96AE85 on white background.



Black color preview on #96AE85 background

This text has black color on #96AE85 background.


White color preview on #96AE85 background

This text has white color on #96AE85 background.