COLOR #F5F5DF

HEX: #F5F5DF
RGB: (245,245,223)

Color info

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

RGB color model

#F5F5DF color RGB value is (245,245,223).

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

RGB channels and saturation

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

245
245
223

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

Portions of RGB colors in percentages

R + G + B =
245 + 245 + 223 = 713 (100%)
R 245 of 713 ~ 34.36%
G 245 of 713 ~ 34.36%
B 223 of 713 ~ 31.28%

%34.36
%34.36
%31.28

CMYK color model

#F5F5DF color CMYK value is (0,0,9,4).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 8.98%
  • key color value is 3.92%
CMYK:
(0,0,9,4)
C0M0Y9K4 
(0%,0%,9%,4%)
(0.00/0.00/0.09/0.04)	

CMYK percentages

%0
%0
%8.98
%3.92

Codes

Color #F5F5DF in popluar color models

F5F5DF
RGB245245223
HSL60°52.38%91.76%
HSB/HSV60°8.98%96.08%
CMYK0.00%0.00%8.98%
3.92%

Color #F5F5DF in popluar number systems.

HEXF5F5DF
Decimal245245223
Binary111101011111010111011111
Octal365365337

Shades and tints

Shades of #F5F5DF

#F5F5DF
(245,245,223)
#DFDFCB
(223,223,203)
#C9C9B7
(201,201,183)
#B3B3A3
(179,179,163)
#9D9D8F
(157,157,143)
#87877B
(135,135,123)
#717167
(113,113,103)
#5B5B53
(91,91,83)
#45453F
(69,69,63)
#2F2F2B
(47,47,43)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #F5F5DF

#F5F5DF
(245,245,223)
#F5F5E1
(245,245,225)
#F5F5E3
(245,245,227)
#F5F5E5
(245,245,229)
#F5F5E7
(245,245,231)
#F5F5E9
(245,245,233)
#F5F5EB
(245,245,235)
#F5F5ED
(245,245,237)
#F5F5EF
(245,245,239)
#F5F5F1
(245,245,241)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5F5DF; }

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

This text font color is #F5F5DF.


Background Color

.myBgColor { background-color: #F5F5DF; }

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

This div background color is #F5F5DF.


Border color

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

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

This div border color is #F5F5DF.


Opacity

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

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

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

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

This text has shadow with #F5F5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F5DF on black background.


Color preview on white background

This text has color #F5F5DF on white background.



Black color preview on #F5F5DF background

This text has black color on #F5F5DF background.


White color preview on #F5F5DF background

This text has white color on #F5F5DF background.