HEX: #B4C1DC
RGB: (180,193,220)
#B4C1DC contains red, green and blue colors in about the same proportion. Web safe color of #B4C1DC is #CCCCCC (or #CCC).
#B4C1DC color RGB value is (180,193,220).
RGB: (180,193,220)
(71%, 76%, 86%)
R 180 of 255 = 71%
G 193 of 255 = 76%
B 220 of 255 = 86%
R + G + B ~ 78%. #B4C1DC is quite light color.
R + G + B = 180 + 193 + 220 = 593 (100%)
R 180 of 593 ~ 30.35%
G 193 of 593 ~ 32.55%
B 220 of 593 ~ 37.1'%
#B4C1DC color CMYK value is (18,12,0,14).
CMYK: (18,12,0,14) C18M12Y0K14 (18%,12%,0%,14%) (0.18/0.12/0.00/0.14)
Color #B4C1DC in popluar color models
B4 | C1 | DC | |
---|---|---|---|
RGB | 180 | 193 | 220 |
HSL | 221° | 36.36% | 78.43% |
HSB/HSV | 221° | 18.18% | 86.27% |
CMYK | 18.18% | 12.27% | 0.00% |
13.73% |
Color #B4C1DC in popluar number systems.
HEX | B4 | C1 | DC |
Decimal | 180 | 193 | 220 |
Binary | 10110100 | 11000001 | 11011100 |
Octal | 264 | 301 | 334 |
Shades of #B4C1DC
Tints of #B4C1DC
Examples of css and html codes for elements with #B4C1DC color. Also use rgb(180,193,220) instead hex code.
.myTextColor { color: #B4C1DC; }
<p style="color:#B4C1DC">This sample text font color is #B4C1DC.</p>
This text font color is #B4C1DC.
.myBgColor { background-color: #B4C1DC; }
<div style="background-color:#B4C1DC">Inner text</div>
This div background color is #B4C1DC.
.myBorderColor { border: 1px solid #B4C1DC; }
<div style="border:3px solid #B4C1DC">Div</div>
This div border color is #B4C1DC.
.myOpacity80 { color: #B4C1DC; opacity: 0.8; }
<p style="color:#B4C1DC;opacity:0.8;">80%</p>
Text with #B4C1DC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4C1DC;}
<p style="text-shadow: 3px 3px 1px #B4C1DC">Text here.</p>
This text has shadow with #B4C1DC color.
.textShadow {text-shadow: 3px 3px 1px #B4C1DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4C1DC, 5px 5px 20px red">Text here.</p>
This text has shadow with #B4C1DC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4C1DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4C1DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4C1DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4C1DC;
-webkit-box-shadow: 1px 1px 3px 2px #B4C1DC;
box-shadow: 1px 1px 3px 2px #B4C1DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4C1DC; -webkit-box-shadow: 1px 1px 3px 2px #B4C1DC; box-shadow:1px 1px 3px 2px #B4C1DC;">
Div content here
</div>
This text has color #B4C1DC on black background.
This text has color #B4C1DC on white background.
This text has black color on #B4C1DC background.
This text has white color on #B4C1DC background.
Complementary color for #hex is #4B3E23.