COLOR #9CB4B2

HEX: #9CB4B2
RGB: (156,180,178)

Color info

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

RGB color model

#9CB4B2 color RGB value is (156,180,178).

  • red value is 156;
  • green value is 180;
  • blue value is 178.
RGB:
(156,180,178)
(61%,71%,70%)

RGB channels and saturation

R 156 of 255 = 61%
G 180 of 255 = 71%
B 178 of 255 = 70%

156
180
178

R + G + B ~ 67%. #9CB4B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 180 + 178 = 514 (100%)
R 156 of 514 ~ 30.35%
G 180 of 514 ~ 35.02%
B 178 of 514 ~ 34.63%

%30.35
%35.02
%34.63

CMYK color model

#9CB4B2 color CMYK value is (13,0,1,29).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 1.11%
  • key color value is 29.41%
CMYK:
(13,0,1,29)
C13M0Y1K29 
(13%,0%,1%,29%)
(0.13/0.00/0.01/0.29)	

CMYK percentages

%13.33
%0
%1.11
%29.41

Codes

Color #9CB4B2 in popluar color models

9CB4B2
RGB156180178
HSL175°13.79%65.88%
HSB/HSV175°13.33%70.59%
CMYK13.33%0.00%1.11%
29.41%

Color #9CB4B2 in popluar number systems.

HEX9CB4B2
Decimal156180178
Binary100111001011010010110010
Octal234264262

Shades and tints

Shades of #9CB4B2

#9CB4B2
(156,180,178)
#8EA4A2
(142,164,162)
#809492
(128,148,146)
#728482
(114,132,130)
#647472
(100,116,114)
#566462
(86,100,98)
#485452
(72,84,82)
#3A4442
(58,68,66)
#2C3432
(44,52,50)
#1E2422
(30,36,34)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #9CB4B2

#9CB4B2
(156,180,178)
#A5BAB9
(165,186,185)
#AEC0C0
(174,192,192)
#B7C6C7
(183,198,199)
#C0CCCE
(192,204,206)
#C9D2D5
(201,210,213)
#D2D8DC
(210,216,220)
#DBDEE3
(219,222,227)
#E4E4EA
(228,228,234)
#EDEAF1
(237,234,241)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB4B2 color. Also use rgb(156,180,178) instead hex code.

Text Font Color

.myTextColor { color: #9CB4B2; }

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

This text font color is #9CB4B2.


Background Color

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

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

This div background color is #9CB4B2.


Border color

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

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

This div border color is #9CB4B2.


Opacity

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

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

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

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

This text has shadow with #9CB4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB4B2 on black background.


Color preview on white background

This text has color #9CB4B2 on white background.



Black color preview on #9CB4B2 background

This text has black color on #9CB4B2 background.


White color preview on #9CB4B2 background

This text has white color on #9CB4B2 background.