COLOR #96AFA0

HEX: #96AFA0
RGB: (150,175,160)

Color info

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

RGB color model

#96AFA0 color RGB value is (150,175,160).

  • red value is 150;
  • green value is 175;
  • blue value is 160.
RGB:
(150,175,160)
(59%,69%,63%)

RGB channels and saturation

R 150 of 255 = 59%
G 175 of 255 = 69%
B 160 of 255 = 63%

150
175
160

R + G + B ~ 64%. #96AFA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 175 + 160 = 485 (100%)
R 150 of 485 ~ 30.93%
G 175 of 485 ~ 36.08%
B 160 of 485 ~ 32.99%

%30.93
%36.08
%32.99

CMYK color model

#96AFA0 color CMYK value is (14,0,9,31).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 8.57%
  • key color value is 31.37%
CMYK:
(14,0,9,31)
C14M0Y9K31 
(14%,0%,9%,31%)
(0.14/0.00/0.09/0.31)	

CMYK percentages

%14.29
%0
%8.57
%31.37

Codes

Color #96AFA0 in popluar color models

96AFA0
RGB150175160
HSL144°13.51%63.73%
HSB/HSV144°14.29%68.63%
CMYK14.29%0.00%8.57%
31.37%

Color #96AFA0 in popluar number systems.

HEX96AFA0
Decimal150175160
Binary100101101010111110100000
Octal226257240

Shades and tints

Shades of #96AFA0

#96AFA0
(150,175,160)
#89A092
(137,160,146)
#7C9184
(124,145,132)
#6F8276
(111,130,118)
#627368
(98,115,104)
#55645A
(85,100,90)
#48554C
(72,85,76)
#3B463E
(59,70,62)
#2E3730
(46,55,48)
#212822
(33,40,34)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #96AFA0

#96AFA0
(150,175,160)
#9FB6A8
(159,182,168)
#A8BDB0
(168,189,176)
#B1C4B8
(177,196,184)
#BACBC0
(186,203,192)
#C3D2C8
(195,210,200)
#CCD9D0
(204,217,208)
#D5E0D8
(213,224,216)
#DEE7E0
(222,231,224)
#E7EEE8
(231,238,232)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96AFA0 color. Also use rgb(150,175,160) instead hex code.

Text Font Color

.myTextColor { color: #96AFA0; }

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

This text font color is #96AFA0.


Background Color

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

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

This div background color is #96AFA0.


Border color

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

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

This div border color is #96AFA0.


Opacity

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

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

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

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

This text has shadow with #96AFA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AFA0 on black background.


Color preview on white background

This text has color #96AFA0 on white background.



Black color preview on #96AFA0 background

This text has black color on #96AFA0 background.


White color preview on #96AFA0 background

This text has white color on #96AFA0 background.