COLOR #B4C1CF

HEX: #B4C1CF
RGB: (180,193,207)

Color info

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

RGB color model

#B4C1CF color RGB value is (180,193,207).

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

RGB channels and saturation

R 180 of 255 = 71%
G 193 of 255 = 76%
B 207 of 255 = 81%

180
193
207

R + G + B ~ 76%. #B4C1CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 193 + 207 = 580 (100%)
R 180 of 580 ~ 31.03%
G 193 of 580 ~ 33.28%
B 207 of 580 ~ 35.69%

%31.03
%33.28
%35.69

CMYK color model

#B4C1CF color CMYK value is (13,7,0,19).

  • cyan value is 13.04%
  • magenta value is 6.76%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(13,7,0,19)
C13M7Y0K19 
(13%,7%,0%,19%)
(0.13/0.07/0.00/0.19)	

CMYK percentages

%13.04
%6.76
%0
%18.82

Codes

Color #B4C1CF in popluar color models

B4C1CF
RGB180193207
HSL211°21.95%75.88%
HSB/HSV211°13.04%81.18%
CMYK13.04%6.76%0.00%
18.82%

Color #B4C1CF in popluar number systems.

HEXB4C1CF
Decimal180193207
Binary101101001100000111001111
Octal264301317

Shades and tints

Shades of #B4C1CF

#B4C1CF
(180,193,207)
#A4B0BD
(164,176,189)
#949FAB
(148,159,171)
#848E99
(132,142,153)
#747D87
(116,125,135)
#646C75
(100,108,117)
#545B63
(84,91,99)
#444A51
(68,74,81)
#34393F
(52,57,63)
#24282D
(36,40,45)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #B4C1CF

#B4C1CF
(180,193,207)
#BAC6D3
(186,198,211)
#C0CBD7
(192,203,215)
#C6D0DB
(198,208,219)
#CCD5DF
(204,213,223)
#D2DAE3
(210,218,227)
#D8DFE7
(216,223,231)
#DEE4EB
(222,228,235)
#E4E9EF
(228,233,239)
#EAEEF3
(234,238,243)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C1CF; }

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

This text font color is #B4C1CF.


Background Color

.myBgColor { background-color: #B4C1CF; }

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

This div background color is #B4C1CF.


Border color

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

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

This div border color is #B4C1CF.


Opacity

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

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

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

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

This text has shadow with #B4C1CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C1CF on black background.


Color preview on white background

This text has color #B4C1CF on white background.



Black color preview on #B4C1CF background

This text has black color on #B4C1CF background.


White color preview on #B4C1CF background

This text has white color on #B4C1CF background.