COLOR #9BBCBF

HEX: #9BBCBF RGB: (155,188,191)

Color info

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

RGB color model

#9BBCBF color RGB value is (155,188,191).

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

RGB channels and saturation

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

155
188
191

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

Portions of RGB colors in percentages

R + G + B = 155 + 188 + 191 = 534 (100%)
R 155 of 534 ~ 29.03%
G 188 of 534 ~ 35.21%
B 191 of 534 ~ 35.77'%

%29.03
%35.21
%35.77

CMYK color model

#9BBCBF color CMYK value is (19,2,0,25).

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

CMYK: (19,2,0,25)
C19M2Y0K25 (19%, 2%, 0%, 25%)
(0.19 / 0.02 / 0.00 / 0.25)

CMYK percentages

%18.85
%1.57
%0
%25.1

Codes

Color #9BBCBF in popluar color models

9B BC BF
RGB 155 188 191
HSL 185° 21.95% 67.84%
HSB/HSV 185° 18.85% 74.90%
CMYK 18.85% 1.57% 0.00%
25.10%

Color #9BBCBF in popluar number systems.

HEX 9B BC BF
Decimal 155 188 191
Binary 10011011 10111100 10111111
Octal 233 274 277

Shades and tints

Shades of #9BBCBF

#9BBCBF
(155,188,191)
#8DABAE
(141,171,174)
#7F9A9D
(127,154,157)
#71898C
(113,137,140)
#63787B
(99,120,123)
#55676A
(85,103,106)
#475659
(71,86,89)
#394548
(57,69,72)
#2B3437
(43,52,55)
#1D2326
(29,35,38)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #9BBCBF

#9BBCBF
(155,188,191)
#A4C2C4
(164,194,196)
#ADC8C9
(173,200,201)
#B6CECE
(182,206,206)
#BFD4D3
(191,212,211)
#C8DAD8
(200,218,216)
#D1E0DD
(209,224,221)
#DAE6E2
(218,230,226)
#E3ECE7
(227,236,231)
#ECF2EC
(236,242,236)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBCBF; }

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

This text font color is #9BBCBF.

Background Color

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

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

This div background color is #9BBCBF.

Border color

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

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

This div border color is #9BBCBF.

Opacity

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

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

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

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

This text has shadow with #9BBCBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BBCBF.

Preview

Color preview on black background

This text has color #9BBCBF on black background.


Color preview on white background

This text has color #9BBCBF on white background.


Black color preview on #9BBCBF background

This text has black color on #9BBCBF background.


White color preview on #9BBCBF background

This text has white color on #9BBCBF background.


Related colors

Complementary color

Complementary color for #hex is #644340.


I love getcolorcode.com

Triadic colors

1 #BF9BBC and #BCBF9B with #9BBCBF are triadic colors.

2 #BFBC9B and #BC9BBF with #9BBCBF are triadic colors.