HEX: #B4EDCE
RGB: (180,237,206)
#B4EDCE contains red, green and blue colors in about the same proportion. Web safe color of #B4EDCE is #CCFFCC (or #CFC).
#B4EDCE color RGB value is (180,237,206).
RGB: (180,237,206)
(71%, 93%, 81%)
R 180 of 255 = 71%
G 237 of 255 = 93%
B 206 of 255 = 81%
R + G + B ~ 82%. #B4EDCE is quite light color.
R + G + B = 180 + 237 + 206 = 623 (100%)
R 180 of 623 ~ 28.89%
G 237 of 623 ~ 38.04%
B 206 of 623 ~ 33.07'%
#B4EDCE color CMYK value is (24,0,13,7).
CMYK: (24,0,13,7)
C24M0Y13K7 (24%, 0%, 13%, 7%)
(0.24 / 0.00 / 0.13 / 0.07)
Color #B4EDCE in popluar color models
B4 | ED | CE | |
---|---|---|---|
RGB | 180 | 237 | 206 |
HSL | 147° | 61.29% | 81.76% |
HSB/HSV | 147° | 24.05% | 92.94% |
CMYK | 24.05% | 0.00% | 13.08% |
7.06% |
Color #B4EDCE in popluar number systems.
HEX | B4 | ED | CE |
Decimal | 180 | 237 | 206 |
Binary | 10110100 | 11101101 | 11001110 |
Octal | 264 | 355 | 316 |
Shades of #B4EDCE
Tints of #B4EDCE
Examples of css and html codes for elements with #B4EDCE color. Also use rgb(180,237,206) instead hex code.
.myTextColor { color: #B4EDCE; }
<p style="color:#B4EDCE">This sample text font color is #B4EDCE.</p>
This text font color is #B4EDCE.
.myBgColor { background-color: #B4EDCE; }
<div style="background-color:#B4EDCE">Inner text</div>
This div background color is #B4EDCE.
.myBorderColor { border: 1px solid #B4EDCE; }
<div style="border:3px solid #B4EDCE">Div</div>
This div border color is #B4EDCE.
.myOpacity80 { color: #B4EDCE; opacity: 0.8; }
<p style="color:#B4EDCE;opacity:0.8;">80%</p>
Text with #B4EDCE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4EDCE;}
<p style="text-shadow: 3px 3px 1px #B4EDCE">Text here.</p>
This text has shadow with #B4EDCE color.
.textShadow {text-shadow: 3px 3px 1px #B4EDCE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4EDCE, 5px 5px 20px red">Text here.</p>
This text has shadow with #B4EDCE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4EDCE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4EDCE, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4EDCE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4EDCE;
-webkit-box-shadow: 1px 1px 3px 2px #B4EDCE;
box-shadow: 1px 1px 3px 2px #B4EDCE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4EDCE; -webkit-box-shadow: 1px 1px 3px 2px #B4EDCE; box-shadow:1px 1px 3px 2px #B4EDCE;">
Div content here
</div>
This text has color #B4EDCE on black background.
This text has color #B4EDCE on white background.
This text has black color on #B4EDCE background.
This text has white color on #B4EDCE background.
Complementary color for #hex is #4B1231.