COLOR #B4B0C1

HEX: #B4B0C1
RGB: (180,176,193)

Color info

#B4B0C1 contains red, green and blue colors in about the same proportion. Web safe color of #B4B0C1 is #CC99CC (or #C9C).

RGB color model

#B4B0C1 color RGB value is (180,176,193).

  • red value is 180;
  • green value is 176;
  • blue value is 193.
RGB:
(180,176,193)
(71%,69%,76%)

RGB channels and saturation

R 180 of 255 = 71%
G 176 of 255 = 69%
B 193 of 255 = 76%

180
176
193

R + G + B ~ 72%. #B4B0C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 176 + 193 = 549 (100%)
R 180 of 549 ~ 32.79%
G 176 of 549 ~ 32.06%
B 193 of 549 ~ 35.15%

%32.79
%32.06
%35.15

CMYK color model

#B4B0C1 color CMYK value is (7,9,0,24).

  • cyan value is 6.74%
  • magenta value is 8.81%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(7,9,0,24)
C7M9Y0K24 
(7%,9%,0%,24%)
(0.07/0.09/0.00/0.24)	

CMYK percentages

%6.74
%8.81
%0
%24.31

Codes

Color #B4B0C1 in popluar color models

B4B0C1
RGB180176193
HSL254°12.06%72.35%
HSB/HSV254°8.81%75.69%
CMYK6.74%8.81%0.00%
24.31%

Color #B4B0C1 in popluar number systems.

HEXB4B0C1
Decimal180176193
Binary101101001011000011000001
Octal264260301

Shades and tints

Shades of #B4B0C1

#B4B0C1
(180,176,193)
#A4A0B0
(164,160,176)
#94909F
(148,144,159)
#84808E
(132,128,142)
#74707D
(116,112,125)
#64606C
(100,96,108)
#54505B
(84,80,91)
#44404A
(68,64,74)
#343039
(52,48,57)
#242028
(36,32,40)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #B4B0C1

#B4B0C1
(180,176,193)
#BAB7C6
(186,183,198)
#C0BECB
(192,190,203)
#C6C5D0
(198,197,208)
#CCCCD5
(204,204,213)
#D2D3DA
(210,211,218)
#D8DADF
(216,218,223)
#DEE1E4
(222,225,228)
#E4E8E9
(228,232,233)
#EAEFEE
(234,239,238)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B0C1 color. Also use rgb(180,176,193) instead hex code.

Text Font Color

.myTextColor { color: #B4B0C1; }

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

This text font color is #B4B0C1.


Background Color

.myBgColor { background-color: #B4B0C1; }

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

This div background color is #B4B0C1.


Border color

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

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

This div border color is #B4B0C1.


Opacity

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

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

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

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

This text has shadow with #B4B0C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B0C1 on black background.


Color preview on white background

This text has color #B4B0C1 on white background.



Black color preview on #B4B0C1 background

This text has black color on #B4B0C1 background.


White color preview on #B4B0C1 background

This text has white color on #B4B0C1 background.