COLOR #F0EBE7

HEX: #F0EBE7
RGB: (240,235,231)

Color info

#F0EBE7 contains red, green and blue colors in about the same proportion. Web safe color of #F0EBE7 is #FFFFFF (or #FFF).

RGB color model

#F0EBE7 color RGB value is (240,235,231).

  • red value is 240;
  • green value is 235;
  • blue value is 231.
RGB:
(240,235,231)
(94%,92%,91%)

RGB channels and saturation

R 240 of 255 = 94%
G 235 of 255 = 92%
B 231 of 255 = 91%

240
235
231

R + G + B ~ 92%. #F0EBE7 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 235 + 231 = 706 (100%)
R 240 of 706 ~ 33.99%
G 235 of 706 ~ 33.29%
B 231 of 706 ~ 32.72%

%33.99
%33.29
%32.72

CMYK color model

#F0EBE7 color CMYK value is (0,2,4,6).

  • cyan value is 0.00%
  • magenta value is 2.08%
  • yellow value is 3.75%
  • key color value is 5.88%
CMYK:
(0,2,4,6)
C0M2Y4K6 
(0%,2%,4%,6%)
(0.00/0.02/0.04/0.06)	

CMYK percentages

%0
%2.08
%3.75
%5.88

Codes

Color #F0EBE7 in popluar color models

F0EBE7
RGB240235231
HSL27°23.08%92.35%
HSB/HSV27°3.75%94.12%
CMYK0.00%2.08%3.75%
5.88%

Color #F0EBE7 in popluar number systems.

HEXF0EBE7
Decimal240235231
Binary111100001110101111100111
Octal360353347

Shades and tints

Shades of #F0EBE7

#F0EBE7
(240,235,231)
#DBD6D2
(219,214,210)
#C6C1BD
(198,193,189)
#B1ACA8
(177,172,168)
#9C9793
(156,151,147)
#87827E
(135,130,126)
#726D69
(114,109,105)
#5D5854
(93,88,84)
#48433F
(72,67,63)
#332E2A
(51,46,42)
#1E1915
(30,25,21)
#000000
(0,0,0)

Tints of #F0EBE7

#F0EBE7
(240,235,231)
#F1ECE9
(241,236,233)
#F2EDEB
(242,237,235)
#F3EEED
(243,238,237)
#F4EFEF
(244,239,239)
#F5F0F1
(245,240,241)
#F6F1F3
(246,241,243)
#F7F2F5
(247,242,245)
#F8F3F7
(248,243,247)
#F9F4F9
(249,244,249)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EBE7; }

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

This text font color is #F0EBE7.


Background Color

.myBgColor { background-color: #F0EBE7; }

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

This div background color is #F0EBE7.


Border color

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

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

This div border color is #F0EBE7.


Opacity

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

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

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

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

This text has shadow with #F0EBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EBE7 on black background.


Color preview on white background

This text has color #F0EBE7 on white background.



Black color preview on #F0EBE7 background

This text has black color on #F0EBE7 background.


White color preview on #F0EBE7 background

This text has white color on #F0EBE7 background.