HEX: #97B5DB
RGB: (151,181,219)
#97B5DB contains mainly green and blue colors. Web safe color of #97B5DB is #99CCCC (or #9CC).
#97B5DB color RGB value is (151,181,219).
RGB: (151,181,219)
(59%, 71%, 86%)
R 151 of 255 = 59%
G 181 of 255 = 71%
B 219 of 255 = 86%
R + G + B ~ 72%. #97B5DB is quite light color.
R + G + B = 151 + 181 + 219 = 551 (100%)
R 151 of 551 ~ 27.4%
G 181 of 551 ~ 32.85%
B 219 of 551 ~ 39.75'%
#97B5DB color CMYK value is (31,17,0,14).
CMYK: (31,17,0,14)
C31M17Y0K14 (31%, 17%, 0%, 14%)
(0.31 / 0.17 / 0.00 / 0.14)
Color #97B5DB in popluar color models
97 | B5 | DB | |
---|---|---|---|
RGB | 151 | 181 | 219 |
HSL | 214° | 48.57% | 72.55% |
HSB/HSV | 214° | 31.05% | 85.88% |
CMYK | 31.05% | 17.35% | 0.00% |
14.12% |
Color #97B5DB in popluar number systems.
HEX | 97 | B5 | DB |
Decimal | 151 | 181 | 219 |
Binary | 10010111 | 10110101 | 11011011 |
Octal | 227 | 265 | 333 |
Shades of #97B5DB
Tints of #97B5DB
Examples of css and html codes for elements with #97B5DB color. Also use rgb(151,181,219) instead hex code.
.myTextColor { color: #97B5DB; }
<p style="color:#97B5DB">This sample text font color is #97B5DB.</p>
This text font color is #97B5DB.
.myBgColor { background-color: #97B5DB; }
<div style="background-color:#97B5DB">Inner text</div>
This div background color is #97B5DB.
.myBorderColor { border: 1px solid #97B5DB; }
<div style="border:3px solid #97B5DB">Div</div>
This div border color is #97B5DB.
.myOpacity80 { color: #97B5DB; opacity: 0.8; }
<p style="color:#97B5DB;opacity:0.8;">80%</p>
Text with #97B5DB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #97B5DB;}
<p style="text-shadow: 3px 3px 1px #97B5DB">Text here.</p>
This text has shadow with #97B5DB color.
.textShadow {text-shadow: 3px 3px 1px #97B5DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #97B5DB, 5px 5px 20px red">Text here.</p>
This text has shadow with #97B5DB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#97B5DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#97B5DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #97B5DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #97B5DB;
-webkit-box-shadow: 1px 1px 3px 2px #97B5DB;
box-shadow: 1px 1px 3px 2px #97B5DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #97B5DB; -webkit-box-shadow: 1px 1px 3px 2px #97B5DB; box-shadow:1px 1px 3px 2px #97B5DB;">
Div content here
</div>
This text has color #97B5DB on black background.
This text has color #97B5DB on white background.
This text has black color on #97B5DB background.
This text has white color on #97B5DB background.
Complementary color for #hex is #684A24.