COLOR #F1E7DB

HEX: #F1E7DB
RGB: (241,231,219)

Color info

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

RGB color model

#F1E7DB color RGB value is (241,231,219).

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

RGB channels and saturation

R 241 of 255 = 95%
G 231 of 255 = 91%
B 219 of 255 = 86%

241
231
219

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

Portions of RGB colors in percentages

R + G + B =
241 + 231 + 219 = 691 (100%)
R 241 of 691 ~ 34.88%
G 231 of 691 ~ 33.43%
B 219 of 691 ~ 31.69%

%34.88
%33.43
%31.69

CMYK color model

#F1E7DB color CMYK value is (0,4,9,5).

  • cyan value is 0.00%
  • magenta value is 4.15%
  • yellow value is 9.13%
  • key color value is 5.49%
CMYK:
(0,4,9,5)
C0M4Y9K5 
(0%,4%,9%,5%)
(0.00/0.04/0.09/0.05)	

CMYK percentages

%0
%4.15
%9.13
%5.49

Codes

Color #F1E7DB in popluar color models

F1E7DB
RGB241231219
HSL33°44.00%90.20%
HSB/HSV33°9.13%94.51%
CMYK0.00%4.15%9.13%
5.49%

Color #F1E7DB in popluar number systems.

HEXF1E7DB
Decimal241231219
Binary111100011110011111011011
Octal361347333

Shades and tints

Shades of #F1E7DB

#F1E7DB
(241,231,219)
#DCD2C8
(220,210,200)
#C7BDB5
(199,189,181)
#B2A8A2
(178,168,162)
#9D938F
(157,147,143)
#887E7C
(136,126,124)
#736969
(115,105,105)
#5E5456
(94,84,86)
#493F43
(73,63,67)
#342A30
(52,42,48)
#1F151D
(31,21,29)
#000000
(0,0,0)

Tints of #F1E7DB

#F1E7DB
(241,231,219)
#F2E9DE
(242,233,222)
#F3EBE1
(243,235,225)
#F4EDE4
(244,237,228)
#F5EFE7
(245,239,231)
#F6F1EA
(246,241,234)
#F7F3ED
(247,243,237)
#F8F5F0
(248,245,240)
#F9F7F3
(249,247,243)
#FAF9F6
(250,249,246)
#FBFBF9
(251,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E7DB; }

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

This text font color is #F1E7DB.


Background Color

.myBgColor { background-color: #F1E7DB; }

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

This div background color is #F1E7DB.


Border color

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

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

This div border color is #F1E7DB.


Opacity

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

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

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

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

This text has shadow with #F1E7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E7DB on black background.


Color preview on white background

This text has color #F1E7DB on white background.



Black color preview on #F1E7DB background

This text has black color on #F1E7DB background.


White color preview on #F1E7DB background

This text has white color on #F1E7DB background.