COLOR #B4BBCF

HEX: #B4BBCF
RGB: (180,187,207)

Color info

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

RGB color model

#B4BBCF color RGB value is (180,187,207).

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

RGB channels and saturation

R 180 of 255 = 71%
G 187 of 255 = 73%
B 207 of 255 = 81%

180
187
207

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

Portions of RGB colors in percentages

R + G + B =
180 + 187 + 207 = 574 (100%)
R 180 of 574 ~ 31.36%
G 187 of 574 ~ 32.58%
B 207 of 574 ~ 36.06%

%31.36
%32.58
%36.06

CMYK color model

#B4BBCF color CMYK value is (13,10,0,19).

  • cyan value is 13.04%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(13,10,0,19)
C13M10Y0K19 
(13%,10%,0%,19%)
(0.13/0.10/0.00/0.19)	

CMYK percentages

%13.04
%9.66
%0
%18.82

Codes

Color #B4BBCF in popluar color models

B4BBCF
RGB180187207
HSL224°21.95%75.88%
HSB/HSV224°13.04%81.18%
CMYK13.04%9.66%0.00%
18.82%

Color #B4BBCF in popluar number systems.

HEXB4BBCF
Decimal180187207
Binary101101001011101111001111
Octal264273317

Shades and tints

Shades of #B4BBCF

#B4BBCF
(180,187,207)
#A4AABD
(164,170,189)
#9499AB
(148,153,171)
#848899
(132,136,153)
#747787
(116,119,135)
#646675
(100,102,117)
#545563
(84,85,99)
#444451
(68,68,81)
#34333F
(52,51,63)
#24222D
(36,34,45)
#14111B
(20,17,27)
#000000
(0,0,0)

Tints of #B4BBCF

#B4BBCF
(180,187,207)
#BAC1D3
(186,193,211)
#C0C7D7
(192,199,215)
#C6CDDB
(198,205,219)
#CCD3DF
(204,211,223)
#D2D9E3
(210,217,227)
#D8DFE7
(216,223,231)
#DEE5EB
(222,229,235)
#E4EBEF
(228,235,239)
#EAF1F3
(234,241,243)
#F0F7F7
(240,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BBCF; }

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

This text font color is #B4BBCF.


Background Color

.myBgColor { background-color: #B4BBCF; }

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

This div background color is #B4BBCF.


Border color

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

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

This div border color is #B4BBCF.


Opacity

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

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

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

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

This text has shadow with #B4BBCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BBCF on black background.


Color preview on white background

This text has color #B4BBCF on white background.



Black color preview on #B4BBCF background

This text has black color on #B4BBCF background.


White color preview on #B4BBCF background

This text has white color on #B4BBCF background.