COLOR #F5F9DF

HEX: #F5F9DF
RGB: (245,249,223)

Color info

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

RGB color model

#F5F9DF color RGB value is (245,249,223).

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

RGB channels and saturation

R 245 of 255 = 96%
G 249 of 255 = 98%
B 223 of 255 = 87%

245
249
223

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

Portions of RGB colors in percentages

R + G + B =
245 + 249 + 223 = 717 (100%)
R 245 of 717 ~ 34.17%
G 249 of 717 ~ 34.73%
B 223 of 717 ~ 31.1%

%34.17
%34.73
%31.1

CMYK color model

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

  • cyan value is 1.61%
  • 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

%1.61
%0
%10.44
%2.35

Codes

Color #F5F9DF in popluar color models

F5F9DF
RGB245249223
HSL69°68.42%92.55%
HSB/HSV69°10.44%97.65%
CMYK1.61%0.00%10.44%
2.35%

Color #F5F9DF in popluar number systems.

HEXF5F9DF
Decimal245249223
Binary111101011111100111011111
Octal365371337

Shades and tints

Shades of #F5F9DF

#F5F9DF
(245,249,223)
#DFE3CB
(223,227,203)
#C9CDB7
(201,205,183)
#B3B7A3
(179,183,163)
#9DA18F
(157,161,143)
#878B7B
(135,139,123)
#717567
(113,117,103)
#5B5F53
(91,95,83)
#45493F
(69,73,63)
#2F332B
(47,51,43)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #F5F9DF

#F5F9DF
(245,249,223)
#F5F9E1
(245,249,225)
#F5F9E3
(245,249,227)
#F5F9E5
(245,249,229)
#F5F9E7
(245,249,231)
#F5F9E9
(245,249,233)
#F5F9EB
(245,249,235)
#F5F9ED
(245,249,237)
#F5F9EF
(245,249,239)
#F5F9F1
(245,249,241)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5F9DF; }

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

This text font color is #F5F9DF.


Background Color

.myBgColor { background-color: #F5F9DF; }

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

This div background color is #F5F9DF.


Border color

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

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

This div border color is #F5F9DF.


Opacity

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

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

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

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

This text has shadow with #F5F9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F9DF on black background.


Color preview on white background

This text has color #F5F9DF on white background.



Black color preview on #F5F9DF background

This text has black color on #F5F9DF background.


White color preview on #F5F9DF background

This text has white color on #F5F9DF background.