COLOR #F1EFB6

HEX: #F1EFB6
RGB: (241,239,182)

Color info

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

RGB color model

#F1EFB6 color RGB value is (241,239,182).

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

RGB channels and saturation

R 241 of 255 = 95%
G 239 of 255 = 94%
B 182 of 255 = 71%

241
239
182

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

Portions of RGB colors in percentages

R + G + B =
241 + 239 + 182 = 662 (100%)
R 241 of 662 ~ 36.4%
G 239 of 662 ~ 36.1%
B 182 of 662 ~ 27.49%

%36.4
%36.1
%27.49

CMYK color model

#F1EFB6 color CMYK value is (0,1,24,5).

  • cyan value is 0.00%
  • magenta value is 0.83%
  • yellow value is 24.48%
  • key color value is 5.49%
CMYK:
(0,1,24,5)
C0M1Y24K5 
(0%,1%,24%,5%)
(0.00/0.01/0.24/0.05)	

CMYK percentages

%0
%0.83
%24.48
%5.49

Codes

Color #F1EFB6 in popluar color models

F1EFB6
RGB241239182
HSL58°67.82%82.94%
HSB/HSV58°24.48%94.51%
CMYK0.00%0.83%24.48%
5.49%

Color #F1EFB6 in popluar number systems.

HEXF1EFB6
Decimal241239182
Binary111100011110111110110110
Octal361357266

Shades and tints

Shades of #F1EFB6

#F1EFB6
(241,239,182)
#DCDAA6
(220,218,166)
#C7C596
(199,197,150)
#B2B086
(178,176,134)
#9D9B76
(157,155,118)
#888666
(136,134,102)
#737156
(115,113,86)
#5E5C46
(94,92,70)
#494736
(73,71,54)
#343226
(52,50,38)
#1F1D16
(31,29,22)
#000000
(0,0,0)

Tints of #F1EFB6

#F1EFB6
(241,239,182)
#F2F0BC
(242,240,188)
#F3F1C2
(243,241,194)
#F4F2C8
(244,242,200)
#F5F3CE
(245,243,206)
#F6F4D4
(246,244,212)
#F7F5DA
(247,245,218)
#F8F6E0
(248,246,224)
#F9F7E6
(249,247,230)
#FAF8EC
(250,248,236)
#FBF9F2
(251,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1EFB6; }

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

This text font color is #F1EFB6.


Background Color

.myBgColor { background-color: #F1EFB6; }

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

This div background color is #F1EFB6.


Border color

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

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

This div border color is #F1EFB6.


Opacity

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

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

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

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

This text has shadow with #F1EFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1EFB6 on black background.


Color preview on white background

This text has color #F1EFB6 on white background.



Black color preview on #F1EFB6 background

This text has black color on #F1EFB6 background.


White color preview on #F1EFB6 background

This text has white color on #F1EFB6 background.