COLOR #B4C6BF

HEX: #B4C6BF
RGB: (180,198,191)

Color info

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

RGB color model

#B4C6BF color RGB value is (180,198,191).

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

RGB channels and saturation

R 180 of 255 = 71%
G 198 of 255 = 78%
B 191 of 255 = 75%

180
198
191

R + G + B ~ 75%. #B4C6BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 198 + 191 = 569 (100%)
R 180 of 569 ~ 31.63%
G 198 of 569 ~ 34.8%
B 191 of 569 ~ 33.57%

%31.63
%34.8
%33.57

CMYK color model

#B4C6BF color CMYK value is (9,0,4,22).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 3.54%
  • key color value is 22.35%
CMYK:
(9,0,4,22)
C9M0Y4K22 
(9%,0%,4%,22%)
(0.09/0.00/0.04/0.22)	

CMYK percentages

%9.09
%0
%3.54
%22.35

Codes

Color #B4C6BF in popluar color models

B4C6BF
RGB180198191
HSL157°13.64%74.12%
HSB/HSV157°9.09%77.65%
CMYK9.09%0.00%3.54%
22.35%

Color #B4C6BF in popluar number systems.

HEXB4C6BF
Decimal180198191
Binary101101001100011010111111
Octal264306277

Shades and tints

Shades of #B4C6BF

#B4C6BF
(180,198,191)
#A4B4AE
(164,180,174)
#94A29D
(148,162,157)
#84908C
(132,144,140)
#747E7B
(116,126,123)
#646C6A
(100,108,106)
#545A59
(84,90,89)
#444848
(68,72,72)
#343637
(52,54,55)
#242426
(36,36,38)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #B4C6BF

#B4C6BF
(180,198,191)
#BACBC4
(186,203,196)
#C0D0C9
(192,208,201)
#C6D5CE
(198,213,206)
#CCDAD3
(204,218,211)
#D2DFD8
(210,223,216)
#D8E4DD
(216,228,221)
#DEE9E2
(222,233,226)
#E4EEE7
(228,238,231)
#EAF3EC
(234,243,236)
#F0F8F1
(240,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C6BF; }

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

This text font color is #B4C6BF.


Background Color

.myBgColor { background-color: #B4C6BF; }

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

This div background color is #B4C6BF.


Border color

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

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

This div border color is #B4C6BF.


Opacity

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

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

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

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

This text has shadow with #B4C6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C6BF on black background.


Color preview on white background

This text has color #B4C6BF on white background.



Black color preview on #B4C6BF background

This text has black color on #B4C6BF background.


White color preview on #B4C6BF background

This text has white color on #B4C6BF background.