COLOR #B4C2CF

HEX: #B4C2CF
RGB: (180,194,207)

Color info

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

RGB color model

#B4C2CF color RGB value is (180,194,207).

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

RGB channels and saturation

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

180
194
207

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

Portions of RGB colors in percentages

R + G + B =
180 + 194 + 207 = 581 (100%)
R 180 of 581 ~ 30.98%
G 194 of 581 ~ 33.39%
B 207 of 581 ~ 35.63%

%30.98
%33.39
%35.63

CMYK color model

#B4C2CF color CMYK value is (13,6,0,19).

  • cyan value is 13.04%
  • magenta value is 6.28%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(13,6,0,19)
C13M6Y0K19 
(13%,6%,0%,19%)
(0.13/0.06/0.00/0.19)	

CMYK percentages

%13.04
%6.28
%0
%18.82

Codes

Color #B4C2CF in popluar color models

B4C2CF
RGB180194207
HSL209°21.95%75.88%
HSB/HSV209°13.04%81.18%
CMYK13.04%6.28%0.00%
18.82%

Color #B4C2CF in popluar number systems.

HEXB4C2CF
Decimal180194207
Binary101101001100001011001111
Octal264302317

Shades and tints

Shades of #B4C2CF

#B4C2CF
(180,194,207)
#A4B1BD
(164,177,189)
#94A0AB
(148,160,171)
#848F99
(132,143,153)
#747E87
(116,126,135)
#646D75
(100,109,117)
#545C63
(84,92,99)
#444B51
(68,75,81)
#343A3F
(52,58,63)
#24292D
(36,41,45)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #B4C2CF

#B4C2CF
(180,194,207)
#BAC7D3
(186,199,211)
#C0CCD7
(192,204,215)
#C6D1DB
(198,209,219)
#CCD6DF
(204,214,223)
#D2DBE3
(210,219,227)
#D8E0E7
(216,224,231)
#DEE5EB
(222,229,235)
#E4EAEF
(228,234,239)
#EAEFF3
(234,239,243)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C2CF; }

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

This text font color is #B4C2CF.


Background Color

.myBgColor { background-color: #B4C2CF; }

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

This div background color is #B4C2CF.


Border color

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

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

This div border color is #B4C2CF.


Opacity

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

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

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

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

This text has shadow with #B4C2CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C2CF on black background.


Color preview on white background

This text has color #B4C2CF on white background.



Black color preview on #B4C2CF background

This text has black color on #B4C2CF background.


White color preview on #B4C2CF background

This text has white color on #B4C2CF background.