COLOR #F1E7DE

HEX: #F1E7DE
RGB: (241,231,222)

Color info

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

RGB color model

#F1E7DE color RGB value is (241,231,222).

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

RGB channels and saturation

R 241 of 255 = 95%
G 231 of 255 = 91%
B 222 of 255 = 87%

241
231
222

R + G + B ~ 91%. #F1E7DE is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 231 + 222 = 694 (100%)
R 241 of 694 ~ 34.73%
G 231 of 694 ~ 33.29%
B 222 of 694 ~ 31.99%

%34.73
%33.29
%31.99

CMYK color model

#F1E7DE color CMYK value is (0,4,8,5).

  • cyan value is 0.00%
  • magenta value is 4.15%
  • yellow value is 7.88%
  • key color value is 5.49%
CMYK:
(0,4,8,5)
C0M4Y8K5 
(0%,4%,8%,5%)
(0.00/0.04/0.08/0.05)	

CMYK percentages

%0
%4.15
%7.88
%5.49

Codes

Color #F1E7DE in popluar color models

F1E7DE
RGB241231222
HSL28°40.43%90.78%
HSB/HSV28°7.88%94.51%
CMYK0.00%4.15%7.88%
5.49%

Color #F1E7DE in popluar number systems.

HEXF1E7DE
Decimal241231222
Binary111100011110011111011110
Octal361347336

Shades and tints

Shades of #F1E7DE

#F1E7DE
(241,231,222)
#DCD2CA
(220,210,202)
#C7BDB6
(199,189,182)
#B2A8A2
(178,168,162)
#9D938E
(157,147,142)
#887E7A
(136,126,122)
#736966
(115,105,102)
#5E5452
(94,84,82)
#493F3E
(73,63,62)
#342A2A
(52,42,42)
#1F1516
(31,21,22)
#000000
(0,0,0)

Tints of #F1E7DE

#F1E7DE
(241,231,222)
#F2E9E1
(242,233,225)
#F3EBE4
(243,235,228)
#F4EDE7
(244,237,231)
#F5EFEA
(245,239,234)
#F6F1ED
(246,241,237)
#F7F3F0
(247,243,240)
#F8F5F3
(248,245,243)
#F9F7F6
(249,247,246)
#FAF9F9
(250,249,249)
#FBFBFC
(251,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E7DE; }

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

This text font color is #F1E7DE.


Background Color

.myBgColor { background-color: #F1E7DE; }

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

This div background color is #F1E7DE.


Border color

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

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

This div border color is #F1E7DE.


Opacity

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

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

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

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

This text has shadow with #F1E7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E7DE on black background.


Color preview on white background

This text has color #F1E7DE on white background.



Black color preview on #F1E7DE background

This text has black color on #F1E7DE background.


White color preview on #F1E7DE background

This text has white color on #F1E7DE background.