COLOR #F0E3B7

HEX: #F0E3B7
RGB: (240,227,183)

Color info

#F0E3B7 contains red, green and blue colors in about the same proportion. Web safe color of #F0E3B7 is #FFCCCC (or #FCC).

RGB color model

#F0E3B7 color RGB value is (240,227,183).

  • red value is 240;
  • green value is 227;
  • blue value is 183.
RGB:
(240,227,183)
(94%,89%,72%)

RGB channels and saturation

R 240 of 255 = 94%
G 227 of 255 = 89%
B 183 of 255 = 72%

240
227
183

R + G + B ~ 85%. #F0E3B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 227 + 183 = 650 (100%)
R 240 of 650 ~ 36.92%
G 227 of 650 ~ 34.92%
B 183 of 650 ~ 28.15%

%36.92
%34.92
%28.15

CMYK color model

#F0E3B7 color CMYK value is (0,5,24,6).

  • cyan value is 0.00%
  • magenta value is 5.42%
  • yellow value is 23.75%
  • key color value is 5.88%
CMYK:
(0,5,24,6)
C0M5Y24K6 
(0%,5%,24%,6%)
(0.00/0.05/0.24/0.06)	

CMYK percentages

%0
%5.42
%23.75
%5.88

Codes

Color #F0E3B7 in popluar color models

F0E3B7
RGB240227183
HSL46°65.52%82.94%
HSB/HSV46°23.75%94.12%
CMYK0.00%5.42%23.75%
5.88%

Color #F0E3B7 in popluar number systems.

HEXF0E3B7
Decimal240227183
Binary111100001110001110110111
Octal360343267

Shades and tints

Shades of #F0E3B7

#F0E3B7
(240,227,183)
#DBCFA7
(219,207,167)
#C6BB97
(198,187,151)
#B1A787
(177,167,135)
#9C9377
(156,147,119)
#877F67
(135,127,103)
#726B57
(114,107,87)
#5D5747
(93,87,71)
#484337
(72,67,55)
#332F27
(51,47,39)
#1E1B17
(30,27,23)
#000000
(0,0,0)

Tints of #F0E3B7

#F0E3B7
(240,227,183)
#F1E5BD
(241,229,189)
#F2E7C3
(242,231,195)
#F3E9C9
(243,233,201)
#F4EBCF
(244,235,207)
#F5EDD5
(245,237,213)
#F6EFDB
(246,239,219)
#F7F1E1
(247,241,225)
#F8F3E7
(248,243,231)
#F9F5ED
(249,245,237)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E3B7 color. Also use rgb(240,227,183) instead hex code.

Text Font Color

.myTextColor { color: #F0E3B7; }

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

This text font color is #F0E3B7.


Background Color

.myBgColor { background-color: #F0E3B7; }

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

This div background color is #F0E3B7.


Border color

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

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

This div border color is #F0E3B7.


Opacity

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

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

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

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

This text has shadow with #F0E3B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E3B7 on black background.


Color preview on white background

This text has color #F0E3B7 on white background.



Black color preview on #F0E3B7 background

This text has black color on #F0E3B7 background.


White color preview on #F0E3B7 background

This text has white color on #F0E3B7 background.