COLOR #96AE9A

HEX: #96AE9A
RGB: (150,174,154)

Color info

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

RGB color model

#96AE9A color RGB value is (150,174,154).

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

RGB channels and saturation

R 150 of 255 = 59%
G 174 of 255 = 68%
B 154 of 255 = 60%

150
174
154

R + G + B ~ 62%. #96AE9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 174 + 154 = 478 (100%)
R 150 of 478 ~ 31.38%
G 174 of 478 ~ 36.4%
B 154 of 478 ~ 32.22%

%31.38
%36.4
%32.22

CMYK color model

#96AE9A color CMYK value is (14,0,11,32).

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 11.49%
  • key color value is 31.76%
CMYK:
(14,0,11,32)
C14M0Y11K32 
(14%,0%,11%,32%)
(0.14/0.00/0.11/0.32)	

CMYK percentages

%13.79
%0
%11.49
%31.76

Codes

Color #96AE9A in popluar color models

96AE9A
RGB150174154
HSL130°12.90%63.53%
HSB/HSV130°13.79%68.24%
CMYK13.79%0.00%11.49%
31.76%

Color #96AE9A in popluar number systems.

HEX96AE9A
Decimal150174154
Binary100101101010111010011010
Octal226256232

Shades and tints

Shades of #96AE9A

#96AE9A
(150,174,154)
#899F8C
(137,159,140)
#7C907E
(124,144,126)
#6F8170
(111,129,112)
#627262
(98,114,98)
#556354
(85,99,84)
#485446
(72,84,70)
#3B4538
(59,69,56)
#2E362A
(46,54,42)
#21271C
(33,39,28)
#14180E
(20,24,14)
#000000
(0,0,0)

Tints of #96AE9A

#96AE9A
(150,174,154)
#9FB5A3
(159,181,163)
#A8BCAC
(168,188,172)
#B1C3B5
(177,195,181)
#BACABE
(186,202,190)
#C3D1C7
(195,209,199)
#CCD8D0
(204,216,208)
#D5DFD9
(213,223,217)
#DEE6E2
(222,230,226)
#E7EDEB
(231,237,235)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AE9A; }

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

This text font color is #96AE9A.


Background Color

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

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

This div background color is #96AE9A.


Border color

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

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

This div border color is #96AE9A.


Opacity

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

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

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

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

This text has shadow with #96AE9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AE9A on black background.


Color preview on white background

This text has color #96AE9A on white background.



Black color preview on #96AE9A background

This text has black color on #96AE9A background.


White color preview on #96AE9A background

This text has white color on #96AE9A background.