HEX: #B5E0BC
RGB: (181,224,188)
#B5E0BC contains red, green and blue colors in about the same proportion. Web safe color of #B5E0BC is #CCCCCC (or #CCC).
#B5E0BC color RGB value is (181,224,188).
RGB: (181,224,188)
(71%, 88%, 74%)
R 181 of 255 = 71%
G 224 of 255 = 88%
B 188 of 255 = 74%
R + G + B ~ 78%. #B5E0BC is quite light color.
R + G + B = 181 + 224 + 188 = 593 (100%)
R 181 of 593 ~ 30.52%
G 224 of 593 ~ 37.77%
B 188 of 593 ~ 31.7'%
#B5E0BC color CMYK value is (19,0,16,12).
CMYK: (19,0,16,12) C19M0Y16K12 (19%,0%,16%,12%) (0.19/0.00/0.16/0.12)
Color #B5E0BC in popluar color models
B5 | E0 | BC | |
---|---|---|---|
RGB | 181 | 224 | 188 |
HSL | 130° | 40.95% | 79.41% |
HSB/HSV | 130° | 19.20% | 87.84% |
CMYK | 19.20% | 0.00% | 16.07% |
12.16% |
Color #B5E0BC in popluar number systems.
HEX | B5 | E0 | BC |
Decimal | 181 | 224 | 188 |
Binary | 10110101 | 11100000 | 10111100 |
Octal | 265 | 340 | 274 |
Shades of #B5E0BC
Tints of #B5E0BC
Examples of css and html codes for elements with #B5E0BC color. Also use rgb(181,224,188) instead hex code.
.myTextColor { color: #B5E0BC; }
<p style="color:#B5E0BC">This sample text font color is #B5E0BC.</p>
This text font color is #B5E0BC.
.myBgColor { background-color: #B5E0BC; }
<div style="background-color:#B5E0BC">Inner text</div>
This div background color is #B5E0BC.
.myBorderColor { border: 1px solid #B5E0BC; }
<div style="border:3px solid #B5E0BC">Div</div>
This div border color is #B5E0BC.
.myOpacity80 { color: #B5E0BC; opacity: 0.8; }
<p style="color:#B5E0BC;opacity:0.8;">80%</p>
Text with #B5E0BC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5E0BC;}
<p style="text-shadow: 3px 3px 1px #B5E0BC">Text here.</p>
This text has shadow with #B5E0BC color.
.textShadow {text-shadow: 3px 3px 1px #B5E0BC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5E0BC, 5px 5px 20px red">Text here.</p>
This text has shadow with #B5E0BC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5E0BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5E0BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5E0BC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5E0BC;
-webkit-box-shadow: 1px 1px 3px 2px #B5E0BC;
box-shadow: 1px 1px 3px 2px #B5E0BC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5E0BC; -webkit-box-shadow: 1px 1px 3px 2px #B5E0BC; box-shadow:1px 1px 3px 2px #B5E0BC;">
Div content here
</div>
This text has color #B5E0BC on black background.
This text has color #B5E0BC on white background.
This text has black color on #B5E0BC background.
This text has white color on #B5E0BC background.
Complementary color for #hex is #4A1F43.