COLOR #F0EBCF

HEX: #F0EBCF RGB: (240,235,207)

Color info

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

RGB color model

#F0EBCF color RGB value is (240,235,207).

RGB: (240,235,207) (94%, 92%, 81%)

RGB channels and saturation

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

240
235
207

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

Portions of RGB colors in percentages

R + G + B = 240 + 235 + 207 = 682 (100%)
R 240 of 682 ~ 35.19%
G 235 of 682 ~ 34.46%
B 207 of 682 ~ 30.35'%

%35.19
%34.46
%30.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.08%
  • yellow value is 13.75%
  • key color value is 5.88%

CMYK: (0,2,14,6)
C0M2Y14K6 (0%, 2%, 14%, 6%)
(0.00 / 0.02 / 0.14 / 0.06)

CMYK percentages

%0
%2.08
%13.75
%5.88

Codes

Color #F0EBCF in popluar color models

F0 EB CF
RGB 240 235 207
HSL 51° 52.38% 87.65%
HSB/HSV 51° 13.75% 94.12%
CMYK 0.00% 2.08% 13.75%
5.88%

Color #F0EBCF in popluar number systems.

HEX F0 EB CF
Decimal 240 235 207
Binary 11110000 11101011 11001111
Octal 360 353 317

Shades and tints

Shades of #F0EBCF

#F0EBCF
(240,235,207)
#DBD6BD
(219,214,189)
#C6C1AB
(198,193,171)
#B1AC99
(177,172,153)
#9C9787
(156,151,135)
#878275
(135,130,117)
#726D63
(114,109,99)
#5D5851
(93,88,81)
#48433F
(72,67,63)
#332E2D
(51,46,45)
#1E191B
(30,25,27)
#000000
(0,0,0)

Tints of #F0EBCF

#F0EBCF
(240,235,207)
#F1ECD3
(241,236,211)
#F2EDD7
(242,237,215)
#F3EEDB
(243,238,219)
#F4EFDF
(244,239,223)
#F5F0E3
(245,240,227)
#F6F1E7
(246,241,231)
#F7F2EB
(247,242,235)
#F8F3EF
(248,243,239)
#F9F4F3
(249,244,243)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EBCF; }

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

This text font color is #F0EBCF.

Background Color

.myBgColor { background-color: #F0EBCF; }

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

This div background color is #F0EBCF.

Border color

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

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

This div border color is #F0EBCF.

Opacity

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

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

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

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

This text has shadow with #F0EBCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0EBCF.

Preview

Color preview on black background

This text has color #F0EBCF on black background.


Color preview on white background

This text has color #F0EBCF on white background.


Black color preview on #F0EBCF background

This text has black color on #F0EBCF background.


White color preview on #F0EBCF background

This text has white color on #F0EBCF background.


Related colors

Complementary color

Complementary color for #hex is #0F1430.


I love getcolorcode.com

Triadic colors

1 #CFF0EB and #EBCFF0 with #F0EBCF are triadic colors.

2 #CFEBF0 and #EBF0CF with #F0EBCF are triadic colors.