COLOR #9BBCB6

HEX: #9BBCB6
RGB: (155,188,182)

Color info

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

RGB color model

#9BBCB6 color RGB value is (155,188,182).

  • red value is 155;
  • green value is 188;
  • blue value is 182.
RGB:
(155,188,182)
(61%,74%,71%)

RGB channels and saturation

R 155 of 255 = 61%
G 188 of 255 = 74%
B 182 of 255 = 71%

155
188
182

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

Portions of RGB colors in percentages

R + G + B =
155 + 188 + 182 = 525 (100%)
R 155 of 525 ~ 29.52%
G 188 of 525 ~ 35.81%
B 182 of 525 ~ 34.67%

%29.52
%35.81
%34.67

CMYK color model

#9BBCB6 color CMYK value is (18,0,3,26).

  • cyan value is 17.55%
  • magenta value is 0.00%
  • yellow value is 3.19%
  • key color value is 26.27%
CMYK:
(18,0,3,26)
C18M0Y3K26 
(18%,0%,3%,26%)
(0.18/0.00/0.03/0.26)	

CMYK percentages

%17.55
%0
%3.19
%26.27

Codes

Color #9BBCB6 in popluar color models

9BBCB6
RGB155188182
HSL169°19.76%67.25%
HSB/HSV169°17.55%73.73%
CMYK17.55%0.00%3.19%
26.27%

Color #9BBCB6 in popluar number systems.

HEX9BBCB6
Decimal155188182
Binary100110111011110010110110
Octal233274266

Shades and tints

Shades of #9BBCB6

#9BBCB6
(155,188,182)
#8DABA6
(141,171,166)
#7F9A96
(127,154,150)
#718986
(113,137,134)
#637876
(99,120,118)
#556766
(85,103,102)
#475656
(71,86,86)
#394546
(57,69,70)
#2B3436
(43,52,54)
#1D2326
(29,35,38)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #9BBCB6

#9BBCB6
(155,188,182)
#A4C2BC
(164,194,188)
#ADC8C2
(173,200,194)
#B6CEC8
(182,206,200)
#BFD4CE
(191,212,206)
#C8DAD4
(200,218,212)
#D1E0DA
(209,224,218)
#DAE6E0
(218,230,224)
#E3ECE6
(227,236,230)
#ECF2EC
(236,242,236)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBCB6; }

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

This text font color is #9BBCB6.


Background Color

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

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

This div background color is #9BBCB6.


Border color

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

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

This div border color is #9BBCB6.


Opacity

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

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

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

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

This text has shadow with #9BBCB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BBCB6 on black background.


Color preview on white background

This text has color #9BBCB6 on white background.



Black color preview on #9BBCB6 background

This text has black color on #9BBCB6 background.


White color preview on #9BBCB6 background

This text has white color on #9BBCB6 background.