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