COLOR #F0F0DB

HEX: #F0F0DB RGB: (240,240,219)

Color info

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

RGB color model

#F0F0DB color RGB value is (240,240,219).

RGB: (240,240,219) (94%, 94%, 86%)

RGB channels and saturation

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

240
240
219

R + G + B ~ 91%. #F0F0DB is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 240 + 219 = 699 (100%)
R 240 of 699 ~ 34.33%
G 240 of 699 ~ 34.33%
B 219 of 699 ~ 31.33'%

%34.33
%34.33
%31.33

CMYK color model

#F0F0DB color CMYK value is (0,0,9,6).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 8.75%
  • key color value is 5.88%
CMYK: (0,0,9,6) C0M0Y9K6 (0%,0%,9%,6%) (0.00/0.00/0.09/0.06) 

CMYK percentages

%0
%0
%8.75
%5.88

Codes

Color #F0F0DB in popluar color models

F0 F0 DB
RGB 240 240 219
HSL 60° 41.18% 90.00%
HSB/HSV 60° 8.75% 94.12%
CMYK 0.00% 0.00% 8.75%
5.88%

Color #F0F0DB in popluar number systems.

HEX F0 F0 DB
Decimal 240 240 219
Binary 11110000 11110000 11011011
Octal 360 360 333

Shades and tints

Shades of #F0F0DB

#F0F0DB
(240,240,219)
#DBDBC8
(219,219,200)
#C6C6B5
(198,198,181)
#B1B1A2
(177,177,162)
#9C9C8F
(156,156,143)
#87877C
(135,135,124)
#727269
(114,114,105)
#5D5D56
(93,93,86)
#484843
(72,72,67)
#333330
(51,51,48)
#1E1E1D
(30,30,29)
#000000
(0,0,0)

Tints of #F0F0DB

#F0F0DB
(240,240,219)
#F1F1DE
(241,241,222)
#F2F2E1
(242,242,225)
#F3F3E4
(243,243,228)
#F4F4E7
(244,244,231)
#F5F5EA
(245,245,234)
#F6F6ED
(246,246,237)
#F7F7F0
(247,247,240)
#F8F8F3
(248,248,243)
#F9F9F6
(249,249,246)
#FAFAF9
(250,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0F0DB; }

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

This text font color is #F0F0DB.

Background Color

.myBgColor { background-color: #F0F0DB; }

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

This div background color is #F0F0DB.

Border color

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

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

This div border color is #F0F0DB.

Opacity

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

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

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

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

This text has shadow with #F0F0DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0F0DB.

Preview

Color preview on black background

This text has color #F0F0DB on black background.


Color preview on white background

This text has color #F0F0DB on white background.


Black color preview on #F0F0DB background

This text has black color on #F0F0DB background.


White color preview on #F0F0DB background

This text has white color on #F0F0DB background.


Related colors

Complementary color

Complementary color for #hex is #0F0F24.


I love getcolorcode.com