COLOR #9BBCB4

HEX: #9BBCB4 RGB: (155,188,180)

Color info

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

RGB color model

#9BBCB4 color RGB value is (155,188,180).

RGB: (155,188,180) (61%, 74%, 71%)

RGB channels and saturation

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

155
188
180

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

Portions of RGB colors in percentages

R + G + B = 155 + 188 + 180 = 523 (100%)
R 155 of 523 ~ 29.64%
G 188 of 523 ~ 35.95%
B 180 of 523 ~ 34.42'%

%29.64
%35.95
%34.42

CMYK color model

#9BBCB4 color CMYK value is (18,0,4,26).

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

CMYK: (18,0,4,26)
C18M0Y4K26 (18%, 0%, 4%, 26%)
(0.18 / 0.00 / 0.04 / 0.26)

CMYK percentages

%17.55
%0
%4.26
%26.27

Codes

Color #9BBCB4 in popluar color models

9B BC B4
RGB 155 188 180
HSL 165° 19.76% 67.25%
HSB/HSV 165° 17.55% 73.73%
CMYK 17.55% 0.00% 4.26%
26.27%

Color #9BBCB4 in popluar number systems.

HEX 9B BC B4
Decimal 155 188 180
Binary 10011011 10111100 10110100
Octal 233 274 264

Shades and tints

Shades of #9BBCB4

#9BBCB4
(155,188,180)
#8DABA4
(141,171,164)
#7F9A94
(127,154,148)
#718984
(113,137,132)
#637874
(99,120,116)
#556764
(85,103,100)
#475654
(71,86,84)
#394544
(57,69,68)
#2B3434
(43,52,52)
#1D2324
(29,35,36)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #9BBCB4

#9BBCB4
(155,188,180)
#A4C2BA
(164,194,186)
#ADC8C0
(173,200,192)
#B6CEC6
(182,206,198)
#BFD4CC
(191,212,204)
#C8DAD2
(200,218,210)
#D1E0D8
(209,224,216)
#DAE6DE
(218,230,222)
#E3ECE4
(227,236,228)
#ECF2EA
(236,242,234)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBCB4; }

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

This text font color is #9BBCB4.

Background Color

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

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

This div background color is #9BBCB4.

Border color

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

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

This div border color is #9BBCB4.

Opacity

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

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

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

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

This text has shadow with #9BBCB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BBCB4.

Preview

Color preview on black background

This text has color #9BBCB4 on black background.


Color preview on white background

This text has color #9BBCB4 on white background.


Black color preview on #9BBCB4 background

This text has black color on #9BBCB4 background.


White color preview on #9BBCB4 background

This text has white color on #9BBCB4 background.


Related colors

Complementary color

Complementary color for #hex is #64434B.


I love getcolorcode.com

Triadic colors

1 #B49BBC and #BCB49B with #9BBCB4 are triadic colors.

2 #B4BC9B and #BC9BB4 with #9BBCB4 are triadic colors.