COLOR #F0DFCF

HEX: #F0DFCF
RGB: (240,223,207)

Color info

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

RGB color model

#F0DFCF color RGB value is (240,223,207).

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

RGB channels and saturation

R 240 of 255 = 94%
G 223 of 255 = 87%
B 207 of 255 = 81%

240
223
207

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

Portions of RGB colors in percentages

R + G + B =
240 + 223 + 207 = 670 (100%)
R 240 of 670 ~ 35.82%
G 223 of 670 ~ 33.28%
B 207 of 670 ~ 30.9%

%35.82
%33.28
%30.9

CMYK color model

#F0DFCF color CMYK value is (0,7,14,6).

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 13.75%
  • key color value is 5.88%
CMYK:
(0,7,14,6)
C0M7Y14K6 
(0%,7%,14%,6%)
(0.00/0.07/0.14/0.06)	

CMYK percentages

%0
%7.08
%13.75
%5.88

Codes

Color #F0DFCF in popluar color models

F0DFCF
RGB240223207
HSL29°52.38%87.65%
HSB/HSV29°13.75%94.12%
CMYK0.00%7.08%13.75%
5.88%

Color #F0DFCF in popluar number systems.

HEXF0DFCF
Decimal240223207
Binary111100001101111111001111
Octal360337317

Shades and tints

Shades of #F0DFCF

#F0DFCF
(240,223,207)
#DBCBBD
(219,203,189)
#C6B7AB
(198,183,171)
#B1A399
(177,163,153)
#9C8F87
(156,143,135)
#877B75
(135,123,117)
#726763
(114,103,99)
#5D5351
(93,83,81)
#483F3F
(72,63,63)
#332B2D
(51,43,45)
#1E171B
(30,23,27)
#000000
(0,0,0)

Tints of #F0DFCF

#F0DFCF
(240,223,207)
#F1E1D3
(241,225,211)
#F2E3D7
(242,227,215)
#F3E5DB
(243,229,219)
#F4E7DF
(244,231,223)
#F5E9E3
(245,233,227)
#F6EBE7
(246,235,231)
#F7EDEB
(247,237,235)
#F8EFEF
(248,239,239)
#F9F1F3
(249,241,243)
#FAF3F7
(250,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DFCF; }

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

This text font color is #F0DFCF.


Background Color

.myBgColor { background-color: #F0DFCF; }

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

This div background color is #F0DFCF.


Border color

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

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

This div border color is #F0DFCF.


Opacity

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

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

Text with #F0DFCF 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 #F0DFCF;}

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

This text has shadow with #F0DFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DFCF on black background.


Color preview on white background

This text has color #F0DFCF on white background.



Black color preview on #F0DFCF background

This text has black color on #F0DFCF background.


White color preview on #F0DFCF background

This text has white color on #F0DFCF background.