COLOR #F0EFCF

HEX: #F0EFCF RGB: (240,239,207)

Color info

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

RGB color model

#F0EFCF color RGB value is (240,239,207).

RGB: (240,239,207) (94%, 94%, 81%)

RGB channels and saturation

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

240
239
207

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

Portions of RGB colors in percentages

R + G + B = 240 + 239 + 207 = 686 (100%)
R 240 of 686 ~ 34.99%
G 239 of 686 ~ 34.84%
B 207 of 686 ~ 30.17'%

%34.99
%34.84
%30.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.42%
  • 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.42
%13.75
%5.88

Codes

Color #F0EFCF in popluar color models

F0 EF CF
RGB 240 239 207
HSL 58° 52.38% 87.65%
HSB/HSV 58° 13.75% 94.12%
CMYK 0.00% 0.42% 13.75%
5.88%

Color #F0EFCF in popluar number systems.

HEX F0 EF CF
Decimal 240 239 207
Binary 11110000 11101111 11001111
Octal 360 357 317

Shades and tints

Shades of #F0EFCF

#F0EFCF
(240,239,207)
#DBDABD
(219,218,189)
#C6C5AB
(198,197,171)
#B1B099
(177,176,153)
#9C9B87
(156,155,135)
#878675
(135,134,117)
#727163
(114,113,99)
#5D5C51
(93,92,81)
#48473F
(72,71,63)
#33322D
(51,50,45)
#1E1D1B
(30,29,27)
#000000
(0,0,0)

Tints of #F0EFCF

#F0EFCF
(240,239,207)
#F1F0D3
(241,240,211)
#F2F1D7
(242,241,215)
#F3F2DB
(243,242,219)
#F4F3DF
(244,243,223)
#F5F4E3
(245,244,227)
#F6F5E7
(246,245,231)
#F7F6EB
(247,246,235)
#F8F7EF
(248,247,239)
#F9F8F3
(249,248,243)
#FAF9F7
(250,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EFCF; }

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

This text font color is #F0EFCF.

Background Color

.myBgColor { background-color: #F0EFCF; }

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

This div background color is #F0EFCF.

Border color

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

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

This div border color is #F0EFCF.

Opacity

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

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

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

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

This text has shadow with #F0EFCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0EFCF.

Preview

Color preview on black background

This text has color #F0EFCF on black background.


Color preview on white background

This text has color #F0EFCF on white background.


Black color preview on #F0EFCF background

This text has black color on #F0EFCF background.


White color preview on #F0EFCF background

This text has white color on #F0EFCF background.


Related colors

Complementary color

Complementary color for #hex is #0F1030.


I love getcolorcode.com

Triadic colors

1 #CFF0EF and #EFCFF0 with #F0EFCF are triadic colors.

2 #CFEFF0 and #EFF0CF with #F0EFCF are triadic colors.