COLOR #F0F7EC

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

Color info

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

RGB color model

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

RGB: (240,247,236) (94%, 97%, 93%)

RGB channels and saturation

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

240
247
236

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

Portions of RGB colors in percentages

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

%33.2
%34.16
%32.64

CMYK color model

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

  • cyan value is 2.83%
  • magenta value is 0.00%
  • yellow value is 4.45%
  • key color value is 3.14%

CMYK: (3,0,4,3)
C3M0Y4K3 (3%, 0%, 4%, 3%)
(0.03 / 0.00 / 0.04 / 0.03)

CMYK percentages

%2.83
%0
%4.45
%3.14

Codes

Color #F0F7EC in popluar color models

F0 F7 EC
RGB 240 247 236
HSL 98° 40.74% 94.71%
HSB/HSV 98° 4.45% 96.86%
CMYK 2.83% 0.00% 4.45%
3.14%

Color #F0F7EC in popluar number systems.

HEX F0 F7 EC
Decimal 240 247 236
Binary 11110000 11110111 11101100
Octal 360 367 354

Shades and tints

Shades of #F0F7EC

#F0F7EC
(240,247,236)
#DBE1D7
(219,225,215)
#C6CBC2
(198,203,194)
#B1B5AD
(177,181,173)
#9C9F98
(156,159,152)
#878983
(135,137,131)
#72736E
(114,115,110)
#5D5D59
(93,93,89)
#484744
(72,71,68)
#33312F
(51,49,47)
#1E1B1A
(30,27,26)
#000000
(0,0,0)

Tints of #F0F7EC

#F0F7EC
(240,247,236)
#F1F7ED
(241,247,237)
#F2F7EE
(242,247,238)
#F3F7EF
(243,247,239)
#F4F7F0
(244,247,240)
#F5F7F1
(245,247,241)
#F6F7F2
(246,247,242)
#F7F7F3
(247,247,243)
#F8F7F4
(248,247,244)
#F9F7F5
(249,247,245)
#FAF7F6
(250,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0F7EC; }

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

This text font color is #F0F7EC.

Background Color

.myBgColor { background-color: #F0F7EC; }

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

This div background color is #F0F7EC.

Border color

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

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

This div border color is #F0F7EC.

Opacity

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

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

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

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

This text has shadow with #F0F7EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0F7EC.

Preview

Color preview on black background

This text has color #F0F7EC on black background.


Color preview on white background

This text has color #F0F7EC on white background.


Black color preview on #F0F7EC background

This text has black color on #F0F7EC background.


White color preview on #F0F7EC background

This text has white color on #F0F7EC background.


Related colors

Complementary color

Complementary color for #hex is #0F0813.


I love getcolorcode.com

Triadic colors

1 #ECF0F7 and #F7ECF0 with #F0F7EC are triadic colors.

2 #ECF7F0 and #F7F0EC with #F0F7EC are triadic colors.