COLOR #F3F9DF

HEX: #F3F9DF
RGB: (243,249,223)

Color info

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

RGB color model

#F3F9DF color RGB value is (243,249,223).

  • red value is 243;
  • green value is 249;
  • blue value is 223.
RGB:
(243,249,223)
(95%,98%,87%)

RGB channels and saturation

R 243 of 255 = 95%
G 249 of 255 = 98%
B 223 of 255 = 87%

243
249
223

R + G + B ~ 93%. #F3F9DF is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 249 + 223 = 715 (100%)
R 243 of 715 ~ 33.99%
G 249 of 715 ~ 34.83%
B 223 of 715 ~ 31.19%

%33.99
%34.83
%31.19

CMYK color model

#F3F9DF color CMYK value is (2,0,10,2).

  • cyan value is 2.41%
  • magenta value is 0.00%
  • yellow value is 10.44%
  • key color value is 2.35%
CMYK:
(2,0,10,2)
C2M0Y10K2 
(2%,0%,10%,2%)
(0.02/0.00/0.10/0.02)	

CMYK percentages

%2.41
%0
%10.44
%2.35

Codes

Color #F3F9DF in popluar color models

F3F9DF
RGB243249223
HSL74°68.42%92.55%
HSB/HSV74°10.44%97.65%
CMYK2.41%0.00%10.44%
2.35%

Color #F3F9DF in popluar number systems.

HEXF3F9DF
Decimal243249223
Binary111100111111100111011111
Octal363371337

Shades and tints

Shades of #F3F9DF

#F3F9DF
(243,249,223)
#DDE3CB
(221,227,203)
#C7CDB7
(199,205,183)
#B1B7A3
(177,183,163)
#9BA18F
(155,161,143)
#858B7B
(133,139,123)
#6F7567
(111,117,103)
#595F53
(89,95,83)
#43493F
(67,73,63)
#2D332B
(45,51,43)
#171D17
(23,29,23)
#000000
(0,0,0)

Tints of #F3F9DF

#F3F9DF
(243,249,223)
#F4F9E1
(244,249,225)
#F5F9E3
(245,249,227)
#F6F9E5
(246,249,229)
#F7F9E7
(247,249,231)
#F8F9E9
(248,249,233)
#F9F9EB
(249,249,235)
#FAF9ED
(250,249,237)
#FBF9EF
(251,249,239)
#FCF9F1
(252,249,241)
#FDF9F3
(253,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3F9DF color. Also use rgb(243,249,223) instead hex code.

Text Font Color

.myTextColor { color: #F3F9DF; }

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

This text font color is #F3F9DF.


Background Color

.myBgColor { background-color: #F3F9DF; }

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

This div background color is #F3F9DF.


Border color

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

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

This div border color is #F3F9DF.


Opacity

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

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

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

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

This text has shadow with #F3F9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3F9DF on black background.


Color preview on white background

This text has color #F3F9DF on white background.



Black color preview on #F3F9DF background

This text has black color on #F3F9DF background.


White color preview on #F3F9DF background

This text has white color on #F3F9DF background.