COLOR #9BB9BC

HEX: #9BB9BC RGB: (155,185,188)

Color info

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

RGB color model

#9BB9BC color RGB value is (155,185,188).

RGB: (155,185,188) (61%, 73%, 74%)

RGB channels and saturation

R 155 of 255 = 61%
G 185 of 255 = 73%
B 188 of 255 = 74%

155
185
188

R + G + B ~ 69%. #9BB9BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 185 + 188 = 528 (100%)
R 155 of 528 ~ 29.36%
G 185 of 528 ~ 35.04%
B 188 of 528 ~ 35.61'%

%29.36
%35.04
%35.61

CMYK color model

#9BB9BC color CMYK value is (18,2,0,26).

  • cyan value is 17.55%
  • magenta value is 1.60%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (18,2,0,26)
C18M2Y0K26 (18%, 2%, 0%, 26%)
(0.18 / 0.02 / 0.00 / 0.26)

CMYK percentages

%17.55
%1.6
%0
%26.27

Codes

Color #9BB9BC in popluar color models

9B B9 BC
RGB 155 185 188
HSL 185° 19.76% 67.25%
HSB/HSV 185° 17.55% 73.73%
CMYK 17.55% 1.60% 0.00%
26.27%

Color #9BB9BC in popluar number systems.

HEX 9B B9 BC
Decimal 155 185 188
Binary 10011011 10111001 10111100
Octal 233 271 274

Shades and tints

Shades of #9BB9BC

#9BB9BC
(155,185,188)
#8DA9AB
(141,169,171)
#7F999A
(127,153,154)
#718989
(113,137,137)
#637978
(99,121,120)
#556967
(85,105,103)
#475956
(71,89,86)
#394945
(57,73,69)
#2B3934
(43,57,52)
#1D2923
(29,41,35)
#0F1912
(15,25,18)
#000000
(0,0,0)

Tints of #9BB9BC

#9BB9BC
(155,185,188)
#A4BFC2
(164,191,194)
#ADC5C8
(173,197,200)
#B6CBCE
(182,203,206)
#BFD1D4
(191,209,212)
#C8D7DA
(200,215,218)
#D1DDE0
(209,221,224)
#DAE3E6
(218,227,230)
#E3E9EC
(227,233,236)
#ECEFF2
(236,239,242)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB9BC color. Also use rgb(155,185,188) instead hex code.

Text Font Color

.myTextColor { color: #9BB9BC; }

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

This text font color is #9BB9BC.

Background Color

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

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

This div background color is #9BB9BC.

Border color

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

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

This div border color is #9BB9BC.

Opacity

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

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

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

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

This text has shadow with #9BB9BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB9BC.

Preview

Color preview on black background

This text has color #9BB9BC on black background.


Color preview on white background

This text has color #9BB9BC on white background.


Black color preview on #9BB9BC background

This text has black color on #9BB9BC background.


White color preview on #9BB9BC background

This text has white color on #9BB9BC background.


Related colors

Complementary color

Complementary color for #hex is #644643.


I love getcolorcode.com

Triadic colors

1 #BC9BB9 and #B9BC9B with #9BB9BC are triadic colors.

2 #BCB99B and #B99BBC with #9BB9BC are triadic colors.