COLOR #F0DBCF

HEX: #F0DBCF
RGB: (240,219,207)

Color info

#F0DBCF contains red, green and blue colors in about the same proportion. Web safe color of #F0DBCF is #FFCCCC (or #FCC).

RGB color model

#F0DBCF color RGB value is (240,219,207).

  • red value is 240;
  • green value is 219;
  • blue value is 207.
RGB:
(240,219,207)
(94%,86%,81%)

RGB channels and saturation

R 240 of 255 = 94%
G 219 of 255 = 86%
B 207 of 255 = 81%

240
219
207

R + G + B ~ 87%. #F0DBCF is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 219 + 207 = 666 (100%)
R 240 of 666 ~ 36.04%
G 219 of 666 ~ 32.88%
B 207 of 666 ~ 31.08%

%36.04
%32.88
%31.08

CMYK color model

#F0DBCF color CMYK value is (0,9,14,6).

  • cyan value is 0.00%
  • magenta value is 8.75%
  • yellow value is 13.75%
  • key color value is 5.88%
CMYK:
(0,9,14,6)
C0M9Y14K6 
(0%,9%,14%,6%)
(0.00/0.09/0.14/0.06)	

CMYK percentages

%0
%8.75
%13.75
%5.88

Codes

Color #F0DBCF in popluar color models

F0DBCF
RGB240219207
HSL22°52.38%87.65%
HSB/HSV22°13.75%94.12%
CMYK0.00%8.75%13.75%
5.88%

Color #F0DBCF in popluar number systems.

HEXF0DBCF
Decimal240219207
Binary111100001101101111001111
Octal360333317

Shades and tints

Shades of #F0DBCF

#F0DBCF
(240,219,207)
#DBC8BD
(219,200,189)
#C6B5AB
(198,181,171)
#B1A299
(177,162,153)
#9C8F87
(156,143,135)
#877C75
(135,124,117)
#726963
(114,105,99)
#5D5651
(93,86,81)
#48433F
(72,67,63)
#33302D
(51,48,45)
#1E1D1B
(30,29,27)
#000000
(0,0,0)

Tints of #F0DBCF

#F0DBCF
(240,219,207)
#F1DED3
(241,222,211)
#F2E1D7
(242,225,215)
#F3E4DB
(243,228,219)
#F4E7DF
(244,231,223)
#F5EAE3
(245,234,227)
#F6EDE7
(246,237,231)
#F7F0EB
(247,240,235)
#F8F3EF
(248,243,239)
#F9F6F3
(249,246,243)
#FAF9F7
(250,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0DBCF color. Also use rgb(240,219,207) instead hex code.

Text Font Color

.myTextColor { color: #F0DBCF; }

<p style="color:#F0DBCF">This sample text font color is #F0DBCF.</p>

This text font color is #F0DBCF.


Background Color

.myBgColor { background-color: #F0DBCF; }

<div style="background-color:#F0DBCF">Inner text</div>

This div background color is #F0DBCF.


Border color

.myBorderColor { border: 1px solid #F0DBCF; }

<div style="border:3px solid #F0DBCF">Div</div>

This div border color is #F0DBCF.


Opacity

.myOpacity80 { color: #F0DBCF; opacity: 0.8; }

<p style="color:#F0DBCF;opacity:0.8;">80%</p>

Text with #F0DBCF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F0DBCF;}

<p style="text-shadow: 3px 3px 1px #F0DBCF">Text here.</p>

This text has shadow with #F0DBCF color.

.textShadow {text-shadow: 3px 3px 1px #F0DBCF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F0DBCF, 5px 5px 20px red">Text here.</p>

This text has shadow with #F0DBCF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0DBCF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F0DBCF, Direction=45, Strength=4)">Text</p>

This text has shadow with #F0DBCF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F0DBCF;
  -webkit-box-shadow:	1px 1px 3px 2px #F0DBCF;
  box-shadow:		1px 1px 3px 2px #F0DBCF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0DBCF;
-webkit-box-shadow: 1px 1px 3px 2px #F0DBCF;
box-shadow:1px 1px 3px 2px #F0DBCF;">
Div content here</div>
This div box has shadow with color #F0DBCF.

Preview

Color preview on black background

This text has color #F0DBCF on black background.


Color preview on white background

This text has color #F0DBCF on white background.



Black color preview on #F0DBCF background

This text has black color on #F0DBCF background.


White color preview on #F0DBCF background

This text has white color on #F0DBCF background.