COLOR #9CB0BB

HEX: #9CB0BB RGB: (156,176,187)

Color info

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

RGB color model

#9CB0BB color RGB value is (156,176,187).

RGB: (156,176,187) (61%, 69%, 73%)

RGB channels and saturation

R 156 of 255 = 61%
G 176 of 255 = 69%
B 187 of 255 = 73%

156
176
187

R + G + B ~ 68%. #9CB0BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 176 + 187 = 519 (100%)
R 156 of 519 ~ 30.06%
G 176 of 519 ~ 33.91%
B 187 of 519 ~ 36.03'%

%30.06
%33.91
%36.03

CMYK color model

#9CB0BB color CMYK value is (17,6,0,27).

  • cyan value is 16.58%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (17,6,0,27)
C17M6Y0K27 (17%, 6%, 0%, 27%)
(0.17 / 0.06 / 0.00 / 0.27)

CMYK percentages

%16.58
%5.88
%0
%26.67

Codes

Color #9CB0BB in popluar color models

9C B0 BB
RGB 156 176 187
HSL 201° 18.56% 67.25%
HSB/HSV 201° 16.58% 73.33%
CMYK 16.58% 5.88% 0.00%
26.67%

Color #9CB0BB in popluar number systems.

HEX 9C B0 BB
Decimal 156 176 187
Binary 10011100 10110000 10111011
Octal 234 260 273

Shades and tints

Shades of #9CB0BB

#9CB0BB
(156,176,187)
#8EA0AA
(142,160,170)
#809099
(128,144,153)
#728088
(114,128,136)
#647077
(100,112,119)
#566066
(86,96,102)
#485055
(72,80,85)
#3A4044
(58,64,68)
#2C3033
(44,48,51)
#1E2022
(30,32,34)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #9CB0BB

#9CB0BB
(156,176,187)
#A5B7C1
(165,183,193)
#AEBEC7
(174,190,199)
#B7C5CD
(183,197,205)
#C0CCD3
(192,204,211)
#C9D3D9
(201,211,217)
#D2DADF
(210,218,223)
#DBE1E5
(219,225,229)
#E4E8EB
(228,232,235)
#EDEFF1
(237,239,241)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB0BB color. Also use rgb(156,176,187) instead hex code.

Text Font Color

.myTextColor { color: #9CB0BB; }

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

This text font color is #9CB0BB.

Background Color

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

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

This div background color is #9CB0BB.

Border color

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

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

This div border color is #9CB0BB.

Opacity

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

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

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

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

This text has shadow with #9CB0BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CB0BB.

Preview

Color preview on black background

This text has color #9CB0BB on black background.


Color preview on white background

This text has color #9CB0BB on white background.


Black color preview on #9CB0BB background

This text has black color on #9CB0BB background.


White color preview on #9CB0BB background

This text has white color on #9CB0BB background.


Related colors

Complementary color

Complementary color for #hex is #634F44.


I love getcolorcode.com

Triadic colors

1 #BB9CB0 and #B0BB9C with #9CB0BB are triadic colors.

2 #BBB09C and #B09CBB with #9CB0BB are triadic colors.