COLOR #F1E7B6

HEX: #F1E7B6
RGB: (241,231,182)

Color info

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

RGB color model

#F1E7B6 color RGB value is (241,231,182).

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

RGB channels and saturation

R 241 of 255 = 95%
G 231 of 255 = 91%
B 182 of 255 = 71%

241
231
182

R + G + B ~ 86%. #F1E7B6 is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 231 + 182 = 654 (100%)
R 241 of 654 ~ 36.85%
G 231 of 654 ~ 35.32%
B 182 of 654 ~ 27.83%

%36.85
%35.32
%27.83

CMYK color model

#F1E7B6 color CMYK value is (0,4,24,5).

  • cyan value is 0.00%
  • magenta value is 4.15%
  • yellow value is 24.48%
  • key color value is 5.49%
CMYK:
(0,4,24,5)
C0M4Y24K5 
(0%,4%,24%,5%)
(0.00/0.04/0.24/0.05)	

CMYK percentages

%0
%4.15
%24.48
%5.49

Codes

Color #F1E7B6 in popluar color models

F1E7B6
RGB241231182
HSL50°67.82%82.94%
HSB/HSV50°24.48%94.51%
CMYK0.00%4.15%24.48%
5.49%

Color #F1E7B6 in popluar number systems.

HEXF1E7B6
Decimal241231182
Binary111100011110011110110110
Octal361347266

Shades and tints

Shades of #F1E7B6

#F1E7B6
(241,231,182)
#DCD2A6
(220,210,166)
#C7BD96
(199,189,150)
#B2A886
(178,168,134)
#9D9376
(157,147,118)
#887E66
(136,126,102)
#736956
(115,105,86)
#5E5446
(94,84,70)
#493F36
(73,63,54)
#342A26
(52,42,38)
#1F1516
(31,21,22)
#000000
(0,0,0)

Tints of #F1E7B6

#F1E7B6
(241,231,182)
#F2E9BC
(242,233,188)
#F3EBC2
(243,235,194)
#F4EDC8
(244,237,200)
#F5EFCE
(245,239,206)
#F6F1D4
(246,241,212)
#F7F3DA
(247,243,218)
#F8F5E0
(248,245,224)
#F9F7E6
(249,247,230)
#FAF9EC
(250,249,236)
#FBFBF2
(251,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E7B6; }

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

This text font color is #F1E7B6.


Background Color

.myBgColor { background-color: #F1E7B6; }

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

This div background color is #F1E7B6.


Border color

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

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

This div border color is #F1E7B6.


Opacity

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

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

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

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

This text has shadow with #F1E7B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E7B6 on black background.


Color preview on white background

This text has color #F1E7B6 on white background.



Black color preview on #F1E7B6 background

This text has black color on #F1E7B6 background.


White color preview on #F1E7B6 background

This text has white color on #F1E7B6 background.