COLOR #F0EFBF

HEX: #F0EFBF
RGB: (240,239,191)

Color info

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

RGB color model

#F0EFBF color RGB value is (240,239,191).

  • red value is 240;
  • green value is 239;
  • blue value is 191.
RGB:
(240,239,191)
(94%,94%,75%)

RGB channels and saturation

R 240 of 255 = 94%
G 239 of 255 = 94%
B 191 of 255 = 75%

240
239
191

R + G + B ~ 88%. #F0EFBF is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 239 + 191 = 670 (100%)
R 240 of 670 ~ 35.82%
G 239 of 670 ~ 35.67%
B 191 of 670 ~ 28.51%

%35.82
%35.67
%28.51

CMYK color model

#F0EFBF color CMYK value is (0,0,20,6).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 20.42%
  • key color value is 5.88%
CMYK:
(0,0,20,6)
C0M0Y20K6 
(0%,0%,20%,6%)
(0.00/0.00/0.20/0.06)	

CMYK percentages

%0
%0.42
%20.42
%5.88

Codes

Color #F0EFBF in popluar color models

F0EFBF
RGB240239191
HSL59°62.03%84.51%
HSB/HSV59°20.42%94.12%
CMYK0.00%0.42%20.42%
5.88%

Color #F0EFBF in popluar number systems.

HEXF0EFBF
Decimal240239191
Binary111100001110111110111111
Octal360357277

Shades and tints

Shades of #F0EFBF

#F0EFBF
(240,239,191)
#DBDAAE
(219,218,174)
#C6C59D
(198,197,157)
#B1B08C
(177,176,140)
#9C9B7B
(156,155,123)
#87866A
(135,134,106)
#727159
(114,113,89)
#5D5C48
(93,92,72)
#484737
(72,71,55)
#333226
(51,50,38)
#1E1D15
(30,29,21)
#000000
(0,0,0)

Tints of #F0EFBF

#F0EFBF
(240,239,191)
#F1F0C4
(241,240,196)
#F2F1C9
(242,241,201)
#F3F2CE
(243,242,206)
#F4F3D3
(244,243,211)
#F5F4D8
(245,244,216)
#F6F5DD
(246,245,221)
#F7F6E2
(247,246,226)
#F8F7E7
(248,247,231)
#F9F8EC
(249,248,236)
#FAF9F1
(250,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EFBF; }

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

This text font color is #F0EFBF.


Background Color

.myBgColor { background-color: #F0EFBF; }

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

This div background color is #F0EFBF.


Border color

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

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

This div border color is #F0EFBF.


Opacity

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

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

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

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

This text has shadow with #F0EFBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EFBF on black background.


Color preview on white background

This text has color #F0EFBF on white background.



Black color preview on #F0EFBF background

This text has black color on #F0EFBF background.


White color preview on #F0EFBF background

This text has white color on #F0EFBF background.