COLOR #F1E7DC

HEX: #F1E7DC RGB: (241,231,220)

Color info

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

RGB color model

#F1E7DC color RGB value is (241,231,220).

RGB: (241,231,220) (95%, 91%, 86%)

RGB channels and saturation

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

241
231
220

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

Portions of RGB colors in percentages

R + G + B = 241 + 231 + 220 = 692 (100%)
R 241 of 692 ~ 34.83%
G 231 of 692 ~ 33.38%
B 220 of 692 ~ 31.79'%

%34.83
%33.38
%31.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.15%
  • yellow value is 8.71%
  • 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
%8.71
%5.49

Codes

Color #F1E7DC in popluar color models

F1 E7 DC
RGB 241 231 220
HSL 31° 42.86% 90.39%
HSB/HSV 31° 8.71% 94.51%
CMYK 0.00% 4.15% 8.71%
5.49%

Color #F1E7DC in popluar number systems.

HEX F1 E7 DC
Decimal 241 231 220
Binary 11110001 11100111 11011100
Octal 361 347 334

Shades and tints

Shades of #F1E7DC

#F1E7DC
(241,231,220)
#DCD2C8
(220,210,200)
#C7BDB4
(199,189,180)
#B2A8A0
(178,168,160)
#9D938C
(157,147,140)
#887E78
(136,126,120)
#736964
(115,105,100)
#5E5450
(94,84,80)
#493F3C
(73,63,60)
#342A28
(52,42,40)
#1F1514
(31,21,20)
#000000
(0,0,0)

Tints of #F1E7DC

#F1E7DC
(241,231,220)
#F2E9DF
(242,233,223)
#F3EBE2
(243,235,226)
#F4EDE5
(244,237,229)
#F5EFE8
(245,239,232)
#F6F1EB
(246,241,235)
#F7F3EE
(247,243,238)
#F8F5F1
(248,245,241)
#F9F7F4
(249,247,244)
#FAF9F7
(250,249,247)
#FBFBFA
(251,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E7DC; }

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

This text font color is #F1E7DC.

Background Color

.myBgColor { background-color: #F1E7DC; }

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

This div background color is #F1E7DC.

Border color

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

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

This div border color is #F1E7DC.

Opacity

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

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

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

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

This text has shadow with #F1E7DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1E7DC.

Preview

Color preview on black background

This text has color #F1E7DC on black background.


Color preview on white background

This text has color #F1E7DC on white background.


Black color preview on #F1E7DC background

This text has black color on #F1E7DC background.


White color preview on #F1E7DC background

This text has white color on #F1E7DC background.


Related colors

Complementary color

Complementary color for #hex is #0E1823.


I love getcolorcode.com

Triadic colors

1 #DCF1E7 and #E7DCF1 with #F1E7DC are triadic colors.

2 #DCE7F1 and #E7F1DC with #F1E7DC are triadic colors.