COLOR #F1EE97

HEX: #F1EE97
RGB: (241,238,151)

Color info

#F1EE97 contains mainly red and green colors. Web safe color of #F1EE97 is #FFFF99 (or #FF9).

RGB color model

#F1EE97 color RGB value is (241,238,151).

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

RGB channels and saturation

R 241 of 255 = 95%
G 238 of 255 = 93%
B 151 of 255 = 59%

241
238
151

R + G + B ~ 82%. #F1EE97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 238 + 151 = 630 (100%)
R 241 of 630 ~ 38.25%
G 238 of 630 ~ 37.78%
B 151 of 630 ~ 23.97%

%38.25
%37.78
%23.97

CMYK color model

#F1EE97 color CMYK value is (0,1,37,5).

  • cyan value is 0.00%
  • magenta value is 1.24%
  • yellow value is 37.34%
  • key color value is 5.49%
CMYK:
(0,1,37,5)
C0M1Y37K5 
(0%,1%,37%,5%)
(0.00/0.01/0.37/0.05)	

CMYK percentages

%0
%1.24
%37.34
%5.49

Codes

Color #F1EE97 in popluar color models

F1EE97
RGB241238151
HSL58°76.27%76.86%
HSB/HSV58°37.34%94.51%
CMYK0.00%1.24%37.34%
5.49%

Color #F1EE97 in popluar number systems.

HEXF1EE97
Decimal241238151
Binary111100011110111010010111
Octal361356227

Shades and tints

Shades of #F1EE97

#F1EE97
(241,238,151)
#DCD98A
(220,217,138)
#C7C47D
(199,196,125)
#B2AF70
(178,175,112)
#9D9A63
(157,154,99)
#888556
(136,133,86)
#737049
(115,112,73)
#5E5B3C
(94,91,60)
#49462F
(73,70,47)
#343122
(52,49,34)
#1F1C15
(31,28,21)
#000000
(0,0,0)

Tints of #F1EE97

#F1EE97
(241,238,151)
#F2EFA0
(242,239,160)
#F3F0A9
(243,240,169)
#F4F1B2
(244,241,178)
#F5F2BB
(245,242,187)
#F6F3C4
(246,243,196)
#F7F4CD
(247,244,205)
#F8F5D6
(248,245,214)
#F9F6DF
(249,246,223)
#FAF7E8
(250,247,232)
#FBF8F1
(251,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1EE97; }

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

This text font color is #F1EE97.


Background Color

.myBgColor { background-color: #F1EE97; }

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

This div background color is #F1EE97.


Border color

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

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

This div border color is #F1EE97.


Opacity

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

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

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

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

This text has shadow with #F1EE97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1EE97 on black background.


Color preview on white background

This text has color #F1EE97 on white background.



Black color preview on #F1EE97 background

This text has black color on #F1EE97 background.


White color preview on #F1EE97 background

This text has white color on #F1EE97 background.