COLOR #B4C9CB

HEX: #B4C9CB
RGB: (180,201,203)

Color info

#B4C9CB contains red, green and blue colors in about the same proportion. Web safe color of #B4C9CB is #CCCCCC (or #CCC).

RGB color model

#B4C9CB color RGB value is (180,201,203).

  • red value is 180;
  • green value is 201;
  • blue value is 203.
RGB:
(180,201,203)
(71%,79%,80%)

RGB channels and saturation

R 180 of 255 = 71%
G 201 of 255 = 79%
B 203 of 255 = 80%

180
201
203

R + G + B ~ 77%. #B4C9CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 201 + 203 = 584 (100%)
R 180 of 584 ~ 30.82%
G 201 of 584 ~ 34.42%
B 203 of 584 ~ 34.76%

%30.82
%34.42
%34.76

CMYK color model

#B4C9CB color CMYK value is (11,1,0,20).

  • cyan value is 11.33%
  • magenta value is 0.99%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(11,1,0,20)
C11M1Y0K20 
(11%,1%,0%,20%)
(0.11/0.01/0.00/0.20)	

CMYK percentages

%11.33
%0.99
%0
%20.39

Codes

Color #B4C9CB in popluar color models

B4C9CB
RGB180201203
HSL185°18.11%75.10%
HSB/HSV185°11.33%79.61%
CMYK11.33%0.99%0.00%
20.39%

Color #B4C9CB in popluar number systems.

HEXB4C9CB
Decimal180201203
Binary101101001100100111001011
Octal264311313

Shades and tints

Shades of #B4C9CB

#B4C9CB
(180,201,203)
#A4B7B9
(164,183,185)
#94A5A7
(148,165,167)
#849395
(132,147,149)
#748183
(116,129,131)
#646F71
(100,111,113)
#545D5F
(84,93,95)
#444B4D
(68,75,77)
#34393B
(52,57,59)
#242729
(36,39,41)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #B4C9CB

#B4C9CB
(180,201,203)
#BACDCF
(186,205,207)
#C0D1D3
(192,209,211)
#C6D5D7
(198,213,215)
#CCD9DB
(204,217,219)
#D2DDDF
(210,221,223)
#D8E1E3
(216,225,227)
#DEE5E7
(222,229,231)
#E4E9EB
(228,233,235)
#EAEDEF
(234,237,239)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C9CB color. Also use rgb(180,201,203) instead hex code.

Text Font Color

.myTextColor { color: #B4C9CB; }

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

This text font color is #B4C9CB.


Background Color

.myBgColor { background-color: #B4C9CB; }

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

This div background color is #B4C9CB.


Border color

.myBorderColor { border: 1px solid #B4C9CB; }

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

This div border color is #B4C9CB.


Opacity

.myOpacity80 { color: #B4C9CB; opacity: 0.8; }

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

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

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

This text has shadow with #B4C9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C9CB on black background.


Color preview on white background

This text has color #B4C9CB on white background.



Black color preview on #B4C9CB background

This text has black color on #B4C9CB background.


White color preview on #B4C9CB background

This text has white color on #B4C9CB background.