COLOR #B4BDC0

HEX: #B4BDC0
RGB: (180,189,192)

Color info

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

RGB color model

#B4BDC0 color RGB value is (180,189,192).

  • red value is 180;
  • green value is 189;
  • blue value is 192.
RGB:
(180,189,192)
(71%,74%,75%)

RGB channels and saturation

R 180 of 255 = 71%
G 189 of 255 = 74%
B 192 of 255 = 75%

180
189
192

R + G + B ~ 73%. #B4BDC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 189 + 192 = 561 (100%)
R 180 of 561 ~ 32.09%
G 189 of 561 ~ 33.69%
B 192 of 561 ~ 34.22%

%32.09
%33.69
%34.22

CMYK color model

#B4BDC0 color CMYK value is (6,2,0,25).

  • cyan value is 6.25%
  • magenta value is 1.56%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(6,2,0,25)
C6M2Y0K25 
(6%,2%,0%,25%)
(0.06/0.02/0.00/0.25)	

CMYK percentages

%6.25
%1.56
%0
%24.71

Codes

Color #B4BDC0 in popluar color models

B4BDC0
RGB180189192
HSL195°8.70%72.94%
HSB/HSV195°6.25%75.29%
CMYK6.25%1.56%0.00%
24.71%

Color #B4BDC0 in popluar number systems.

HEXB4BDC0
Decimal180189192
Binary101101001011110111000000
Octal264275300

Shades and tints

Shades of #B4BDC0

#B4BDC0
(180,189,192)
#A4ACAF
(164,172,175)
#949B9E
(148,155,158)
#848A8D
(132,138,141)
#74797C
(116,121,124)
#64686B
(100,104,107)
#54575A
(84,87,90)
#444649
(68,70,73)
#343538
(52,53,56)
#242427
(36,36,39)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #B4BDC0

#B4BDC0
(180,189,192)
#BAC3C5
(186,195,197)
#C0C9CA
(192,201,202)
#C6CFCF
(198,207,207)
#CCD5D4
(204,213,212)
#D2DBD9
(210,219,217)
#D8E1DE
(216,225,222)
#DEE7E3
(222,231,227)
#E4EDE8
(228,237,232)
#EAF3ED
(234,243,237)
#F0F9F2
(240,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4BDC0 color. Also use rgb(180,189,192) instead hex code.

Text Font Color

.myTextColor { color: #B4BDC0; }

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

This text font color is #B4BDC0.


Background Color

.myBgColor { background-color: #B4BDC0; }

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

This div background color is #B4BDC0.


Border color

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

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

This div border color is #B4BDC0.


Opacity

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

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

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

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

This text has shadow with #B4BDC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BDC0 on black background.


Color preview on white background

This text has color #B4BDC0 on white background.



Black color preview on #B4BDC0 background

This text has black color on #B4BDC0 background.


White color preview on #B4BDC0 background

This text has white color on #B4BDC0 background.