COLOR #9BAFA6

HEX: #9BAFA6
RGB: (155,175,166)

Color info

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

RGB color model

#9BAFA6 color RGB value is (155,175,166).

  • red value is 155;
  • green value is 175;
  • blue value is 166.
RGB:
(155,175,166)
(61%,69%,65%)

RGB channels and saturation

R 155 of 255 = 61%
G 175 of 255 = 69%
B 166 of 255 = 65%

155
175
166

R + G + B ~ 65%. #9BAFA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 175 + 166 = 496 (100%)
R 155 of 496 ~ 31.25%
G 175 of 496 ~ 35.28%
B 166 of 496 ~ 33.47%

%31.25
%35.28
%33.47

CMYK color model

#9BAFA6 color CMYK value is (11,0,5,31).

  • cyan value is 11.43%
  • magenta value is 0.00%
  • yellow value is 5.14%
  • key color value is 31.37%
CMYK:
(11,0,5,31)
C11M0Y5K31 
(11%,0%,5%,31%)
(0.11/0.00/0.05/0.31)	

CMYK percentages

%11.43
%0
%5.14
%31.37

Codes

Color #9BAFA6 in popluar color models

9BAFA6
RGB155175166
HSL153°11.11%64.71%
HSB/HSV153°11.43%68.63%
CMYK11.43%0.00%5.14%
31.37%

Color #9BAFA6 in popluar number systems.

HEX9BAFA6
Decimal155175166
Binary100110111010111110100110
Octal233257246

Shades and tints

Shades of #9BAFA6

#9BAFA6
(155,175,166)
#8DA097
(141,160,151)
#7F9188
(127,145,136)
#718279
(113,130,121)
#63736A
(99,115,106)
#55645B
(85,100,91)
#47554C
(71,85,76)
#39463D
(57,70,61)
#2B372E
(43,55,46)
#1D281F
(29,40,31)
#0F1910
(15,25,16)
#000000
(0,0,0)

Tints of #9BAFA6

#9BAFA6
(155,175,166)
#A4B6AE
(164,182,174)
#ADBDB6
(173,189,182)
#B6C4BE
(182,196,190)
#BFCBC6
(191,203,198)
#C8D2CE
(200,210,206)
#D1D9D6
(209,217,214)
#DAE0DE
(218,224,222)
#E3E7E6
(227,231,230)
#ECEEEE
(236,238,238)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BAFA6 color. Also use rgb(155,175,166) instead hex code.

Text Font Color

.myTextColor { color: #9BAFA6; }

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

This text font color is #9BAFA6.


Background Color

.myBgColor { background-color: #9BAFA6; }

<div style="background-color:#9BAFA6">Inner text</div>

This div background color is #9BAFA6.


Border color

.myBorderColor { border: 1px solid #9BAFA6; }

<div style="border:3px solid #9BAFA6">Div</div>

This div border color is #9BAFA6.


Opacity

.myOpacity80 { color: #9BAFA6; opacity: 0.8; }

<p style="color:#9BAFA6;opacity:0.8;">80%</p>

Text with #9BAFA6 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 #9BAFA6;}

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

This text has shadow with #9BAFA6 color.

.textShadow {text-shadow: 3px 3px 1px #9BAFA6, 3px 3px 1px red;}

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

This text has shadow with #9BAFA6 primary color and red secondary color.


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

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

This text has shadow with #9BAFA6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BAFA6 on black background.


Color preview on white background

This text has color #9BAFA6 on white background.



Black color preview on #9BAFA6 background

This text has black color on #9BAFA6 background.


White color preview on #9BAFA6 background

This text has white color on #9BAFA6 background.