COLOR #9BBCBE

HEX: #9BBCBE RGB: (155,188,190)

Color info

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

RGB color model

#9BBCBE color RGB value is (155,188,190).

RGB: (155,188,190) (61%, 74%, 75%)

RGB channels and saturation

R 155 of 255 = 61%
G 188 of 255 = 74%
B 190 of 255 = 75%

155
188
190

R + G + B ~ 70%. #9BBCBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 188 + 190 = 533 (100%)
R 155 of 533 ~ 29.08%
G 188 of 533 ~ 35.27%
B 190 of 533 ~ 35.65'%

%29.08
%35.27
%35.65

CMYK color model

#9BBCBE color CMYK value is (18,1,0,25).

  • cyan value is 18.42%
  • magenta value is 1.05%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (18,1,0,25)
C18M1Y0K25 (18%, 1%, 0%, 25%)
(0.18 / 0.01 / 0.00 / 0.25)

CMYK percentages

%18.42
%1.05
%0
%25.49

Codes

Color #9BBCBE in popluar color models

9B BC BE
RGB 155 188 190
HSL 183° 21.21% 67.65%
HSB/HSV 183° 18.42% 74.51%
CMYK 18.42% 1.05% 0.00%
25.49%

Color #9BBCBE in popluar number systems.

HEX 9B BC BE
Decimal 155 188 190
Binary 10011011 10111100 10111110
Octal 233 274 276

Shades and tints

Shades of #9BBCBE

#9BBCBE
(155,188,190)
#8DABAD
(141,171,173)
#7F9A9C
(127,154,156)
#71898B
(113,137,139)
#63787A
(99,120,122)
#556769
(85,103,105)
#475658
(71,86,88)
#394547
(57,69,71)
#2B3436
(43,52,54)
#1D2325
(29,35,37)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #9BBCBE

#9BBCBE
(155,188,190)
#A4C2C3
(164,194,195)
#ADC8C8
(173,200,200)
#B6CECD
(182,206,205)
#BFD4D2
(191,212,210)
#C8DAD7
(200,218,215)
#D1E0DC
(209,224,220)
#DAE6E1
(218,230,225)
#E3ECE6
(227,236,230)
#ECF2EB
(236,242,235)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBCBE; }

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

This text font color is #9BBCBE.

Background Color

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

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

This div background color is #9BBCBE.

Border color

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

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

This div border color is #9BBCBE.

Opacity

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

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

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

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

This text has shadow with #9BBCBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BBCBE.

Preview

Color preview on black background

This text has color #9BBCBE on black background.


Color preview on white background

This text has color #9BBCBE on white background.


Black color preview on #9BBCBE background

This text has black color on #9BBCBE background.


White color preview on #9BBCBE background

This text has white color on #9BBCBE background.


Related colors

Complementary color

Complementary color for #hex is #644341.


I love getcolorcode.com

Triadic colors

1 #BE9BBC and #BCBE9B with #9BBCBE are triadic colors.

2 #BEBC9B and #BC9BBE with #9BBCBE are triadic colors.