COLOR #B4BACB

HEX: #B4BACB
RGB: (180,186,203)

Color info

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

RGB color model

#B4BACB color RGB value is (180,186,203).

  • red value is 180;
  • green value is 186;
  • blue value is 203.
RGB:
(180,186,203)
(71%,73%,80%)

RGB channels and saturation

R 180 of 255 = 71%
G 186 of 255 = 73%
B 203 of 255 = 80%

180
186
203

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

Portions of RGB colors in percentages

R + G + B =
180 + 186 + 203 = 569 (100%)
R 180 of 569 ~ 31.63%
G 186 of 569 ~ 32.69%
B 203 of 569 ~ 35.68%

%31.63
%32.69
%35.68

CMYK color model

#B4BACB color CMYK value is (11,8,0,20).

  • cyan value is 11.33%
  • magenta value is 8.37%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(11,8,0,20)
C11M8Y0K20 
(11%,8%,0%,20%)
(0.11/0.08/0.00/0.20)	

CMYK percentages

%11.33
%8.37
%0
%20.39

Codes

Color #B4BACB in popluar color models

B4BACB
RGB180186203
HSL224°18.11%75.10%
HSB/HSV224°11.33%79.61%
CMYK11.33%8.37%0.00%
20.39%

Color #B4BACB in popluar number systems.

HEXB4BACB
Decimal180186203
Binary101101001011101011001011
Octal264272313

Shades and tints

Shades of #B4BACB

#B4BACB
(180,186,203)
#A4AAB9
(164,170,185)
#949AA7
(148,154,167)
#848A95
(132,138,149)
#747A83
(116,122,131)
#646A71
(100,106,113)
#545A5F
(84,90,95)
#444A4D
(68,74,77)
#343A3B
(52,58,59)
#242A29
(36,42,41)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #B4BACB

#B4BACB
(180,186,203)
#BAC0CF
(186,192,207)
#C0C6D3
(192,198,211)
#C6CCD7
(198,204,215)
#CCD2DB
(204,210,219)
#D2D8DF
(210,216,223)
#D8DEE3
(216,222,227)
#DEE4E7
(222,228,231)
#E4EAEB
(228,234,235)
#EAF0EF
(234,240,239)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4BACB color. Also use rgb(180,186,203) instead hex code.

Text Font Color

.myTextColor { color: #B4BACB; }

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

This text font color is #B4BACB.


Background Color

.myBgColor { background-color: #B4BACB; }

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

This div background color is #B4BACB.


Border color

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

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

This div border color is #B4BACB.


Opacity

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

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

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

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

This text has shadow with #B4BACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BACB on black background.


Color preview on white background

This text has color #B4BACB on white background.



Black color preview on #B4BACB background

This text has black color on #B4BACB background.


White color preview on #B4BACB background

This text has white color on #B4BACB background.