COLOR #F3E5B1

HEX: #F3E5B1
RGB: (243,229,177)

Color info

#F3E5B1 contains mainly red and green colors. Web safe color of #F3E5B1 is #FFCC99 (or #FC9).

RGB color model

#F3E5B1 color RGB value is (243,229,177).

  • red value is 243;
  • green value is 229;
  • blue value is 177.
RGB:
(243,229,177)
(95%,90%,69%)

RGB channels and saturation

R 243 of 255 = 95%
G 229 of 255 = 90%
B 177 of 255 = 69%

243
229
177

R + G + B ~ 85%. #F3E5B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 229 + 177 = 649 (100%)
R 243 of 649 ~ 37.44%
G 229 of 649 ~ 35.29%
B 177 of 649 ~ 27.27%

%37.44
%35.29
%27.27

CMYK color model

#F3E5B1 color CMYK value is (0,6,27,5).

  • cyan value is 0.00%
  • magenta value is 5.76%
  • yellow value is 27.16%
  • key color value is 4.71%
CMYK:
(0,6,27,5)
C0M6Y27K5 
(0%,6%,27%,5%)
(0.00/0.06/0.27/0.05)	

CMYK percentages

%0
%5.76
%27.16
%4.71

Codes

Color #F3E5B1 in popluar color models

F3E5B1
RGB243229177
HSL47°73.33%82.35%
HSB/HSV47°27.16%95.29%
CMYK0.00%5.76%27.16%
4.71%

Color #F3E5B1 in popluar number systems.

HEXF3E5B1
Decimal243229177
Binary111100111110010110110001
Octal363345261

Shades and tints

Shades of #F3E5B1

#F3E5B1
(243,229,177)
#DDD1A1
(221,209,161)
#C7BD91
(199,189,145)
#B1A981
(177,169,129)
#9B9571
(155,149,113)
#858161
(133,129,97)
#6F6D51
(111,109,81)
#595941
(89,89,65)
#434531
(67,69,49)
#2D3121
(45,49,33)
#171D11
(23,29,17)
#000000
(0,0,0)

Tints of #F3E5B1

#F3E5B1
(243,229,177)
#F4E7B8
(244,231,184)
#F5E9BF
(245,233,191)
#F6EBC6
(246,235,198)
#F7EDCD
(247,237,205)
#F8EFD4
(248,239,212)
#F9F1DB
(249,241,219)
#FAF3E2
(250,243,226)
#FBF5E9
(251,245,233)
#FCF7F0
(252,247,240)
#FDF9F7
(253,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3E5B1 color. Also use rgb(243,229,177) instead hex code.

Text Font Color

.myTextColor { color: #F3E5B1; }

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

This text font color is #F3E5B1.


Background Color

.myBgColor { background-color: #F3E5B1; }

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

This div background color is #F3E5B1.


Border color

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

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

This div border color is #F3E5B1.


Opacity

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

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

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

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

This text has shadow with #F3E5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3E5B1 on black background.


Color preview on white background

This text has color #F3E5B1 on white background.



Black color preview on #F3E5B1 background

This text has black color on #F3E5B1 background.


White color preview on #F3E5B1 background

This text has white color on #F3E5B1 background.