COLOR #F0E7D6

HEX: #F0E7D6
RGB: (240,231,214)

Color info

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

RGB color model

#F0E7D6 color RGB value is (240,231,214).

  • red value is 240;
  • green value is 231;
  • blue value is 214.
RGB:
(240,231,214)
(94%,91%,84%)

RGB channels and saturation

R 240 of 255 = 94%
G 231 of 255 = 91%
B 214 of 255 = 84%

240
231
214

R + G + B ~ 90%. #F0E7D6 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 231 + 214 = 685 (100%)
R 240 of 685 ~ 35.04%
G 231 of 685 ~ 33.72%
B 214 of 685 ~ 31.24%

%35.04
%33.72
%31.24

CMYK color model

#F0E7D6 color CMYK value is (0,4,11,6).

  • cyan value is 0.00%
  • magenta value is 3.75%
  • yellow value is 10.83%
  • key color value is 5.88%
CMYK:
(0,4,11,6)
C0M4Y11K6 
(0%,4%,11%,6%)
(0.00/0.04/0.11/0.06)	

CMYK percentages

%0
%3.75
%10.83
%5.88

Codes

Color #F0E7D6 in popluar color models

F0E7D6
RGB240231214
HSL39°46.43%89.02%
HSB/HSV39°10.83%94.12%
CMYK0.00%3.75%10.83%
5.88%

Color #F0E7D6 in popluar number systems.

HEXF0E7D6
Decimal240231214
Binary111100001110011111010110
Octal360347326

Shades and tints

Shades of #F0E7D6

#F0E7D6
(240,231,214)
#DBD2C3
(219,210,195)
#C6BDB0
(198,189,176)
#B1A89D
(177,168,157)
#9C938A
(156,147,138)
#877E77
(135,126,119)
#726964
(114,105,100)
#5D5451
(93,84,81)
#483F3E
(72,63,62)
#332A2B
(51,42,43)
#1E1518
(30,21,24)
#000000
(0,0,0)

Tints of #F0E7D6

#F0E7D6
(240,231,214)
#F1E9D9
(241,233,217)
#F2EBDC
(242,235,220)
#F3EDDF
(243,237,223)
#F4EFE2
(244,239,226)
#F5F1E5
(245,241,229)
#F6F3E8
(246,243,232)
#F7F5EB
(247,245,235)
#F8F7EE
(248,247,238)
#F9F9F1
(249,249,241)
#FAFBF4
(250,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E7D6 color. Also use rgb(240,231,214) instead hex code.

Text Font Color

.myTextColor { color: #F0E7D6; }

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

This text font color is #F0E7D6.


Background Color

.myBgColor { background-color: #F0E7D6; }

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

This div background color is #F0E7D6.


Border color

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

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

This div border color is #F0E7D6.


Opacity

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

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

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

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

This text has shadow with #F0E7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E7D6 on black background.


Color preview on white background

This text has color #F0E7D6 on white background.



Black color preview on #F0E7D6 background

This text has black color on #F0E7D6 background.


White color preview on #F0E7D6 background

This text has white color on #F0E7D6 background.