HEX: #B5EEDD
RGB: (181,238,221)
#B5EEDD contains red, green and blue colors in about the same proportion. Web safe color of #B5EEDD is #CCFFCC (or #CFC).
#B5EEDD color RGB value is (181,238,221).
RGB: (181,238,221)
(71%, 93%, 87%)
R 181 of 255 = 71%
G 238 of 255 = 93%
B 221 of 255 = 87%
R + G + B ~ 84%. #B5EEDD is quite light color.
R + G + B = 181 + 238 + 221 = 640 (100%)
R 181 of 640 ~ 28.28%
G 238 of 640 ~ 37.19%
B 221 of 640 ~ 34.53'%
#B5EEDD color CMYK value is (24,0,7,7).
CMYK: (24,0,7,7) C24M0Y7K7 (24%,0%,7%,7%) (0.24/0.00/0.07/0.07)
Color #B5EEDD in popluar color models
B5 | EE | DD | |
---|---|---|---|
RGB | 181 | 238 | 221 |
HSL | 162° | 62.64% | 82.16% |
HSB/HSV | 162° | 23.95% | 93.33% |
CMYK | 23.95% | 0.00% | 7.14% |
6.67% |
Color #B5EEDD in popluar number systems.
HEX | B5 | EE | DD |
Decimal | 181 | 238 | 221 |
Binary | 10110101 | 11101110 | 11011101 |
Octal | 265 | 356 | 335 |
Shades of #B5EEDD
Tints of #B5EEDD
Examples of css and html codes for elements with #B5EEDD color. Also use rgb(181,238,221) instead hex code.
.myTextColor { color: #B5EEDD; }
<p style="color:#B5EEDD">This sample text font color is #B5EEDD.</p>
This text font color is #B5EEDD.
.myBgColor { background-color: #B5EEDD; }
<div style="background-color:#B5EEDD">Inner text</div>
This div background color is #B5EEDD.
.myBorderColor { border: 1px solid #B5EEDD; }
<div style="border:3px solid #B5EEDD">Div</div>
This div border color is #B5EEDD.
.myOpacity80 { color: #B5EEDD; opacity: 0.8; }
<p style="color:#B5EEDD;opacity:0.8;">80%</p>
Text with #B5EEDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5EEDD;}
<p style="text-shadow: 3px 3px 1px #B5EEDD">Text here.</p>
This text has shadow with #B5EEDD color.
.textShadow {text-shadow: 3px 3px 1px #B5EEDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5EEDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #B5EEDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5EEDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5EEDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5EEDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5EEDD;
-webkit-box-shadow: 1px 1px 3px 2px #B5EEDD;
box-shadow: 1px 1px 3px 2px #B5EEDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5EEDD; -webkit-box-shadow: 1px 1px 3px 2px #B5EEDD; box-shadow:1px 1px 3px 2px #B5EEDD;">
Div content here
</div>
This text has color #B5EEDD on black background.
This text has color #B5EEDD on white background.
This text has black color on #B5EEDD background.
This text has white color on #B5EEDD background.
Complementary color for #hex is #4A1122.