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