COLOR #F0EECF

HEX: #F0EECF RGB: (240,238,207)

Color info

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

RGB color model

#F0EECF color RGB value is (240,238,207).

RGB: (240,238,207) (94%, 93%, 81%)

RGB channels and saturation

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

240
238
207

R + G + B ~ 89%. #F0EECF is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 238 + 207 = 685 (100%)
R 240 of 685 ~ 35.04%
G 238 of 685 ~ 34.74%
B 207 of 685 ~ 30.22'%

%35.04
%34.74
%30.22

CMYK color model

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

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

CMYK percentages

%0
%0.83
%13.75
%5.88

Codes

Color #F0EECF in popluar color models

F0 EE CF
RGB 240 238 207
HSL 56° 52.38% 87.65%
HSB/HSV 56° 13.75% 94.12%
CMYK 0.00% 0.83% 13.75%
5.88%

Color #F0EECF in popluar number systems.

HEX F0 EE CF
Decimal 240 238 207
Binary 11110000 11101110 11001111
Octal 360 356 317

Shades and tints

Shades of #F0EECF

#F0EECF
(240,238,207)
#DBD9BD
(219,217,189)
#C6C4AB
(198,196,171)
#B1AF99
(177,175,153)
#9C9A87
(156,154,135)
#878575
(135,133,117)
#727063
(114,112,99)
#5D5B51
(93,91,81)
#48463F
(72,70,63)
#33312D
(51,49,45)
#1E1C1B
(30,28,27)
#000000
(0,0,0)

Tints of #F0EECF

#F0EECF
(240,238,207)
#F1EFD3
(241,239,211)
#F2F0D7
(242,240,215)
#F3F1DB
(243,241,219)
#F4F2DF
(244,242,223)
#F5F3E3
(245,243,227)
#F6F4E7
(246,244,231)
#F7F5EB
(247,245,235)
#F8F6EF
(248,246,239)
#F9F7F3
(249,247,243)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EECF; }

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

This text font color is #F0EECF.

Background Color

.myBgColor { background-color: #F0EECF; }

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

This div background color is #F0EECF.

Border color

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

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

This div border color is #F0EECF.

Opacity

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

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

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

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

This text has shadow with #F0EECF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0EECF.

Preview

Color preview on black background

This text has color #F0EECF on black background.


Color preview on white background

This text has color #F0EECF on white background.


Black color preview on #F0EECF background

This text has black color on #F0EECF background.


White color preview on #F0EECF background

This text has white color on #F0EECF background.


Related colors

Complementary color

Complementary color for #hex is #0F1130.


I love getcolorcode.com

Triadic colors

1 #CFF0EE and #EECFF0 with #F0EECF are triadic colors.

2 #CFEEF0 and #EEF0CF with #F0EECF are triadic colors.