COLOR #F1F7EF

HEX: #F1F7EF RGB: (241,247,239)

Color info

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

RGB color model

#F1F7EF color RGB value is (241,247,239).

RGB: (241,247,239) (95%, 97%, 94%)

RGB channels and saturation

R 241 of 255 = 95%
G 247 of 255 = 97%
B 239 of 255 = 94%

241
247
239

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

Portions of RGB colors in percentages

R + G + B = 241 + 247 + 239 = 727 (100%)
R 241 of 727 ~ 33.15%
G 247 of 727 ~ 33.98%
B 239 of 727 ~ 32.87'%

%33.15
%33.98
%32.87

CMYK color model

#F1F7EF color CMYK value is (2,0,3,3).

  • cyan value is 2.43%
  • magenta value is 0.00%
  • yellow value is 3.24%
  • key color value is 3.14%

CMYK: (2,0,3,3)
C2M0Y3K3 (2%, 0%, 3%, 3%)
(0.02 / 0.00 / 0.03 / 0.03)

CMYK percentages

%2.43
%0
%3.24
%3.14

Codes

Color #F1F7EF in popluar color models

F1 F7 EF
RGB 241 247 239
HSL 105° 33.33% 95.29%
HSB/HSV 105° 3.24% 96.86%
CMYK 2.43% 0.00% 3.24%
3.14%

Color #F1F7EF in popluar number systems.

HEX F1 F7 EF
Decimal 241 247 239
Binary 11110001 11110111 11101111
Octal 361 367 357

Shades and tints

Shades of #F1F7EF

#F1F7EF
(241,247,239)
#DCE1DA
(220,225,218)
#C7CBC5
(199,203,197)
#B2B5B0
(178,181,176)
#9D9F9B
(157,159,155)
#888986
(136,137,134)
#737371
(115,115,113)
#5E5D5C
(94,93,92)
#494747
(73,71,71)
#343132
(52,49,50)
#1F1B1D
(31,27,29)
#000000
(0,0,0)

Tints of #F1F7EF

#F1F7EF
(241,247,239)
#F2F7F0
(242,247,240)
#F3F7F1
(243,247,241)
#F4F7F2
(244,247,242)
#F5F7F3
(245,247,243)
#F6F7F4
(246,247,244)
#F7F7F5
(247,247,245)
#F8F7F6
(248,247,246)
#F9F7F7
(249,247,247)
#FAF7F8
(250,247,248)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1F7EF color. Also use rgb(241,247,239) instead hex code.

Text Font Color

.myTextColor { color: #F1F7EF; }

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

This text font color is #F1F7EF.

Background Color

.myBgColor { background-color: #F1F7EF; }

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

This div background color is #F1F7EF.

Border color

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

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

This div border color is #F1F7EF.

Opacity

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

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

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

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

This text has shadow with #F1F7EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1F7EF.

Preview

Color preview on black background

This text has color #F1F7EF on black background.


Color preview on white background

This text has color #F1F7EF on white background.


Black color preview on #F1F7EF background

This text has black color on #F1F7EF background.


White color preview on #F1F7EF background

This text has white color on #F1F7EF background.


Related colors

Complementary color

Complementary color for #hex is #0E0810.


I love getcolorcode.com

Triadic colors

1 #EFF1F7 and #F7EFF1 with #F1F7EF are triadic colors.

2 #EFF7F1 and #F7F1EF with #F1F7EF are triadic colors.