COLOR #F0DFCD

HEX: #F0DFCD
RGB: (240,223,205)

Color info

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

RGB color model

#F0DFCD color RGB value is (240,223,205).

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

RGB channels and saturation

R 240 of 255 = 94%
G 223 of 255 = 87%
B 205 of 255 = 80%

240
223
205

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

Portions of RGB colors in percentages

R + G + B =
240 + 223 + 205 = 668 (100%)
R 240 of 668 ~ 35.93%
G 223 of 668 ~ 33.38%
B 205 of 668 ~ 30.69%

%35.93
%33.38
%30.69

CMYK color model

#F0DFCD color CMYK value is (0,7,15,6).

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 14.58%
  • key color value is 5.88%
CMYK:
(0,7,15,6)
C0M7Y15K6 
(0%,7%,15%,6%)
(0.00/0.07/0.15/0.06)	

CMYK percentages

%0
%7.08
%14.58
%5.88

Codes

Color #F0DFCD in popluar color models

F0DFCD
RGB240223205
HSL31°53.85%87.25%
HSB/HSV31°14.58%94.12%
CMYK0.00%7.08%14.58%
5.88%

Color #F0DFCD in popluar number systems.

HEXF0DFCD
Decimal240223205
Binary111100001101111111001101
Octal360337315

Shades and tints

Shades of #F0DFCD

#F0DFCD
(240,223,205)
#DBCBBB
(219,203,187)
#C6B7A9
(198,183,169)
#B1A397
(177,163,151)
#9C8F85
(156,143,133)
#877B73
(135,123,115)
#726761
(114,103,97)
#5D534F
(93,83,79)
#483F3D
(72,63,61)
#332B2B
(51,43,43)
#1E1719
(30,23,25)
#000000
(0,0,0)

Tints of #F0DFCD

#F0DFCD
(240,223,205)
#F1E1D1
(241,225,209)
#F2E3D5
(242,227,213)
#F3E5D9
(243,229,217)
#F4E7DD
(244,231,221)
#F5E9E1
(245,233,225)
#F6EBE5
(246,235,229)
#F7EDE9
(247,237,233)
#F8EFED
(248,239,237)
#F9F1F1
(249,241,241)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DFCD; }

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

This text font color is #F0DFCD.


Background Color

.myBgColor { background-color: #F0DFCD; }

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

This div background color is #F0DFCD.


Border color

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

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

This div border color is #F0DFCD.


Opacity

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

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

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

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

This text has shadow with #F0DFCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DFCD on black background.


Color preview on white background

This text has color #F0DFCD on white background.



Black color preview on #F0DFCD background

This text has black color on #F0DFCD background.


White color preview on #F0DFCD background

This text has white color on #F0DFCD background.