HEX: #F5DBC7
RGB: (245,219,199)
#F5DBC7 contains red, green and blue colors in about the same proportion. Web safe color of #F5DBC7 is #FFCCCC (or #FCC).
#F5DBC7 color RGB value is (245,219,199).
RGB: (245,219,199)
(96%, 86%, 78%)
R 245 of 255 = 96%
G 219 of 255 = 86%
B 199 of 255 = 78%
R + G + B ~ 87%. #F5DBC7 is light color.
R + G + B = 245 + 219 + 199 = 663 (100%)
R 245 of 663 ~ 36.95%
G 219 of 663 ~ 33.03%
B 199 of 663 ~ 30.02'%
#F5DBC7 color CMYK value is (0,11,19,4).
CMYK: (0,11,19,4)
C0M11Y19K4 (0%, 11%, 19%, 4%)
(0.00 / 0.11 / 0.19 / 0.04)
Color #F5DBC7 in popluar color models
F5 | DB | C7 | |
---|---|---|---|
RGB | 245 | 219 | 199 |
HSL | 26° | 69.70% | 87.06% |
HSB/HSV | 26° | 18.78% | 96.08% |
CMYK | 0.00% | 10.61% | 18.78% |
3.92% |
Color #F5DBC7 in popluar number systems.
HEX | F5 | DB | C7 |
Decimal | 245 | 219 | 199 |
Binary | 11110101 | 11011011 | 11000111 |
Octal | 365 | 333 | 307 |
Shades of #F5DBC7
Tints of #F5DBC7
Examples of css and html codes for elements with #F5DBC7 color. Also use rgb(245,219,199) instead hex code.
.myTextColor { color: #F5DBC7; }
<p style="color:#F5DBC7">This sample text font color is #F5DBC7.</p>
This text font color is #F5DBC7.
.myBgColor { background-color: #F5DBC7; }
<div style="background-color:#F5DBC7">Inner text</div>
This div background color is #F5DBC7.
.myBorderColor { border: 1px solid #F5DBC7; }
<div style="border:3px solid #F5DBC7">Div</div>
This div border color is #F5DBC7.
.myOpacity80 { color: #F5DBC7; opacity: 0.8; }
<p style="color:#F5DBC7;opacity:0.8;">80%</p>
Text with #F5DBC7 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5DBC7;}
<p style="text-shadow: 3px 3px 1px #F5DBC7">Text here.</p>
This text has shadow with #F5DBC7 color.
.textShadow {text-shadow: 3px 3px 1px #F5DBC7', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5DBC7, 5px 5px 20px red">Text here.</p>
This text has shadow with #F5DBC7 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5DBC7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5DBC7, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5DBC7 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5DBC7;
-webkit-box-shadow: 1px 1px 3px 2px #F5DBC7;
box-shadow: 1px 1px 3px 2px #F5DBC7;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5DBC7; -webkit-box-shadow: 1px 1px 3px 2px #F5DBC7; box-shadow:1px 1px 3px 2px #F5DBC7;">
Div content here
</div>
This text has color #F5DBC7 on black background.
This text has color #F5DBC7 on white background.
This text has black color on #F5DBC7 background.
This text has white color on #F5DBC7 background.
Complementary color for #hex is #0A2438.