COLOR #F1EFE3

HEX: #F1EFE3
RGB: (241,239,227)

Color info

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

RGB color model

#F1EFE3 color RGB value is (241,239,227).

  • red value is 241;
  • green value is 239;
  • blue value is 227.
RGB:
(241,239,227)
(95%,94%,89%)

RGB channels and saturation

R 241 of 255 = 95%
G 239 of 255 = 94%
B 227 of 255 = 89%

241
239
227

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

Portions of RGB colors in percentages

R + G + B =
241 + 239 + 227 = 707 (100%)
R 241 of 707 ~ 34.09%
G 239 of 707 ~ 33.8%
B 227 of 707 ~ 32.11%

%34.09
%33.8
%32.11

CMYK color model

#F1EFE3 color CMYK value is (0,1,6,5).

  • cyan value is 0.00%
  • magenta value is 0.83%
  • yellow value is 5.81%
  • key color value is 5.49%
CMYK:
(0,1,6,5)
C0M1Y6K5 
(0%,1%,6%,5%)
(0.00/0.01/0.06/0.05)	

CMYK percentages

%0
%0.83
%5.81
%5.49

Codes

Color #F1EFE3 in popluar color models

F1EFE3
RGB241239227
HSL51°33.33%91.76%
HSB/HSV51°5.81%94.51%
CMYK0.00%0.83%5.81%
5.49%

Color #F1EFE3 in popluar number systems.

HEXF1EFE3
Decimal241239227
Binary111100011110111111100011
Octal361357343

Shades and tints

Shades of #F1EFE3

#F1EFE3
(241,239,227)
#DCDACF
(220,218,207)
#C7C5BB
(199,197,187)
#B2B0A7
(178,176,167)
#9D9B93
(157,155,147)
#88867F
(136,134,127)
#73716B
(115,113,107)
#5E5C57
(94,92,87)
#494743
(73,71,67)
#34322F
(52,50,47)
#1F1D1B
(31,29,27)
#000000
(0,0,0)

Tints of #F1EFE3

#F1EFE3
(241,239,227)
#F2F0E5
(242,240,229)
#F3F1E7
(243,241,231)
#F4F2E9
(244,242,233)
#F5F3EB
(245,243,235)
#F6F4ED
(246,244,237)
#F7F5EF
(247,245,239)
#F8F6F1
(248,246,241)
#F9F7F3
(249,247,243)
#FAF8F5
(250,248,245)
#FBF9F7
(251,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1EFE3; }

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

This text font color is #F1EFE3.


Background Color

.myBgColor { background-color: #F1EFE3; }

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

This div background color is #F1EFE3.


Border color

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

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

This div border color is #F1EFE3.


Opacity

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

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

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

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

This text has shadow with #F1EFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1EFE3 on black background.


Color preview on white background

This text has color #F1EFE3 on white background.



Black color preview on #F1EFE3 background

This text has black color on #F1EFE3 background.


White color preview on #F1EFE3 background

This text has white color on #F1EFE3 background.