COLOR #F1EEE7

HEX: #F1EEE7
RGB: (241,238,231)

Color info

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

RGB color model

#F1EEE7 color RGB value is (241,238,231).

  • red value is 241;
  • green value is 238;
  • blue value is 231.
RGB:
(241,238,231)
(95%,93%,91%)

RGB channels and saturation

R 241 of 255 = 95%
G 238 of 255 = 93%
B 231 of 255 = 91%

241
238
231

R + G + B ~ 93%. #F1EEE7 is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 238 + 231 = 710 (100%)
R 241 of 710 ~ 33.94%
G 238 of 710 ~ 33.52%
B 231 of 710 ~ 32.54%

%33.94
%33.52
%32.54

CMYK color model

#F1EEE7 color CMYK value is (0,1,4,5).

  • cyan value is 0.00%
  • magenta value is 1.24%
  • yellow value is 4.15%
  • key color value is 5.49%
CMYK:
(0,1,4,5)
C0M1Y4K5 
(0%,1%,4%,5%)
(0.00/0.01/0.04/0.05)	

CMYK percentages

%0
%1.24
%4.15
%5.49

Codes

Color #F1EEE7 in popluar color models

F1EEE7
RGB241238231
HSL42°26.32%92.55%
HSB/HSV42°4.15%94.51%
CMYK0.00%1.24%4.15%
5.49%

Color #F1EEE7 in popluar number systems.

HEXF1EEE7
Decimal241238231
Binary111100011110111011100111
Octal361356347

Shades and tints

Shades of #F1EEE7

#F1EEE7
(241,238,231)
#DCD9D2
(220,217,210)
#C7C4BD
(199,196,189)
#B2AFA8
(178,175,168)
#9D9A93
(157,154,147)
#88857E
(136,133,126)
#737069
(115,112,105)
#5E5B54
(94,91,84)
#49463F
(73,70,63)
#34312A
(52,49,42)
#1F1C15
(31,28,21)
#000000
(0,0,0)

Tints of #F1EEE7

#F1EEE7
(241,238,231)
#F2EFE9
(242,239,233)
#F3F0EB
(243,240,235)
#F4F1ED
(244,241,237)
#F5F2EF
(245,242,239)
#F6F3F1
(246,243,241)
#F7F4F3
(247,244,243)
#F8F5F5
(248,245,245)
#F9F6F7
(249,246,247)
#FAF7F9
(250,247,249)
#FBF8FB
(251,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1EEE7; }

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

This text font color is #F1EEE7.


Background Color

.myBgColor { background-color: #F1EEE7; }

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

This div background color is #F1EEE7.


Border color

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

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

This div border color is #F1EEE7.


Opacity

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

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

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

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

This text has shadow with #F1EEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1EEE7 on black background.


Color preview on white background

This text has color #F1EEE7 on white background.



Black color preview on #F1EEE7 background

This text has black color on #F1EEE7 background.


White color preview on #F1EEE7 background

This text has white color on #F1EEE7 background.