COLOR #F1E7BE

HEX: #F1E7BE
RGB: (241,231,190)

Color info

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

RGB color model

#F1E7BE color RGB value is (241,231,190).

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

RGB channels and saturation

R 241 of 255 = 95%
G 231 of 255 = 91%
B 190 of 255 = 75%

241
231
190

R + G + B ~ 87%. #F1E7BE is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 231 + 190 = 662 (100%)
R 241 of 662 ~ 36.4%
G 231 of 662 ~ 34.89%
B 190 of 662 ~ 28.7%

%36.4
%34.89
%28.7

CMYK color model

#F1E7BE color CMYK value is (0,4,21,5).

  • cyan value is 0.00%
  • magenta value is 4.15%
  • yellow value is 21.16%
  • key color value is 5.49%
CMYK:
(0,4,21,5)
C0M4Y21K5 
(0%,4%,21%,5%)
(0.00/0.04/0.21/0.05)	

CMYK percentages

%0
%4.15
%21.16
%5.49

Codes

Color #F1E7BE in popluar color models

F1E7BE
RGB241231190
HSL48°64.56%84.51%
HSB/HSV48°21.16%94.51%
CMYK0.00%4.15%21.16%
5.49%

Color #F1E7BE in popluar number systems.

HEXF1E7BE
Decimal241231190
Binary111100011110011110111110
Octal361347276

Shades and tints

Shades of #F1E7BE

#F1E7BE
(241,231,190)
#DCD2AD
(220,210,173)
#C7BD9C
(199,189,156)
#B2A88B
(178,168,139)
#9D937A
(157,147,122)
#887E69
(136,126,105)
#736958
(115,105,88)
#5E5447
(94,84,71)
#493F36
(73,63,54)
#342A25
(52,42,37)
#1F1514
(31,21,20)
#000000
(0,0,0)

Tints of #F1E7BE

#F1E7BE
(241,231,190)
#F2E9C3
(242,233,195)
#F3EBC8
(243,235,200)
#F4EDCD
(244,237,205)
#F5EFD2
(245,239,210)
#F6F1D7
(246,241,215)
#F7F3DC
(247,243,220)
#F8F5E1
(248,245,225)
#F9F7E6
(249,247,230)
#FAF9EB
(250,249,235)
#FBFBF0
(251,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E7BE; }

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

This text font color is #F1E7BE.


Background Color

.myBgColor { background-color: #F1E7BE; }

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

This div background color is #F1E7BE.


Border color

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

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

This div border color is #F1E7BE.


Opacity

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

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

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

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

This text has shadow with #F1E7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E7BE on black background.


Color preview on white background

This text has color #F1E7BE on white background.



Black color preview on #F1E7BE background

This text has black color on #F1E7BE background.


White color preview on #F1E7BE background

This text has white color on #F1E7BE background.