COLOR #9CB3BE

HEX: #9CB3BE RGB: (156,179,190)

Color info

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

RGB color model

#9CB3BE color RGB value is (156,179,190).

RGB: (156,179,190) (61%, 70%, 75%)

RGB channels and saturation

R 156 of 255 = 61%
G 179 of 255 = 70%
B 190 of 255 = 75%

156
179
190

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

Portions of RGB colors in percentages

R + G + B = 156 + 179 + 190 = 525 (100%)
R 156 of 525 ~ 29.71%
G 179 of 525 ~ 34.1%
B 190 of 525 ~ 36.19'%

%29.71
%34.1
%36.19

CMYK color model

#9CB3BE color CMYK value is (18,6,0,25).

  • cyan value is 17.89%
  • magenta value is 5.79%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (18,6,0,25) C18M6Y0K25 (18%,6%,0%,25%) (0.18/0.06/0.00/0.25) 

CMYK percentages

%17.89
%5.79
%0
%25.49

Codes

Color #9CB3BE in popluar color models

9C B3 BE
RGB 156 179 190
HSL 199° 20.73% 67.84%
HSB/HSV 199° 17.89% 74.51%
CMYK 17.89% 5.79% 0.00%
25.49%

Color #9CB3BE in popluar number systems.

HEX 9C B3 BE
Decimal 156 179 190
Binary 10011100 10110011 10111110
Octal 234 263 276

Shades and tints

Shades of #9CB3BE

#9CB3BE
(156,179,190)
#8EA3AD
(142,163,173)
#80939C
(128,147,156)
#72838B
(114,131,139)
#64737A
(100,115,122)
#566369
(86,99,105)
#485358
(72,83,88)
#3A4347
(58,67,71)
#2C3336
(44,51,54)
#1E2325
(30,35,37)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #9CB3BE

#9CB3BE
(156,179,190)
#A5B9C3
(165,185,195)
#AEBFC8
(174,191,200)
#B7C5CD
(183,197,205)
#C0CBD2
(192,203,210)
#C9D1D7
(201,209,215)
#D2D7DC
(210,215,220)
#DBDDE1
(219,221,225)
#E4E3E6
(228,227,230)
#EDE9EB
(237,233,235)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB3BE color. Also use rgb(156,179,190) instead hex code.

Text Font Color

.myTextColor { color: #9CB3BE; }

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

This text font color is #9CB3BE.

Background Color

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

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

This div background color is #9CB3BE.

Border color

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

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

This div border color is #9CB3BE.

Opacity

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

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

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

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

This text has shadow with #9CB3BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CB3BE.

Preview

Color preview on black background

This text has color #9CB3BE on black background.


Color preview on white background

This text has color #9CB3BE on white background.


Black color preview on #9CB3BE background

This text has black color on #9CB3BE background.


White color preview on #9CB3BE background

This text has white color on #9CB3BE background.


Related colors

Complementary color

Complementary color for #hex is #634C41.


I love getcolorcode.com

Triadic colors

1 #BE9CB3 and #B3BE9C with #9CB3BE are triadic colors.

2 #BEB39C and #B39CBE with #9CB3BE are triadic colors.