COLOR #9BB1BF

HEX: #9BB1BF RGB: (155,177,191)

Color info

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

RGB color model

#9BB1BF color RGB value is (155,177,191).

RGB: (155,177,191) (61%, 69%, 75%)

RGB channels and saturation

R 155 of 255 = 61%
G 177 of 255 = 69%
B 191 of 255 = 75%

155
177
191

R + G + B ~ 68%. #9BB1BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 177 + 191 = 523 (100%)
R 155 of 523 ~ 29.64%
G 177 of 523 ~ 33.84%
B 191 of 523 ~ 36.52'%

%29.64
%33.84
%36.52

CMYK color model

#9BB1BF color CMYK value is (19,7,0,25).

  • cyan value is 18.85%
  • magenta value is 7.33%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (19,7,0,25)
C19M7Y0K25 (19%, 7%, 0%, 25%)
(0.19 / 0.07 / 0.00 / 0.25)

CMYK percentages

%18.85
%7.33
%0
%25.1

Codes

Color #9BB1BF in popluar color models

9B B1 BF
RGB 155 177 191
HSL 203° 21.95% 67.84%
HSB/HSV 203° 18.85% 74.90%
CMYK 18.85% 7.33% 0.00%
25.10%

Color #9BB1BF in popluar number systems.

HEX 9B B1 BF
Decimal 155 177 191
Binary 10011011 10110001 10111111
Octal 233 261 277

Shades and tints

Shades of #9BB1BF

#9BB1BF
(155,177,191)
#8DA1AE
(141,161,174)
#7F919D
(127,145,157)
#71818C
(113,129,140)
#63717B
(99,113,123)
#55616A
(85,97,106)
#475159
(71,81,89)
#394148
(57,65,72)
#2B3137
(43,49,55)
#1D2126
(29,33,38)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #9BB1BF

#9BB1BF
(155,177,191)
#A4B8C4
(164,184,196)
#ADBFC9
(173,191,201)
#B6C6CE
(182,198,206)
#BFCDD3
(191,205,211)
#C8D4D8
(200,212,216)
#D1DBDD
(209,219,221)
#DAE2E2
(218,226,226)
#E3E9E7
(227,233,231)
#ECF0EC
(236,240,236)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB1BF color. Also use rgb(155,177,191) instead hex code.

Text Font Color

.myTextColor { color: #9BB1BF; }

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

This text font color is #9BB1BF.

Background Color

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

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

This div background color is #9BB1BF.

Border color

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

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

This div border color is #9BB1BF.

Opacity

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

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

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

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

This text has shadow with #9BB1BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB1BF.

Preview

Color preview on black background

This text has color #9BB1BF on black background.


Color preview on white background

This text has color #9BB1BF on white background.


Black color preview on #9BB1BF background

This text has black color on #9BB1BF background.


White color preview on #9BB1BF background

This text has white color on #9BB1BF background.


Related colors

Complementary color

Complementary color for #hex is #644E40.


I love getcolorcode.com

Triadic colors

1 #BF9BB1 and #B1BF9B with #9BB1BF are triadic colors.

2 #BFB19B and #B19BBF with #9BB1BF are triadic colors.