COLOR #B4C9CF

HEX: #B4C9CF
RGB: (180,201,207)

Color info

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

RGB color model

#B4C9CF color RGB value is (180,201,207).

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

RGB channels and saturation

R 180 of 255 = 71%
G 201 of 255 = 79%
B 207 of 255 = 81%

180
201
207

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

Portions of RGB colors in percentages

R + G + B =
180 + 201 + 207 = 588 (100%)
R 180 of 588 ~ 30.61%
G 201 of 588 ~ 34.18%
B 207 of 588 ~ 35.2%

%30.61
%34.18
%35.2

CMYK color model

#B4C9CF color CMYK value is (13,3,0,19).

  • cyan value is 13.04%
  • magenta value is 2.90%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(13,3,0,19)
C13M3Y0K19 
(13%,3%,0%,19%)
(0.13/0.03/0.00/0.19)	

CMYK percentages

%13.04
%2.9
%0
%18.82

Codes

Color #B4C9CF in popluar color models

B4C9CF
RGB180201207
HSL193°21.95%75.88%
HSB/HSV193°13.04%81.18%
CMYK13.04%2.90%0.00%
18.82%

Color #B4C9CF in popluar number systems.

HEXB4C9CF
Decimal180201207
Binary101101001100100111001111
Octal264311317

Shades and tints

Shades of #B4C9CF

#B4C9CF
(180,201,207)
#A4B7BD
(164,183,189)
#94A5AB
(148,165,171)
#849399
(132,147,153)
#748187
(116,129,135)
#646F75
(100,111,117)
#545D63
(84,93,99)
#444B51
(68,75,81)
#34393F
(52,57,63)
#24272D
(36,39,45)
#14151B
(20,21,27)
#000000
(0,0,0)

Tints of #B4C9CF

#B4C9CF
(180,201,207)
#BACDD3
(186,205,211)
#C0D1D7
(192,209,215)
#C6D5DB
(198,213,219)
#CCD9DF
(204,217,223)
#D2DDE3
(210,221,227)
#D8E1E7
(216,225,231)
#DEE5EB
(222,229,235)
#E4E9EF
(228,233,239)
#EAEDF3
(234,237,243)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C9CF; }

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

This text font color is #B4C9CF.


Background Color

.myBgColor { background-color: #B4C9CF; }

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

This div background color is #B4C9CF.


Border color

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

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

This div border color is #B4C9CF.


Opacity

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

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

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

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

This text has shadow with #B4C9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C9CF on black background.


Color preview on white background

This text has color #B4C9CF on white background.



Black color preview on #B4C9CF background

This text has black color on #B4C9CF background.


White color preview on #B4C9CF background

This text has white color on #B4C9CF background.