COLOR #F0ECF7

HEX: #F0ECF7
RGB: (240,236,247)

Color info

#F0ECF7 contains red, green and blue colors in about the same proportion. Web safe color of #F0ECF7 is #FFFFFF (or #FFF).

RGB color model

#F0ECF7 color RGB value is (240,236,247).

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

RGB channels and saturation

R 240 of 255 = 94%
G 236 of 255 = 93%
B 247 of 255 = 97%

240
236
247

R + G + B ~ 95%. #F0ECF7 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 236 + 247 = 723 (100%)
R 240 of 723 ~ 33.2%
G 236 of 723 ~ 32.64%
B 247 of 723 ~ 34.16%

%33.2
%32.64
%34.16

CMYK color model

#F0ECF7 color CMYK value is (3,4,0,3).

  • cyan value is 2.83%
  • magenta value is 4.45%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(3,4,0,3)
C3M4Y0K3 
(3%,4%,0%,3%)
(0.03/0.04/0.00/0.03)	

CMYK percentages

%2.83
%4.45
%0
%3.14

Codes

Color #F0ECF7 in popluar color models

F0ECF7
RGB240236247
HSL262°40.74%94.71%
HSB/HSV262°4.45%96.86%
CMYK2.83%4.45%0.00%
3.14%

Color #F0ECF7 in popluar number systems.

HEXF0ECF7
Decimal240236247
Binary111100001110110011110111
Octal360354367

Shades and tints

Shades of #F0ECF7

#F0ECF7
(240,236,247)
#DBD7E1
(219,215,225)
#C6C2CB
(198,194,203)
#B1ADB5
(177,173,181)
#9C989F
(156,152,159)
#878389
(135,131,137)
#726E73
(114,110,115)
#5D595D
(93,89,93)
#484447
(72,68,71)
#332F31
(51,47,49)
#1E1A1B
(30,26,27)
#000000
(0,0,0)

Tints of #F0ECF7

#F0ECF7
(240,236,247)
#F1EDF7
(241,237,247)
#F2EEF7
(242,238,247)
#F3EFF7
(243,239,247)
#F4F0F7
(244,240,247)
#F5F1F7
(245,241,247)
#F6F2F7
(246,242,247)
#F7F3F7
(247,243,247)
#F8F4F7
(248,244,247)
#F9F5F7
(249,245,247)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0ECF7; }

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

This text font color is #F0ECF7.


Background Color

.myBgColor { background-color: #F0ECF7; }

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

This div background color is #F0ECF7.


Border color

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

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

This div border color is #F0ECF7.


Opacity

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

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

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

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

This text has shadow with #F0ECF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0ECF7 on black background.


Color preview on white background

This text has color #F0ECF7 on white background.



Black color preview on #F0ECF7 background

This text has black color on #F0ECF7 background.


White color preview on #F0ECF7 background

This text has white color on #F0ECF7 background.