COLOR #9CBCB8

HEX: #9CBCB8
RGB: (156,188,184)

Color info

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

RGB color model

#9CBCB8 color RGB value is (156,188,184).

  • red value is 156;
  • green value is 188;
  • blue value is 184.
RGB:
(156,188,184)
(61%,74%,72%)

RGB channels and saturation

R 156 of 255 = 61%
G 188 of 255 = 74%
B 184 of 255 = 72%

156
188
184

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

Portions of RGB colors in percentages

R + G + B =
156 + 188 + 184 = 528 (100%)
R 156 of 528 ~ 29.55%
G 188 of 528 ~ 35.61%
B 184 of 528 ~ 34.85%

%29.55
%35.61
%34.85

CMYK color model

#9CBCB8 color CMYK value is (17,0,2,26).

  • cyan value is 17.02%
  • magenta value is 0.00%
  • yellow value is 2.13%
  • key color value is 26.27%
CMYK:
(17,0,2,26)
C17M0Y2K26 
(17%,0%,2%,26%)
(0.17/0.00/0.02/0.26)	

CMYK percentages

%17.02
%0
%2.13
%26.27

Codes

Color #9CBCB8 in popluar color models

9CBCB8
RGB156188184
HSL173°19.28%67.45%
HSB/HSV173°17.02%73.73%
CMYK17.02%0.00%2.13%
26.27%

Color #9CBCB8 in popluar number systems.

HEX9CBCB8
Decimal156188184
Binary100111001011110010111000
Octal234274270

Shades and tints

Shades of #9CBCB8

#9CBCB8
(156,188,184)
#8EABA8
(142,171,168)
#809A98
(128,154,152)
#728988
(114,137,136)
#647878
(100,120,120)
#566768
(86,103,104)
#485658
(72,86,88)
#3A4548
(58,69,72)
#2C3438
(44,52,56)
#1E2328
(30,35,40)
#101218
(16,18,24)
#000000
(0,0,0)

Tints of #9CBCB8

#9CBCB8
(156,188,184)
#A5C2BE
(165,194,190)
#AEC8C4
(174,200,196)
#B7CECA
(183,206,202)
#C0D4D0
(192,212,208)
#C9DAD6
(201,218,214)
#D2E0DC
(210,224,220)
#DBE6E2
(219,230,226)
#E4ECE8
(228,236,232)
#EDF2EE
(237,242,238)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CBCB8 color. Also use rgb(156,188,184) instead hex code.

Text Font Color

.myTextColor { color: #9CBCB8; }

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

This text font color is #9CBCB8.


Background Color

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

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

This div background color is #9CBCB8.


Border color

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

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

This div border color is #9CBCB8.


Opacity

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

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

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

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

This text has shadow with #9CBCB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CBCB8 on black background.


Color preview on white background

This text has color #9CBCB8 on white background.



Black color preview on #9CBCB8 background

This text has black color on #9CBCB8 background.


White color preview on #9CBCB8 background

This text has white color on #9CBCB8 background.