COLOR #F1E7BD

HEX: #F1E7BD
RGB: (241,231,189)

Color info

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

RGB color model

#F1E7BD color RGB value is (241,231,189).

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

RGB channels and saturation

R 241 of 255 = 95%
G 231 of 255 = 91%
B 189 of 255 = 74%

241
231
189

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

Portions of RGB colors in percentages

R + G + B =
241 + 231 + 189 = 661 (100%)
R 241 of 661 ~ 36.46%
G 231 of 661 ~ 34.95%
B 189 of 661 ~ 28.59%

%36.46
%34.95
%28.59

CMYK color model

#F1E7BD color CMYK value is (0,4,22,5).

  • cyan value is 0.00%
  • magenta value is 4.15%
  • yellow value is 21.58%
  • key color value is 5.49%
CMYK:
(0,4,22,5)
C0M4Y22K5 
(0%,4%,22%,5%)
(0.00/0.04/0.22/0.05)	

CMYK percentages

%0
%4.15
%21.58
%5.49

Codes

Color #F1E7BD in popluar color models

F1E7BD
RGB241231189
HSL48°65.00%84.31%
HSB/HSV48°21.58%94.51%
CMYK0.00%4.15%21.58%
5.49%

Color #F1E7BD in popluar number systems.

HEXF1E7BD
Decimal241231189
Binary111100011110011110111101
Octal361347275

Shades and tints

Shades of #F1E7BD

#F1E7BD
(241,231,189)
#DCD2AC
(220,210,172)
#C7BD9B
(199,189,155)
#B2A88A
(178,168,138)
#9D9379
(157,147,121)
#887E68
(136,126,104)
#736957
(115,105,87)
#5E5446
(94,84,70)
#493F35
(73,63,53)
#342A24
(52,42,36)
#1F1513
(31,21,19)
#000000
(0,0,0)

Tints of #F1E7BD

#F1E7BD
(241,231,189)
#F2E9C3
(242,233,195)
#F3EBC9
(243,235,201)
#F4EDCF
(244,237,207)
#F5EFD5
(245,239,213)
#F6F1DB
(246,241,219)
#F7F3E1
(247,243,225)
#F8F5E7
(248,245,231)
#F9F7ED
(249,247,237)
#FAF9F3
(250,249,243)
#FBFBF9
(251,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E7BD; }

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

This text font color is #F1E7BD.


Background Color

.myBgColor { background-color: #F1E7BD; }

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

This div background color is #F1E7BD.


Border color

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

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

This div border color is #F1E7BD.


Opacity

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

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

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

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

This text has shadow with #F1E7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E7BD on black background.


Color preview on white background

This text has color #F1E7BD on white background.



Black color preview on #F1E7BD background

This text has black color on #F1E7BD background.


White color preview on #F1E7BD background

This text has white color on #F1E7BD background.