COLOR #F3F0EA

HEX: #F3F0EA
RGB: (243,240,234)

Color info

#F3F0EA contains red, green and blue colors in about the same proportion. Web safe color of #F3F0EA is #FFFFFF (or #FFF).

RGB color model

#F3F0EA color RGB value is (243,240,234).

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

RGB channels and saturation

R 243 of 255 = 95%
G 240 of 255 = 94%
B 234 of 255 = 92%

243
240
234

R + G + B ~ 94%. #F3F0EA is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 240 + 234 = 717 (100%)
R 243 of 717 ~ 33.89%
G 240 of 717 ~ 33.47%
B 234 of 717 ~ 32.64%

%33.89
%33.47
%32.64

CMYK color model

#F3F0EA color CMYK value is (0,1,4,5).

  • cyan value is 0.00%
  • magenta value is 1.23%
  • yellow value is 3.70%
  • key color value is 4.71%
CMYK:
(0,1,4,5)
C0M1Y4K5 
(0%,1%,4%,5%)
(0.00/0.01/0.04/0.05)	

CMYK percentages

%0
%1.23
%3.7
%4.71

Codes

Color #F3F0EA in popluar color models

F3F0EA
RGB243240234
HSL40°27.27%93.53%
HSB/HSV40°3.70%95.29%
CMYK0.00%1.23%3.70%
4.71%

Color #F3F0EA in popluar number systems.

HEXF3F0EA
Decimal243240234
Binary111100111111000011101010
Octal363360352

Shades and tints

Shades of #F3F0EA

#F3F0EA
(243,240,234)
#DDDBD5
(221,219,213)
#C7C6C0
(199,198,192)
#B1B1AB
(177,177,171)
#9B9C96
(155,156,150)
#858781
(133,135,129)
#6F726C
(111,114,108)
#595D57
(89,93,87)
#434842
(67,72,66)
#2D332D
(45,51,45)
#171E18
(23,30,24)
#000000
(0,0,0)

Tints of #F3F0EA

#F3F0EA
(243,240,234)
#F4F1EB
(244,241,235)
#F5F2EC
(245,242,236)
#F6F3ED
(246,243,237)
#F7F4EE
(247,244,238)
#F8F5EF
(248,245,239)
#F9F6F0
(249,246,240)
#FAF7F1
(250,247,241)
#FBF8F2
(251,248,242)
#FCF9F3
(252,249,243)
#FDFAF4
(253,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3F0EA; }

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

This text font color is #F3F0EA.


Background Color

.myBgColor { background-color: #F3F0EA; }

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

This div background color is #F3F0EA.


Border color

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

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

This div border color is #F3F0EA.


Opacity

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

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

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

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

This text has shadow with #F3F0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3F0EA on black background.


Color preview on white background

This text has color #F3F0EA on white background.



Black color preview on #F3F0EA background

This text has black color on #F3F0EA background.


White color preview on #F3F0EA background

This text has white color on #F3F0EA background.