COLOR #9BABBB

HEX: #9BABBB RGB: (155,171,187)

Color info

#9BABBB contains red, green and blue colors in about the same proportion. Web safe color of #9BABBB is #9999CC (or #99C).

RGB color model

#9BABBB color RGB value is (155,171,187).

RGB: (155,171,187) (61%, 67%, 73%)

RGB channels and saturation

R 155 of 255 = 61%
G 171 of 255 = 67%
B 187 of 255 = 73%

155
171
187

R + G + B ~ 67%. #9BABBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 171 + 187 = 513 (100%)
R 155 of 513 ~ 30.21%
G 171 of 513 ~ 33.33%
B 187 of 513 ~ 36.45'%

%30.21
%33.33
%36.45

CMYK color model

#9BABBB color CMYK value is (17,9,0,27).

  • cyan value is 17.11%
  • magenta value is 8.56%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (17,9,0,27)
C17M9Y0K27 (17%, 9%, 0%, 27%)
(0.17 / 0.09 / 0.00 / 0.27)

CMYK percentages

%17.11
%8.56
%0
%26.67

Codes

Color #9BABBB in popluar color models

9B AB BB
RGB 155 171 187
HSL 210° 19.05% 67.06%
HSB/HSV 210° 17.11% 73.33%
CMYK 17.11% 8.56% 0.00%
26.67%

Color #9BABBB in popluar number systems.

HEX 9B AB BB
Decimal 155 171 187
Binary 10011011 10101011 10111011
Octal 233 253 273

Shades and tints

Shades of #9BABBB

#9BABBB
(155,171,187)
#8D9CAA
(141,156,170)
#7F8D99
(127,141,153)
#717E88
(113,126,136)
#636F77
(99,111,119)
#556066
(85,96,102)
#475155
(71,81,85)
#394244
(57,66,68)
#2B3333
(43,51,51)
#1D2422
(29,36,34)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #9BABBB

#9BABBB
(155,171,187)
#A4B2C1
(164,178,193)
#ADB9C7
(173,185,199)
#B6C0CD
(182,192,205)
#BFC7D3
(191,199,211)
#C8CED9
(200,206,217)
#D1D5DF
(209,213,223)
#DADCE5
(218,220,229)
#E3E3EB
(227,227,235)
#ECEAF1
(236,234,241)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BABBB; }

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

This text font color is #9BABBB.

Background Color

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

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

This div background color is #9BABBB.

Border color

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

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

This div border color is #9BABBB.

Opacity

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

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

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

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

This text has shadow with #9BABBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BABBB.

Preview

Color preview on black background

This text has color #9BABBB on black background.


Color preview on white background

This text has color #9BABBB on white background.


Black color preview on #9BABBB background

This text has black color on #9BABBB background.


White color preview on #9BABBB background

This text has white color on #9BABBB background.


Related colors

Complementary color

Complementary color for #hex is #645444.


I love getcolorcode.com

Triadic colors

1 #BB9BAB and #ABBB9B with #9BABBB are triadic colors.

2 #BBAB9B and #AB9BBB with #9BABBB are triadic colors.