COLOR #F1ECB1

HEX: #F1ECB1
RGB: (241,236,177)

Color info

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

RGB color model

#F1ECB1 color RGB value is (241,236,177).

  • red value is 241;
  • green value is 236;
  • blue value is 177.
RGB:
(241,236,177)
(95%,93%,69%)

RGB channels and saturation

R 241 of 255 = 95%
G 236 of 255 = 93%
B 177 of 255 = 69%

241
236
177

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

Portions of RGB colors in percentages

R + G + B =
241 + 236 + 177 = 654 (100%)
R 241 of 654 ~ 36.85%
G 236 of 654 ~ 36.09%
B 177 of 654 ~ 27.06%

%36.85
%36.09
%27.06

CMYK color model

#F1ECB1 color CMYK value is (0,2,27,5).

  • cyan value is 0.00%
  • magenta value is 2.07%
  • yellow value is 26.56%
  • key color value is 5.49%
CMYK:
(0,2,27,5)
C0M2Y27K5 
(0%,2%,27%,5%)
(0.00/0.02/0.27/0.05)	

CMYK percentages

%0
%2.07
%26.56
%5.49

Codes

Color #F1ECB1 in popluar color models

F1ECB1
RGB241236177
HSL55°69.57%81.96%
HSB/HSV55°26.56%94.51%
CMYK0.00%2.07%26.56%
5.49%

Color #F1ECB1 in popluar number systems.

HEXF1ECB1
Decimal241236177
Binary111100011110110010110001
Octal361354261

Shades and tints

Shades of #F1ECB1

#F1ECB1
(241,236,177)
#DCD7A1
(220,215,161)
#C7C291
(199,194,145)
#B2AD81
(178,173,129)
#9D9871
(157,152,113)
#888361
(136,131,97)
#736E51
(115,110,81)
#5E5941
(94,89,65)
#494431
(73,68,49)
#342F21
(52,47,33)
#1F1A11
(31,26,17)
#000000
(0,0,0)

Tints of #F1ECB1

#F1ECB1
(241,236,177)
#F2EDB8
(242,237,184)
#F3EEBF
(243,238,191)
#F4EFC6
(244,239,198)
#F5F0CD
(245,240,205)
#F6F1D4
(246,241,212)
#F7F2DB
(247,242,219)
#F8F3E2
(248,243,226)
#F9F4E9
(249,244,233)
#FAF5F0
(250,245,240)
#FBF6F7
(251,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1ECB1 color. Also use rgb(241,236,177) instead hex code.

Text Font Color

.myTextColor { color: #F1ECB1; }

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

This text font color is #F1ECB1.


Background Color

.myBgColor { background-color: #F1ECB1; }

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

This div background color is #F1ECB1.


Border color

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

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

This div border color is #F1ECB1.


Opacity

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

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

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

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

This text has shadow with #F1ECB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1ECB1 on black background.


Color preview on white background

This text has color #F1ECB1 on white background.



Black color preview on #F1ECB1 background

This text has black color on #F1ECB1 background.


White color preview on #F1ECB1 background

This text has white color on #F1ECB1 background.