COLOR #F0E9B2

HEX: #F0E9B2
RGB: (240,233,178)

Color info

#F0E9B2 contains mainly red and green colors. Web safe color of #F0E9B2 is #FFFF99 (or #FF9).

RGB color model

#F0E9B2 color RGB value is (240,233,178).

  • red value is 240;
  • green value is 233;
  • blue value is 178.
RGB:
(240,233,178)
(94%,91%,70%)

RGB channels and saturation

R 240 of 255 = 94%
G 233 of 255 = 91%
B 178 of 255 = 70%

240
233
178

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

Portions of RGB colors in percentages

R + G + B =
240 + 233 + 178 = 651 (100%)
R 240 of 651 ~ 36.87%
G 233 of 651 ~ 35.79%
B 178 of 651 ~ 27.34%

%36.87
%35.79
%27.34

CMYK color model

#F0E9B2 color CMYK value is (0,3,26,6).

  • cyan value is 0.00%
  • magenta value is 2.92%
  • yellow value is 25.83%
  • key color value is 5.88%
CMYK:
(0,3,26,6)
C0M3Y26K6 
(0%,3%,26%,6%)
(0.00/0.03/0.26/0.06)	

CMYK percentages

%0
%2.92
%25.83
%5.88

Codes

Color #F0E9B2 in popluar color models

F0E9B2
RGB240233178
HSL53°67.39%81.96%
HSB/HSV53°25.83%94.12%
CMYK0.00%2.92%25.83%
5.88%

Color #F0E9B2 in popluar number systems.

HEXF0E9B2
Decimal240233178
Binary111100001110100110110010
Octal360351262

Shades and tints

Shades of #F0E9B2

#F0E9B2
(240,233,178)
#DBD4A2
(219,212,162)
#C6BF92
(198,191,146)
#B1AA82
(177,170,130)
#9C9572
(156,149,114)
#878062
(135,128,98)
#726B52
(114,107,82)
#5D5642
(93,86,66)
#484132
(72,65,50)
#332C22
(51,44,34)
#1E1712
(30,23,18)
#000000
(0,0,0)

Tints of #F0E9B2

#F0E9B2
(240,233,178)
#F1EBB9
(241,235,185)
#F2EDC0
(242,237,192)
#F3EFC7
(243,239,199)
#F4F1CE
(244,241,206)
#F5F3D5
(245,243,213)
#F6F5DC
(246,245,220)
#F7F7E3
(247,247,227)
#F8F9EA
(248,249,234)
#F9FBF1
(249,251,241)
#FAFDF8
(250,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E9B2 color. Also use rgb(240,233,178) instead hex code.

Text Font Color

.myTextColor { color: #F0E9B2; }

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

This text font color is #F0E9B2.


Background Color

.myBgColor { background-color: #F0E9B2; }

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

This div background color is #F0E9B2.


Border color

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

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

This div border color is #F0E9B2.


Opacity

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

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

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

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

This text has shadow with #F0E9B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E9B2 on black background.


Color preview on white background

This text has color #F0E9B2 on white background.



Black color preview on #F0E9B2 background

This text has black color on #F0E9B2 background.


White color preview on #F0E9B2 background

This text has white color on #F0E9B2 background.