HEX: #B5E5BE
RGB: (181,229,190)
#B5E5BE contains red, green and blue colors in about the same proportion. Web safe color of #B5E5BE is #CCCCCC (or #CCC).
#B5E5BE color RGB value is (181,229,190).
RGB: (181,229,190)
(71%, 90%, 75%)
R 181 of 255 = 71%
G 229 of 255 = 90%
B 190 of 255 = 75%
R + G + B ~ 79%. #B5E5BE is quite light color.
R + G + B = 181 + 229 + 190 = 600 (100%)
R 181 of 600 ~ 30.17%
G 229 of 600 ~ 38.17%
B 190 of 600 ~ 31.67'%
#B5E5BE color CMYK value is (21,0,17,10).
CMYK: (21,0,17,10) C21M0Y17K10 (21%,0%,17%,10%) (0.21/0.00/0.17/0.10)
Color #B5E5BE in popluar color models
B5 | E5 | BE | |
---|---|---|---|
RGB | 181 | 229 | 190 |
HSL | 131° | 48.00% | 80.39% |
HSB/HSV | 131° | 20.96% | 89.80% |
CMYK | 20.96% | 0.00% | 17.03% |
10.20% |
Color #B5E5BE in popluar number systems.
HEX | B5 | E5 | BE |
Decimal | 181 | 229 | 190 |
Binary | 10110101 | 11100101 | 10111110 |
Octal | 265 | 345 | 276 |
Shades of #B5E5BE
Tints of #B5E5BE
Examples of css and html codes for elements with #B5E5BE color. Also use rgb(181,229,190) instead hex code.
.myTextColor { color: #B5E5BE; }
<p style="color:#B5E5BE">This sample text font color is #B5E5BE.</p>
This text font color is #B5E5BE.
.myBgColor { background-color: #B5E5BE; }
<div style="background-color:#B5E5BE">Inner text</div>
This div background color is #B5E5BE.
.myBorderColor { border: 1px solid #B5E5BE; }
<div style="border:3px solid #B5E5BE">Div</div>
This div border color is #B5E5BE.
.myOpacity80 { color: #B5E5BE; opacity: 0.8; }
<p style="color:#B5E5BE;opacity:0.8;">80%</p>
Text with #B5E5BE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5E5BE;}
<p style="text-shadow: 3px 3px 1px #B5E5BE">Text here.</p>
This text has shadow with #B5E5BE color.
.textShadow {text-shadow: 3px 3px 1px #B5E5BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5E5BE, 5px 5px 20px red">Text here.</p>
This text has shadow with #B5E5BE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5E5BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5E5BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5E5BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5E5BE;
-webkit-box-shadow: 1px 1px 3px 2px #B5E5BE;
box-shadow: 1px 1px 3px 2px #B5E5BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5E5BE; -webkit-box-shadow: 1px 1px 3px 2px #B5E5BE; box-shadow:1px 1px 3px 2px #B5E5BE;">
Div content here
</div>
This text has color #B5E5BE on black background.
This text has color #B5E5BE on white background.
This text has black color on #B5E5BE background.
This text has white color on #B5E5BE background.
Complementary color for #hex is #4A1A41.