COLOR #F3F8EA

HEX: #F3F8EA
RGB: (243,248,234)

Color info

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

RGB color model

#F3F8EA color RGB value is (243,248,234).

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

RGB channels and saturation

R 243 of 255 = 95%
G 248 of 255 = 97%
B 234 of 255 = 92%

243
248
234

R + G + B ~ 95%. #F3F8EA is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 248 + 234 = 725 (100%)
R 243 of 725 ~ 33.52%
G 248 of 725 ~ 34.21%
B 234 of 725 ~ 32.28%

%33.52
%34.21
%32.28

CMYK color model

#F3F8EA color CMYK value is (2,0,6,3).

  • cyan value is 2.02%
  • magenta value is 0.00%
  • yellow value is 5.65%
  • key color value is 2.75%
CMYK:
(2,0,6,3)
C2M0Y6K3 
(2%,0%,6%,3%)
(0.02/0.00/0.06/0.03)	

CMYK percentages

%2.02
%0
%5.65
%2.75

Codes

Color #F3F8EA in popluar color models

F3F8EA
RGB243248234
HSL81°50.00%94.51%
HSB/HSV81°5.65%97.25%
CMYK2.02%0.00%5.65%
2.75%

Color #F3F8EA in popluar number systems.

HEXF3F8EA
Decimal243248234
Binary111100111111100011101010
Octal363370352

Shades and tints

Shades of #F3F8EA

#F3F8EA
(243,248,234)
#DDE2D5
(221,226,213)
#C7CCC0
(199,204,192)
#B1B6AB
(177,182,171)
#9BA096
(155,160,150)
#858A81
(133,138,129)
#6F746C
(111,116,108)
#595E57
(89,94,87)
#434842
(67,72,66)
#2D322D
(45,50,45)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #F3F8EA

#F3F8EA
(243,248,234)
#F4F8EB
(244,248,235)
#F5F8EC
(245,248,236)
#F6F8ED
(246,248,237)
#F7F8EE
(247,248,238)
#F8F8EF
(248,248,239)
#F9F8F0
(249,248,240)
#FAF8F1
(250,248,241)
#FBF8F2
(251,248,242)
#FCF8F3
(252,248,243)
#FDF8F4
(253,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3F8EA; }

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

This text font color is #F3F8EA.


Background Color

.myBgColor { background-color: #F3F8EA; }

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

This div background color is #F3F8EA.


Border color

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

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

This div border color is #F3F8EA.


Opacity

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

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

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

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

This text has shadow with #F3F8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3F8EA on black background.


Color preview on white background

This text has color #F3F8EA on white background.



Black color preview on #F3F8EA background

This text has black color on #F3F8EA background.


White color preview on #F3F8EA background

This text has white color on #F3F8EA background.