COLOR #F0F0CF

HEX: #F0F0CF
RGB: (240,240,207)

Color info

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

RGB color model

#F0F0CF color RGB value is (240,240,207).

  • red value is 240;
  • green value is 240;
  • blue value is 207.
RGB:
(240,240,207)
(94%,94%,81%)

RGB channels and saturation

R 240 of 255 = 94%
G 240 of 255 = 94%
B 207 of 255 = 81%

240
240
207

R + G + B ~ 90%. #F0F0CF is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 240 + 207 = 687 (100%)
R 240 of 687 ~ 34.93%
G 240 of 687 ~ 34.93%
B 207 of 687 ~ 30.13%

%34.93
%34.93
%30.13

CMYK color model

#F0F0CF color CMYK value is (0,0,14,6).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 13.75%
  • key color value is 5.88%
CMYK:
(0,0,14,6)
C0M0Y14K6 
(0%,0%,14%,6%)
(0.00/0.00/0.14/0.06)	

CMYK percentages

%0
%0
%13.75
%5.88

Codes

Color #F0F0CF in popluar color models

F0F0CF
RGB240240207
HSL60°52.38%87.65%
HSB/HSV60°13.75%94.12%
CMYK0.00%0.00%13.75%
5.88%

Color #F0F0CF in popluar number systems.

HEXF0F0CF
Decimal240240207
Binary111100001111000011001111
Octal360360317

Shades and tints

Shades of #F0F0CF

#F0F0CF
(240,240,207)
#DBDBBD
(219,219,189)
#C6C6AB
(198,198,171)
#B1B199
(177,177,153)
#9C9C87
(156,156,135)
#878775
(135,135,117)
#727263
(114,114,99)
#5D5D51
(93,93,81)
#48483F
(72,72,63)
#33332D
(51,51,45)
#1E1E1B
(30,30,27)
#000000
(0,0,0)

Tints of #F0F0CF

#F0F0CF
(240,240,207)
#F1F1D3
(241,241,211)
#F2F2D7
(242,242,215)
#F3F3DB
(243,243,219)
#F4F4DF
(244,244,223)
#F5F5E3
(245,245,227)
#F6F6E7
(246,246,231)
#F7F7EB
(247,247,235)
#F8F8EF
(248,248,239)
#F9F9F3
(249,249,243)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0F0CF; }

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

This text font color is #F0F0CF.


Background Color

.myBgColor { background-color: #F0F0CF; }

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

This div background color is #F0F0CF.


Border color

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

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

This div border color is #F0F0CF.


Opacity

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

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

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

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

This text has shadow with #F0F0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F0CF on black background.


Color preview on white background

This text has color #F0F0CF on white background.



Black color preview on #F0F0CF background

This text has black color on #F0F0CF background.


White color preview on #F0F0CF background

This text has white color on #F0F0CF background.