COLOR #F5F8DB

HEX: #F5F8DB
RGB: (245,248,219)

Color info

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

RGB color model

#F5F8DB color RGB value is (245,248,219).

  • red value is 245;
  • green value is 248;
  • blue value is 219.
RGB:
(245,248,219)
(96%,97%,86%)

RGB channels and saturation

R 245 of 255 = 96%
G 248 of 255 = 97%
B 219 of 255 = 86%

245
248
219

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

Portions of RGB colors in percentages

R + G + B =
245 + 248 + 219 = 712 (100%)
R 245 of 712 ~ 34.41%
G 248 of 712 ~ 34.83%
B 219 of 712 ~ 30.76%

%34.41
%34.83
%30.76

CMYK color model

#F5F8DB color CMYK value is (1,0,12,3).

  • cyan value is 1.21%
  • magenta value is 0.00%
  • yellow value is 11.69%
  • key color value is 2.75%
CMYK:
(1,0,12,3)
C1M0Y12K3 
(1%,0%,12%,3%)
(0.01/0.00/0.12/0.03)	

CMYK percentages

%1.21
%0
%11.69
%2.75

Codes

Color #F5F8DB in popluar color models

F5F8DB
RGB245248219
HSL66°67.44%91.57%
HSB/HSV66°11.69%97.25%
CMYK1.21%0.00%11.69%
2.75%

Color #F5F8DB in popluar number systems.

HEXF5F8DB
Decimal245248219
Binary111101011111100011011011
Octal365370333

Shades and tints

Shades of #F5F8DB

#F5F8DB
(245,248,219)
#DFE2C8
(223,226,200)
#C9CCB5
(201,204,181)
#B3B6A2
(179,182,162)
#9DA08F
(157,160,143)
#878A7C
(135,138,124)
#717469
(113,116,105)
#5B5E56
(91,94,86)
#454843
(69,72,67)
#2F3230
(47,50,48)
#191C1D
(25,28,29)
#000000
(0,0,0)

Tints of #F5F8DB

#F5F8DB
(245,248,219)
#F5F8DE
(245,248,222)
#F5F8E1
(245,248,225)
#F5F8E4
(245,248,228)
#F5F8E7
(245,248,231)
#F5F8EA
(245,248,234)
#F5F8ED
(245,248,237)
#F5F8F0
(245,248,240)
#F5F8F3
(245,248,243)
#F5F8F6
(245,248,246)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5F8DB; }

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

This text font color is #F5F8DB.


Background Color

.myBgColor { background-color: #F5F8DB; }

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

This div background color is #F5F8DB.


Border color

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

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

This div border color is #F5F8DB.


Opacity

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

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

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

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

This text has shadow with #F5F8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F8DB on black background.


Color preview on white background

This text has color #F5F8DB on white background.



Black color preview on #F5F8DB background

This text has black color on #F5F8DB background.


White color preview on #F5F8DB background

This text has white color on #F5F8DB background.