COLOR #F1F1DF

HEX: #F1F1DF
RGB: (241,241,223)

Color info

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

RGB color model

#F1F1DF color RGB value is (241,241,223).

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

RGB channels and saturation

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

241
241
223

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

Portions of RGB colors in percentages

R + G + B =
241 + 241 + 223 = 705 (100%)
R 241 of 705 ~ 34.18%
G 241 of 705 ~ 34.18%
B 223 of 705 ~ 31.63%

%34.18
%34.18
%31.63

CMYK color model

#F1F1DF color CMYK value is (0,0,7,5).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 7.47%
  • key color value is 5.49%
CMYK:
(0,0,7,5)
C0M0Y7K5 
(0%,0%,7%,5%)
(0.00/0.00/0.07/0.05)	

CMYK percentages

%0
%0
%7.47
%5.49

Codes

Color #F1F1DF in popluar color models

F1F1DF
RGB241241223
HSL60°39.13%90.98%
HSB/HSV60°7.47%94.51%
CMYK0.00%0.00%7.47%
5.49%

Color #F1F1DF in popluar number systems.

HEXF1F1DF
Decimal241241223
Binary111100011111000111011111
Octal361361337

Shades and tints

Shades of #F1F1DF

#F1F1DF
(241,241,223)
#DCDCCB
(220,220,203)
#C7C7B7
(199,199,183)
#B2B2A3
(178,178,163)
#9D9D8F
(157,157,143)
#88887B
(136,136,123)
#737367
(115,115,103)
#5E5E53
(94,94,83)
#49493F
(73,73,63)
#34342B
(52,52,43)
#1F1F17
(31,31,23)
#000000
(0,0,0)

Tints of #F1F1DF

#F1F1DF
(241,241,223)
#F2F2E1
(242,242,225)
#F3F3E3
(243,243,227)
#F4F4E5
(244,244,229)
#F5F5E7
(245,245,231)
#F6F6E9
(246,246,233)
#F7F7EB
(247,247,235)
#F8F8ED
(248,248,237)
#F9F9EF
(249,249,239)
#FAFAF1
(250,250,241)
#FBFBF3
(251,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1F1DF; }

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

This text font color is #F1F1DF.


Background Color

.myBgColor { background-color: #F1F1DF; }

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

This div background color is #F1F1DF.


Border color

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

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

This div border color is #F1F1DF.


Opacity

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

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

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

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

This text has shadow with #F1F1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1F1DF on black background.


Color preview on white background

This text has color #F1F1DF on white background.



Black color preview on #F1F1DF background

This text has black color on #F1F1DF background.


White color preview on #F1F1DF background

This text has white color on #F1F1DF background.