COLOR #96AE7A

HEX: #96AE7A
RGB: (150,174,122)

Color info

#96AE7A contains red, green and blue colors in about the same proportion. Web safe color of #96AE7A is #999966 (or #996).

RGB color model

#96AE7A color RGB value is (150,174,122).

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

RGB channels and saturation

R 150 of 255 = 59%
G 174 of 255 = 68%
B 122 of 255 = 48%

150
174
122

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

Portions of RGB colors in percentages

R + G + B =
150 + 174 + 122 = 446 (100%)
R 150 of 446 ~ 33.63%
G 174 of 446 ~ 39.01%
B 122 of 446 ~ 27.35%

%33.63
%39.01
%27.35

CMYK color model

#96AE7A color CMYK value is (14,0,30,32).

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 29.89%
  • key color value is 31.76%
CMYK:
(14,0,30,32)
C14M0Y30K32 
(14%,0%,30%,32%)
(0.14/0.00/0.30/0.32)	

CMYK percentages

%13.79
%0
%29.89
%31.76

Codes

Color #96AE7A in popluar color models

96AE7A
RGB150174122
HSL88°24.30%58.04%
HSB/HSV88°29.89%68.24%
CMYK13.79%0.00%29.89%
31.76%

Color #96AE7A in popluar number systems.

HEX96AE7A
Decimal150174122
Binary10010110101011101111010
Octal226256172

Shades and tints

Shades of #96AE7A

#96AE7A
(150,174,122)
#899F6F
(137,159,111)
#7C9064
(124,144,100)
#6F8159
(111,129,89)
#62724E
(98,114,78)
#556343
(85,99,67)
#485438
(72,84,56)
#3B452D
(59,69,45)
#2E3622
(46,54,34)
#212717
(33,39,23)
#14180C
(20,24,12)
#000000
(0,0,0)

Tints of #96AE7A

#96AE7A
(150,174,122)
#9FB586
(159,181,134)
#A8BC92
(168,188,146)
#B1C39E
(177,195,158)
#BACAAA
(186,202,170)
#C3D1B6
(195,209,182)
#CCD8C2
(204,216,194)
#D5DFCE
(213,223,206)
#DEE6DA
(222,230,218)
#E7EDE6
(231,237,230)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AE7A; }

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

This text font color is #96AE7A.


Background Color

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

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

This div background color is #96AE7A.


Border color

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

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

This div border color is #96AE7A.


Opacity

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

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

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

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

This text has shadow with #96AE7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AE7A on black background.


Color preview on white background

This text has color #96AE7A on white background.



Black color preview on #96AE7A background

This text has black color on #96AE7A background.


White color preview on #96AE7A background

This text has white color on #96AE7A background.