COLOR #F0F8DB

HEX: #F0F8DB
RGB: (240,248,219)

Color info

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

RGB color model

#F0F8DB color RGB value is (240,248,219).

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

RGB channels and saturation

R 240 of 255 = 94%
G 248 of 255 = 97%
B 219 of 255 = 86%

240
248
219

R + G + B ~ 92%. #F0F8DB is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 248 + 219 = 707 (100%)
R 240 of 707 ~ 33.95%
G 248 of 707 ~ 35.08%
B 219 of 707 ~ 30.98%

%33.95
%35.08
%30.98

CMYK color model

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

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 11.69%
  • key color value is 2.75%
CMYK:
(3,0,12,3)
C3M0Y12K3 
(3%,0%,12%,3%)
(0.03/0.00/0.12/0.03)	

CMYK percentages

%3.23
%0
%11.69
%2.75

Codes

Color #F0F8DB in popluar color models

F0F8DB
RGB240248219
HSL77°67.44%91.57%
HSB/HSV77°11.69%97.25%
CMYK3.23%0.00%11.69%
2.75%

Color #F0F8DB in popluar number systems.

HEXF0F8DB
Decimal240248219
Binary111100001111100011011011
Octal360370333

Shades and tints

Shades of #F0F8DB

#F0F8DB
(240,248,219)
#DBE2C8
(219,226,200)
#C6CCB5
(198,204,181)
#B1B6A2
(177,182,162)
#9CA08F
(156,160,143)
#878A7C
(135,138,124)
#727469
(114,116,105)
#5D5E56
(93,94,86)
#484843
(72,72,67)
#333230
(51,50,48)
#1E1C1D
(30,28,29)
#000000
(0,0,0)

Tints of #F0F8DB

#F0F8DB
(240,248,219)
#F1F8DE
(241,248,222)
#F2F8E1
(242,248,225)
#F3F8E4
(243,248,228)
#F4F8E7
(244,248,231)
#F5F8EA
(245,248,234)
#F6F8ED
(246,248,237)
#F7F8F0
(247,248,240)
#F8F8F3
(248,248,243)
#F9F8F6
(249,248,246)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0F8DB; }

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

This text font color is #F0F8DB.


Background Color

.myBgColor { background-color: #F0F8DB; }

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

This div background color is #F0F8DB.


Border color

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

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

This div border color is #F0F8DB.


Opacity

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

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

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

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

This text has shadow with #F0F8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F8DB on black background.


Color preview on white background

This text has color #F0F8DB on white background.



Black color preview on #F0F8DB background

This text has black color on #F0F8DB background.


White color preview on #F0F8DB background

This text has white color on #F0F8DB background.