COLOR #F1F3DF

HEX: #F1F3DF
RGB: (241,243,223)

Color info

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

RGB color model

#F1F3DF color RGB value is (241,243,223).

  • red value is 241;
  • green value is 243;
  • blue value is 223.
RGB:
(241,243,223)
(95%,95%,87%)

RGB channels and saturation

R 241 of 255 = 95%
G 243 of 255 = 95%
B 223 of 255 = 87%

241
243
223

R + G + B ~ 92%. #F1F3DF is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 243 + 223 = 707 (100%)
R 241 of 707 ~ 34.09%
G 243 of 707 ~ 34.37%
B 223 of 707 ~ 31.54%

%34.09
%34.37
%31.54

CMYK color model

#F1F3DF color CMYK value is (1,0,8,5).

  • cyan value is 0.82%
  • magenta value is 0.00%
  • yellow value is 8.23%
  • key color value is 4.71%
CMYK:
(1,0,8,5)
C1M0Y8K5 
(1%,0%,8%,5%)
(0.01/0.00/0.08/0.05)	

CMYK percentages

%0.82
%0
%8.23
%4.71

Codes

Color #F1F3DF in popluar color models

F1F3DF
RGB241243223
HSL66°45.45%91.37%
HSB/HSV66°8.23%95.29%
CMYK0.82%0.00%8.23%
4.71%

Color #F1F3DF in popluar number systems.

HEXF1F3DF
Decimal241243223
Binary111100011111001111011111
Octal361363337

Shades and tints

Shades of #F1F3DF

#F1F3DF
(241,243,223)
#DCDDCB
(220,221,203)
#C7C7B7
(199,199,183)
#B2B1A3
(178,177,163)
#9D9B8F
(157,155,143)
#88857B
(136,133,123)
#736F67
(115,111,103)
#5E5953
(94,89,83)
#49433F
(73,67,63)
#342D2B
(52,45,43)
#1F1717
(31,23,23)
#000000
(0,0,0)

Tints of #F1F3DF

#F1F3DF
(241,243,223)
#F2F4E1
(242,244,225)
#F3F5E3
(243,245,227)
#F4F6E5
(244,246,229)
#F5F7E7
(245,247,231)
#F6F8E9
(246,248,233)
#F7F9EB
(247,249,235)
#F8FAED
(248,250,237)
#F9FBEF
(249,251,239)
#FAFCF1
(250,252,241)
#FBFDF3
(251,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1F3DF color. Also use rgb(241,243,223) instead hex code.

Text Font Color

.myTextColor { color: #F1F3DF; }

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

This text font color is #F1F3DF.


Background Color

.myBgColor { background-color: #F1F3DF; }

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

This div background color is #F1F3DF.


Border color

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

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

This div border color is #F1F3DF.


Opacity

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

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

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

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

This text has shadow with #F1F3DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1F3DF on black background.


Color preview on white background

This text has color #F1F3DF on white background.



Black color preview on #F1F3DF background

This text has black color on #F1F3DF background.


White color preview on #F1F3DF background

This text has white color on #F1F3DF background.