COLOR #9BABA6

HEX: #9BABA6 RGB: (155,171,166)

Color info

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

RGB color model

#9BABA6 color RGB value is (155,171,166).

RGB: (155,171,166) (61%, 67%, 65%)

RGB channels and saturation

R 155 of 255 = 61%
G 171 of 255 = 67%
B 166 of 255 = 65%

155
171
166

R + G + B ~ 64%. #9BABA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 171 + 166 = 492 (100%)
R 155 of 492 ~ 31.5%
G 171 of 492 ~ 34.76%
B 166 of 492 ~ 33.74'%

%31.5
%34.76
%33.74

CMYK color model

#9BABA6 color CMYK value is (9,0,3,33).

  • cyan value is 9.36%
  • magenta value is 0.00%
  • yellow value is 2.92%
  • key color value is 32.94%

CMYK: (9,0,3,33)
C9M0Y3K33 (9%, 0%, 3%, 33%)
(0.09 / 0.00 / 0.03 / 0.33)

CMYK percentages

%9.36
%0
%2.92
%32.94

Codes

Color #9BABA6 in popluar color models

9B AB A6
RGB 155 171 166
HSL 161° 8.70% 63.92%
HSB/HSV 161° 9.36% 67.06%
CMYK 9.36% 0.00% 2.92%
32.94%

Color #9BABA6 in popluar number systems.

HEX 9B AB A6
Decimal 155 171 166
Binary 10011011 10101011 10100110
Octal 233 253 246

Shades and tints

Shades of #9BABA6

#9BABA6
(155,171,166)
#8D9C97
(141,156,151)
#7F8D88
(127,141,136)
#717E79
(113,126,121)
#636F6A
(99,111,106)
#55605B
(85,96,91)
#47514C
(71,81,76)
#39423D
(57,66,61)
#2B332E
(43,51,46)
#1D241F
(29,36,31)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #9BABA6

#9BABA6
(155,171,166)
#A4B2AE
(164,178,174)
#ADB9B6
(173,185,182)
#B6C0BE
(182,192,190)
#BFC7C6
(191,199,198)
#C8CECE
(200,206,206)
#D1D5D6
(209,213,214)
#DADCDE
(218,220,222)
#E3E3E6
(227,227,230)
#ECEAEE
(236,234,238)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BABA6; }

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

This text font color is #9BABA6.

Background Color

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

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

This div background color is #9BABA6.

Border color

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

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

This div border color is #9BABA6.

Opacity

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

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

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

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

This text has shadow with #9BABA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BABA6.

Preview

Color preview on black background

This text has color #9BABA6 on black background.


Color preview on white background

This text has color #9BABA6 on white background.


Black color preview on #9BABA6 background

This text has black color on #9BABA6 background.


White color preview on #9BABA6 background

This text has white color on #9BABA6 background.


Related colors

Complementary color

Complementary color for #hex is #645459.


I love getcolorcode.com

Triadic colors

1 #A69BAB and #ABA69B with #9BABA6 are triadic colors.

2 #A6AB9B and #AB9BA6 with #9BABA6 are triadic colors.