COLOR #9BBCB7

HEX: #9BBCB7 RGB: (155,188,183)

Color info

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

RGB color model

#9BBCB7 color RGB value is (155,188,183).

RGB: (155,188,183) (61%, 74%, 72%)

RGB channels and saturation

R 155 of 255 = 61%
G 188 of 255 = 74%
B 183 of 255 = 72%

155
188
183

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

Portions of RGB colors in percentages

R + G + B = 155 + 188 + 183 = 526 (100%)
R 155 of 526 ~ 29.47%
G 188 of 526 ~ 35.74%
B 183 of 526 ~ 34.79'%

%29.47
%35.74
%34.79

CMYK color model

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

  • cyan value is 17.55%
  • magenta value is 0.00%
  • yellow value is 2.66%
  • 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
%2.66
%26.27

Codes

Color #9BBCB7 in popluar color models

9B BC B7
RGB 155 188 183
HSL 171° 19.76% 67.25%
HSB/HSV 171° 17.55% 73.73%
CMYK 17.55% 0.00% 2.66%
26.27%

Color #9BBCB7 in popluar number systems.

HEX 9B BC B7
Decimal 155 188 183
Binary 10011011 10111100 10110111
Octal 233 274 267

Shades and tints

Shades of #9BBCB7

#9BBCB7
(155,188,183)
#8DABA7
(141,171,167)
#7F9A97
(127,154,151)
#718987
(113,137,135)
#637877
(99,120,119)
#556767
(85,103,103)
#475657
(71,86,87)
#394547
(57,69,71)
#2B3437
(43,52,55)
#1D2327
(29,35,39)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #9BBCB7

#9BBCB7
(155,188,183)
#A4C2BD
(164,194,189)
#ADC8C3
(173,200,195)
#B6CEC9
(182,206,201)
#BFD4CF
(191,212,207)
#C8DAD5
(200,218,213)
#D1E0DB
(209,224,219)
#DAE6E1
(218,230,225)
#E3ECE7
(227,236,231)
#ECF2ED
(236,242,237)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBCB7; }

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

This text font color is #9BBCB7.

Background Color

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

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

This div background color is #9BBCB7.

Border color

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

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

This div border color is #9BBCB7.

Opacity

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

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

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

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

This text has shadow with #9BBCB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BBCB7.

Preview

Color preview on black background

This text has color #9BBCB7 on black background.


Color preview on white background

This text has color #9BBCB7 on white background.


Black color preview on #9BBCB7 background

This text has black color on #9BBCB7 background.


White color preview on #9BBCB7 background

This text has white color on #9BBCB7 background.


Related colors

Complementary color

Complementary color for #hex is #644348.


I love getcolorcode.com

Triadic colors

1 #B79BBC and #BCB79B with #9BBCB7 are triadic colors.

2 #B7BC9B and #BC9BB7 with #9BBCB7 are triadic colors.