COLOR #F0F7DF

HEX: #F0F7DF
RGB: (240,247,223)

Color info

#F0F7DF contains red, green and blue colors in about the same proportion. Web safe color of #F0F7DF is #FFFFCC (or #FFC).

RGB color model

#F0F7DF color RGB value is (240,247,223).

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

RGB channels and saturation

R 240 of 255 = 94%
G 247 of 255 = 97%
B 223 of 255 = 87%

240
247
223

R + G + B ~ 93%. #F0F7DF is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 247 + 223 = 710 (100%)
R 240 of 710 ~ 33.8%
G 247 of 710 ~ 34.79%
B 223 of 710 ~ 31.41%

%33.8
%34.79
%31.41

CMYK color model

#F0F7DF color CMYK value is (3,0,10,3).

  • cyan value is 2.83%
  • magenta value is 0.00%
  • yellow value is 9.72%
  • key color value is 3.14%
CMYK:
(3,0,10,3)
C3M0Y10K3 
(3%,0%,10%,3%)
(0.03/0.00/0.10/0.03)	

CMYK percentages

%2.83
%0
%9.72
%3.14

Codes

Color #F0F7DF in popluar color models

F0F7DF
RGB240247223
HSL78°60.00%92.16%
HSB/HSV78°9.72%96.86%
CMYK2.83%0.00%9.72%
3.14%

Color #F0F7DF in popluar number systems.

HEXF0F7DF
Decimal240247223
Binary111100001111011111011111
Octal360367337

Shades and tints

Shades of #F0F7DF

#F0F7DF
(240,247,223)
#DBE1CB
(219,225,203)
#C6CBB7
(198,203,183)
#B1B5A3
(177,181,163)
#9C9F8F
(156,159,143)
#87897B
(135,137,123)
#727367
(114,115,103)
#5D5D53
(93,93,83)
#48473F
(72,71,63)
#33312B
(51,49,43)
#1E1B17
(30,27,23)
#000000
(0,0,0)

Tints of #F0F7DF

#F0F7DF
(240,247,223)
#F1F7E1
(241,247,225)
#F2F7E3
(242,247,227)
#F3F7E5
(243,247,229)
#F4F7E7
(244,247,231)
#F5F7E9
(245,247,233)
#F6F7EB
(246,247,235)
#F7F7ED
(247,247,237)
#F8F7EF
(248,247,239)
#F9F7F1
(249,247,241)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0F7DF; }

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

This text font color is #F0F7DF.


Background Color

.myBgColor { background-color: #F0F7DF; }

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

This div background color is #F0F7DF.


Border color

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

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

This div border color is #F0F7DF.


Opacity

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

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

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

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

This text has shadow with #F0F7DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F7DF on black background.


Color preview on white background

This text has color #F0F7DF on white background.



Black color preview on #F0F7DF background

This text has black color on #F0F7DF background.


White color preview on #F0F7DF background

This text has white color on #F0F7DF background.