COLOR #9CBAB0

HEX: #9CBAB0
RGB: (156,186,176)

Color info

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

RGB color model

#9CBAB0 color RGB value is (156,186,176).

  • red value is 156;
  • green value is 186;
  • blue value is 176.
RGB:
(156,186,176)
(61%,73%,69%)

RGB channels and saturation

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

156
186
176

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

Portions of RGB colors in percentages

R + G + B =
156 + 186 + 176 = 518 (100%)
R 156 of 518 ~ 30.12%
G 186 of 518 ~ 35.91%
B 176 of 518 ~ 33.98%

%30.12
%35.91
%33.98

CMYK color model

#9CBAB0 color CMYK value is (16,0,5,27).

  • cyan value is 16.13%
  • magenta value is 0.00%
  • yellow value is 5.38%
  • key color value is 27.06%
CMYK:
(16,0,5,27)
C16M0Y5K27 
(16%,0%,5%,27%)
(0.16/0.00/0.05/0.27)	

CMYK percentages

%16.13
%0
%5.38
%27.06

Codes

Color #9CBAB0 in popluar color models

9CBAB0
RGB156186176
HSL160°17.86%67.06%
HSB/HSV160°16.13%72.94%
CMYK16.13%0.00%5.38%
27.06%

Color #9CBAB0 in popluar number systems.

HEX9CBAB0
Decimal156186176
Binary100111001011101010110000
Octal234272260

Shades and tints

Shades of #9CBAB0

#9CBAB0
(156,186,176)
#8EAAA0
(142,170,160)
#809A90
(128,154,144)
#728A80
(114,138,128)
#647A70
(100,122,112)
#566A60
(86,106,96)
#485A50
(72,90,80)
#3A4A40
(58,74,64)
#2C3A30
(44,58,48)
#1E2A20
(30,42,32)
#101A10
(16,26,16)
#000000
(0,0,0)

Tints of #9CBAB0

#9CBAB0
(156,186,176)
#A5C0B7
(165,192,183)
#AEC6BE
(174,198,190)
#B7CCC5
(183,204,197)
#C0D2CC
(192,210,204)
#C9D8D3
(201,216,211)
#D2DEDA
(210,222,218)
#DBE4E1
(219,228,225)
#E4EAE8
(228,234,232)
#EDF0EF
(237,240,239)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CBAB0; }

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

This text font color is #9CBAB0.


Background Color

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

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

This div background color is #9CBAB0.


Border color

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

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

This div border color is #9CBAB0.


Opacity

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

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

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

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

This text has shadow with #9CBAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CBAB0 on black background.


Color preview on white background

This text has color #9CBAB0 on white background.



Black color preview on #9CBAB0 background

This text has black color on #9CBAB0 background.


White color preview on #9CBAB0 background

This text has white color on #9CBAB0 background.