COLOR #9CB8B9

HEX: #9CB8B9
RGB: (156,184,185)

Color info

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

RGB color model

#9CB8B9 color RGB value is (156,184,185).

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

RGB channels and saturation

R 156 of 255 = 61%
G 184 of 255 = 72%
B 185 of 255 = 73%

156
184
185

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

Portions of RGB colors in percentages

R + G + B =
156 + 184 + 185 = 525 (100%)
R 156 of 525 ~ 29.71%
G 184 of 525 ~ 35.05%
B 185 of 525 ~ 35.24%

%29.71
%35.05
%35.24

CMYK color model

#9CB8B9 color CMYK value is (16,1,0,27).

  • cyan value is 15.68%
  • magenta value is 0.54%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK: (16,1,0,27) C16M1Y0K27 (16%,1%,0%,27%) (0.16/0.01/0.00/0.27)

CMYK percentages

%15.68
%0.54
%0
%27.45

Codes

Color #9CB8B9 in popluar color models

9CB8B9
RGB156184185
HSL182°17.16%66.86%
HSB/HSV182°15.68%72.55%
CMYK15.68%0.54%0.00%
27.45%

Color #9CB8B9 in popluar number systems.

HEX9CB8B9
Decimal156184185
Binary100111001011100010111001
Octal234270271

Shades and tints

Shades of #9CB8B9

#9CB8B9
(156,184,185)
#8EA8A9
(142,168,169)
#809899
(128,152,153)
#728889
(114,136,137)
#647879
(100,120,121)
#566869
(86,104,105)
#485859
(72,88,89)
#3A4849
(58,72,73)
#2C3839
(44,56,57)
#1E2829
(30,40,41)
#101819
(16,24,25)
#000000
(0,0,0)

Tints of #9CB8B9

#9CB8B9
(156,184,185)
#A5BEBF
(165,190,191)
#AEC4C5
(174,196,197)
#B7CACB
(183,202,203)
#C0D0D1
(192,208,209)
#C9D6D7
(201,214,215)
#D2DCDD
(210,220,221)
#DBE2E3
(219,226,227)
#E4E8E9
(228,232,233)
#EDEEEF
(237,238,239)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CB8B9; }

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

This text font color is #9CB8B9.


Background Color

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

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

This div background color is #9CB8B9.


Border color

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

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

This div border color is #9CB8B9.


Opacity

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

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

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

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

This text has shadow with #9CB8B9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9CB8B9 on black background.


Color preview on white background

This text has color #9CB8B9 on white background.



Black color preview on #9CB8B9 background

This text has black color on #9CB8B9 background.


White color preview on #9CB8B9 background

This text has white color on #9CB8B9 background.