HEX: #B5D8DA
RGB: (181,216,218)
#B5D8DA contains red, green and blue colors in about the same proportion. Web safe color of #B5D8DA is #CCCCCC (or #CCC).
#B5D8DA color RGB value is (181,216,218).
RGB: (181,216,218)
(71%, 85%, 85%)
R 181 of 255 = 71%
G 216 of 255 = 85%
B 218 of 255 = 85%
R + G + B ~ 80%. #B5D8DA is quite light color.
R + G + B = 181 + 216 + 218 = 615 (100%)
R 181 of 615 ~ 29.43%
G 216 of 615 ~ 35.12%
B 218 of 615 ~ 35.45'%
#B5D8DA color CMYK value is (17,1,0,15).
CMYK: (17,1,0,15) C17M1Y0K15 (17%,1%,0%,15%) (0.17/0.01/0.00/0.15)
Color #B5D8DA in popluar color models
B5 | D8 | DA | |
---|---|---|---|
RGB | 181 | 216 | 218 |
HSL | 183° | 33.33% | 78.24% |
HSB/HSV | 183° | 16.97% | 85.49% |
CMYK | 16.97% | 0.92% | 0.00% |
14.51% |
Color #B5D8DA in popluar number systems.
HEX | B5 | D8 | DA |
Decimal | 181 | 216 | 218 |
Binary | 10110101 | 11011000 | 11011010 |
Octal | 265 | 330 | 332 |
Shades of #B5D8DA
Tints of #B5D8DA
Examples of css and html codes for elements with #B5D8DA color. Also use rgb(181,216,218) instead hex code.
.myTextColor { color: #B5D8DA; }
<p style="color:#B5D8DA">This sample text font color is #B5D8DA.</p>
This text font color is #B5D8DA.
.myBgColor { background-color: #B5D8DA; }
<div style="background-color:#B5D8DA">Inner text</div>
This div background color is #B5D8DA.
.myBorderColor { border: 1px solid #B5D8DA; }
<div style="border:3px solid #B5D8DA">Div</div>
This div border color is #B5D8DA.
.myOpacity80 { color: #B5D8DA; opacity: 0.8; }
<p style="color:#B5D8DA;opacity:0.8;">80%</p>
Text with #B5D8DA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5D8DA;}
<p style="text-shadow: 3px 3px 1px #B5D8DA">Text here.</p>
This text has shadow with #B5D8DA color.
.textShadow {text-shadow: 3px 3px 1px #B5D8DA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5D8DA, 5px 5px 20px red">Text here.</p>
This text has shadow with #B5D8DA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5D8DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5D8DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5D8DA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5D8DA;
-webkit-box-shadow: 1px 1px 3px 2px #B5D8DA;
box-shadow: 1px 1px 3px 2px #B5D8DA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5D8DA; -webkit-box-shadow: 1px 1px 3px 2px #B5D8DA; box-shadow:1px 1px 3px 2px #B5D8DA;">
Div content here
</div>
This text has color #B5D8DA on black background.
This text has color #B5D8DA on white background.
This text has black color on #B5D8DA background.
This text has white color on #B5D8DA background.
Complementary color for #hex is #4A2725.