COLOR #B4C1BF

HEX: #B4C1BF
RGB: (180,193,191)

Color info

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

RGB color model

#B4C1BF color RGB value is (180,193,191).

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

RGB channels and saturation

R 180 of 255 = 71%
G 193 of 255 = 76%
B 191 of 255 = 75%

180
193
191

R + G + B ~ 74%. #B4C1BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 193 + 191 = 564 (100%)
R 180 of 564 ~ 31.91%
G 193 of 564 ~ 34.22%
B 191 of 564 ~ 33.87%

%31.91
%34.22
%33.87

CMYK color model

#B4C1BF color CMYK value is (7,0,1,24).

  • cyan value is 6.74%
  • magenta value is 0.00%
  • yellow value is 1.04%
  • key color value is 24.31%
CMYK:
(7,0,1,24)
C7M0Y1K24 
(7%,0%,1%,24%)
(0.07/0.00/0.01/0.24)	

CMYK percentages

%6.74
%0
%1.04
%24.31

Codes

Color #B4C1BF in popluar color models

B4C1BF
RGB180193191
HSL171°9.49%73.14%
HSB/HSV171°6.74%75.69%
CMYK6.74%0.00%1.04%
24.31%

Color #B4C1BF in popluar number systems.

HEXB4C1BF
Decimal180193191
Binary101101001100000110111111
Octal264301277

Shades and tints

Shades of #B4C1BF

#B4C1BF
(180,193,191)
#A4B0AE
(164,176,174)
#949F9D
(148,159,157)
#848E8C
(132,142,140)
#747D7B
(116,125,123)
#646C6A
(100,108,106)
#545B59
(84,91,89)
#444A48
(68,74,72)
#343937
(52,57,55)
#242826
(36,40,38)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #B4C1BF

#B4C1BF
(180,193,191)
#BAC6C4
(186,198,196)
#C0CBC9
(192,203,201)
#C6D0CE
(198,208,206)
#CCD5D3
(204,213,211)
#D2DAD8
(210,218,216)
#D8DFDD
(216,223,221)
#DEE4E2
(222,228,226)
#E4E9E7
(228,233,231)
#EAEEEC
(234,238,236)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C1BF; }

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

This text font color is #B4C1BF.


Background Color

.myBgColor { background-color: #B4C1BF; }

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

This div background color is #B4C1BF.


Border color

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

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

This div border color is #B4C1BF.


Opacity

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

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

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

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

This text has shadow with #B4C1BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C1BF on black background.


Color preview on white background

This text has color #B4C1BF on white background.



Black color preview on #B4C1BF background

This text has black color on #B4C1BF background.


White color preview on #B4C1BF background

This text has white color on #B4C1BF background.