COLOR #F1ECBB

HEX: #F1ECBB
RGB: (241,236,187)

Color info

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

RGB color model

#F1ECBB color RGB value is (241,236,187).

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

RGB channels and saturation

R 241 of 255 = 95%
G 236 of 255 = 93%
B 187 of 255 = 73%

241
236
187

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

Portions of RGB colors in percentages

R + G + B =
241 + 236 + 187 = 664 (100%)
R 241 of 664 ~ 36.3%
G 236 of 664 ~ 35.54%
B 187 of 664 ~ 28.16%

%36.3
%35.54
%28.16

CMYK color model

#F1ECBB color CMYK value is (0,2,22,5).

  • cyan value is 0.00%
  • magenta value is 2.07%
  • yellow value is 22.41%
  • key color value is 5.49%
CMYK:
(0,2,22,5)
C0M2Y22K5 
(0%,2%,22%,5%)
(0.00/0.02/0.22/0.05)	

CMYK percentages

%0
%2.07
%22.41
%5.49

Codes

Color #F1ECBB in popluar color models

F1ECBB
RGB241236187
HSL54°65.85%83.92%
HSB/HSV54°22.41%94.51%
CMYK0.00%2.07%22.41%
5.49%

Color #F1ECBB in popluar number systems.

HEXF1ECBB
Decimal241236187
Binary111100011110110010111011
Octal361354273

Shades and tints

Shades of #F1ECBB

#F1ECBB
(241,236,187)
#DCD7AA
(220,215,170)
#C7C299
(199,194,153)
#B2AD88
(178,173,136)
#9D9877
(157,152,119)
#888366
(136,131,102)
#736E55
(115,110,85)
#5E5944
(94,89,68)
#494433
(73,68,51)
#342F22
(52,47,34)
#1F1A11
(31,26,17)
#000000
(0,0,0)

Tints of #F1ECBB

#F1ECBB
(241,236,187)
#F2EDC1
(242,237,193)
#F3EEC7
(243,238,199)
#F4EFCD
(244,239,205)
#F5F0D3
(245,240,211)
#F6F1D9
(246,241,217)
#F7F2DF
(247,242,223)
#F8F3E5
(248,243,229)
#F9F4EB
(249,244,235)
#FAF5F1
(250,245,241)
#FBF6F7
(251,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1ECBB; }

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

This text font color is #F1ECBB.


Background Color

.myBgColor { background-color: #F1ECBB; }

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

This div background color is #F1ECBB.


Border color

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

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

This div border color is #F1ECBB.


Opacity

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

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

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

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

This text has shadow with #F1ECBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1ECBB on black background.


Color preview on white background

This text has color #F1ECBB on white background.



Black color preview on #F1ECBB background

This text has black color on #F1ECBB background.


White color preview on #F1ECBB background

This text has white color on #F1ECBB background.