COLOR #9CB5BA

HEX: #9CB5BA RGB: (156,181,186)

Color info

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

RGB color model

#9CB5BA color RGB value is (156,181,186).

RGB: (156,181,186) (61%, 71%, 73%)

RGB channels and saturation

R 156 of 255 = 61%
G 181 of 255 = 71%
B 186 of 255 = 73%

156
181
186

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

Portions of RGB colors in percentages

R + G + B = 156 + 181 + 186 = 523 (100%)
R 156 of 523 ~ 29.83%
G 181 of 523 ~ 34.61%
B 186 of 523 ~ 35.56'%

%29.83
%34.61
%35.56

CMYK color model

#9CB5BA color CMYK value is (16,3,0,27).

  • cyan value is 16.13%
  • magenta value is 2.69%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (16,3,0,27) C16M3Y0K27 (16%,3%,0%,27%) (0.16/0.03/0.00/0.27) 

CMYK percentages

%16.13
%2.69
%0
%27.06

Codes

Color #9CB5BA in popluar color models

9C B5 BA
RGB 156 181 186
HSL 190° 17.86% 67.06%
HSB/HSV 190° 16.13% 72.94%
CMYK 16.13% 2.69% 0.00%
27.06%

Color #9CB5BA in popluar number systems.

HEX 9C B5 BA
Decimal 156 181 186
Binary 10011100 10110101 10111010
Octal 234 265 272

Shades and tints

Shades of #9CB5BA

#9CB5BA
(156,181,186)
#8EA5AA
(142,165,170)
#80959A
(128,149,154)
#72858A
(114,133,138)
#64757A
(100,117,122)
#56656A
(86,101,106)
#48555A
(72,85,90)
#3A454A
(58,69,74)
#2C353A
(44,53,58)
#1E252A
(30,37,42)
#10151A
(16,21,26)
#000000
(0,0,0)

Tints of #9CB5BA

#9CB5BA
(156,181,186)
#A5BBC0
(165,187,192)
#AEC1C6
(174,193,198)
#B7C7CC
(183,199,204)
#C0CDD2
(192,205,210)
#C9D3D8
(201,211,216)
#D2D9DE
(210,217,222)
#DBDFE4
(219,223,228)
#E4E5EA
(228,229,234)
#EDEBF0
(237,235,240)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB5BA color. Also use rgb(156,181,186) instead hex code.

Text Font Color

.myTextColor { color: #9CB5BA; }

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

This text font color is #9CB5BA.

Background Color

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

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

This div background color is #9CB5BA.

Border color

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

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

This div border color is #9CB5BA.

Opacity

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

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

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

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

This text has shadow with #9CB5BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CB5BA.

Preview

Color preview on black background

This text has color #9CB5BA on black background.


Color preview on white background

This text has color #9CB5BA on white background.


Black color preview on #9CB5BA background

This text has black color on #9CB5BA background.


White color preview on #9CB5BA background

This text has white color on #9CB5BA background.


Related colors

Complementary color

Complementary color for #hex is #634A45.


I love getcolorcode.com

Triadic colors

1 #BA9CB5 and #B5BA9C with #9CB5BA are triadic colors.

2 #BAB59C and #B59CBA with #9CB5BA are triadic colors.