COLOR #F3F0B1

HEX: #F3F0B1
RGB: (243,240,177)

Color info

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

RGB color model

#F3F0B1 color RGB value is (243,240,177).

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

RGB channels and saturation

R 243 of 255 = 95%
G 240 of 255 = 94%
B 177 of 255 = 69%

243
240
177

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

Portions of RGB colors in percentages

R + G + B =
243 + 240 + 177 = 660 (100%)
R 243 of 660 ~ 36.82%
G 240 of 660 ~ 36.36%
B 177 of 660 ~ 26.82%

%36.82
%36.36
%26.82

CMYK color model

#F3F0B1 color CMYK value is (0,1,27,5).

  • cyan value is 0.00%
  • magenta value is 1.23%
  • yellow value is 27.16%
  • key color value is 4.71%
CMYK:
(0,1,27,5)
C0M1Y27K5 
(0%,1%,27%,5%)
(0.00/0.01/0.27/0.05)	

CMYK percentages

%0
%1.23
%27.16
%4.71

Codes

Color #F3F0B1 in popluar color models

F3F0B1
RGB243240177
HSL57°73.33%82.35%
HSB/HSV57°27.16%95.29%
CMYK0.00%1.23%27.16%
4.71%

Color #F3F0B1 in popluar number systems.

HEXF3F0B1
Decimal243240177
Binary111100111111000010110001
Octal363360261

Shades and tints

Shades of #F3F0B1

#F3F0B1
(243,240,177)
#DDDBA1
(221,219,161)
#C7C691
(199,198,145)
#B1B181
(177,177,129)
#9B9C71
(155,156,113)
#858761
(133,135,97)
#6F7251
(111,114,81)
#595D41
(89,93,65)
#434831
(67,72,49)
#2D3321
(45,51,33)
#171E11
(23,30,17)
#000000
(0,0,0)

Tints of #F3F0B1

#F3F0B1
(243,240,177)
#F4F1B8
(244,241,184)
#F5F2BF
(245,242,191)
#F6F3C6
(246,243,198)
#F7F4CD
(247,244,205)
#F8F5D4
(248,245,212)
#F9F6DB
(249,246,219)
#FAF7E2
(250,247,226)
#FBF8E9
(251,248,233)
#FCF9F0
(252,249,240)
#FDFAF7
(253,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3F0B1; }

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

This text font color is #F3F0B1.


Background Color

.myBgColor { background-color: #F3F0B1; }

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

This div background color is #F3F0B1.


Border color

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

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

This div border color is #F3F0B1.


Opacity

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

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

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

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

This text has shadow with #F3F0B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3F0B1 on black background.


Color preview on white background

This text has color #F3F0B1 on white background.



Black color preview on #F3F0B1 background

This text has black color on #F3F0B1 background.


White color preview on #F3F0B1 background

This text has white color on #F3F0B1 background.