COLOR #96AFAA

HEX: #96AFAA
RGB: (150,175,170)

Color info

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

RGB color model

#96AFAA color RGB value is (150,175,170).

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

RGB channels and saturation

R 150 of 255 = 59%
G 175 of 255 = 69%
B 170 of 255 = 67%

150
175
170

R + G + B ~ 65%. #96AFAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 175 + 170 = 495 (100%)
R 150 of 495 ~ 30.3%
G 175 of 495 ~ 35.35%
B 170 of 495 ~ 34.34%

%30.3
%35.35
%34.34

CMYK color model

#96AFAA color CMYK value is (14,0,3,31).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 31.37%
CMYK:
(14,0,3,31)
C14M0Y3K31 
(14%,0%,3%,31%)
(0.14/0.00/0.03/0.31)	

CMYK percentages

%14.29
%0
%2.86
%31.37

Codes

Color #96AFAA in popluar color models

96AFAA
RGB150175170
HSL168°13.51%63.73%
HSB/HSV168°14.29%68.63%
CMYK14.29%0.00%2.86%
31.37%

Color #96AFAA in popluar number systems.

HEX96AFAA
Decimal150175170
Binary100101101010111110101010
Octal226257252

Shades and tints

Shades of #96AFAA

#96AFAA
(150,175,170)
#89A09B
(137,160,155)
#7C918C
(124,145,140)
#6F827D
(111,130,125)
#62736E
(98,115,110)
#55645F
(85,100,95)
#485550
(72,85,80)
#3B4641
(59,70,65)
#2E3732
(46,55,50)
#212823
(33,40,35)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #96AFAA

#96AFAA
(150,175,170)
#9FB6B1
(159,182,177)
#A8BDB8
(168,189,184)
#B1C4BF
(177,196,191)
#BACBC6
(186,203,198)
#C3D2CD
(195,210,205)
#CCD9D4
(204,217,212)
#D5E0DB
(213,224,219)
#DEE7E2
(222,231,226)
#E7EEE9
(231,238,233)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AFAA; }

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

This text font color is #96AFAA.


Background Color

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

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

This div background color is #96AFAA.


Border color

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

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

This div border color is #96AFAA.


Opacity

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

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

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

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

This text has shadow with #96AFAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AFAA on black background.


Color preview on white background

This text has color #96AFAA on white background.



Black color preview on #96AFAA background

This text has black color on #96AFAA background.


White color preview on #96AFAA background

This text has white color on #96AFAA background.