COLOR #F1EEBF

HEX: #F1EEBF
RGB: (241,238,191)

Color info

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

RGB color model

#F1EEBF color RGB value is (241,238,191).

  • red value is 241;
  • green value is 238;
  • blue value is 191.
RGB:
(241,238,191)
(95%,93%,75%)

RGB channels and saturation

R 241 of 255 = 95%
G 238 of 255 = 93%
B 191 of 255 = 75%

241
238
191

R + G + B ~ 88%. #F1EEBF is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 238 + 191 = 670 (100%)
R 241 of 670 ~ 35.97%
G 238 of 670 ~ 35.52%
B 191 of 670 ~ 28.51%

%35.97
%35.52
%28.51

CMYK color model

#F1EEBF color CMYK value is (0,1,21,5).

  • cyan value is 0.00%
  • magenta value is 1.24%
  • yellow value is 20.75%
  • key color value is 5.49%
CMYK:
(0,1,21,5)
C0M1Y21K5 
(0%,1%,21%,5%)
(0.00/0.01/0.21/0.05)	

CMYK percentages

%0
%1.24
%20.75
%5.49

Codes

Color #F1EEBF in popluar color models

F1EEBF
RGB241238191
HSL56°64.10%84.71%
HSB/HSV56°20.75%94.51%
CMYK0.00%1.24%20.75%
5.49%

Color #F1EEBF in popluar number systems.

HEXF1EEBF
Decimal241238191
Binary111100011110111010111111
Octal361356277

Shades and tints

Shades of #F1EEBF

#F1EEBF
(241,238,191)
#DCD9AE
(220,217,174)
#C7C49D
(199,196,157)
#B2AF8C
(178,175,140)
#9D9A7B
(157,154,123)
#88856A
(136,133,106)
#737059
(115,112,89)
#5E5B48
(94,91,72)
#494637
(73,70,55)
#343126
(52,49,38)
#1F1C15
(31,28,21)
#000000
(0,0,0)

Tints of #F1EEBF

#F1EEBF
(241,238,191)
#F2EFC4
(242,239,196)
#F3F0C9
(243,240,201)
#F4F1CE
(244,241,206)
#F5F2D3
(245,242,211)
#F6F3D8
(246,243,216)
#F7F4DD
(247,244,221)
#F8F5E2
(248,245,226)
#F9F6E7
(249,246,231)
#FAF7EC
(250,247,236)
#FBF8F1
(251,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1EEBF color. Also use rgb(241,238,191) instead hex code.

Text Font Color

.myTextColor { color: #F1EEBF; }

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

This text font color is #F1EEBF.


Background Color

.myBgColor { background-color: #F1EEBF; }

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

This div background color is #F1EEBF.


Border color

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

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

This div border color is #F1EEBF.


Opacity

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

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

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

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

This text has shadow with #F1EEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1EEBF on black background.


Color preview on white background

This text has color #F1EEBF on white background.



Black color preview on #F1EEBF background

This text has black color on #F1EEBF background.


White color preview on #F1EEBF background

This text has white color on #F1EEBF background.