COLOR #F0ECB8

HEX: #F0ECB8
RGB: (240,236,184)

Color info

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

RGB color model

#F0ECB8 color RGB value is (240,236,184).

  • red value is 240;
  • green value is 236;
  • blue value is 184.
RGB:
(240,236,184)
(94%,93%,72%)

RGB channels and saturation

R 240 of 255 = 94%
G 236 of 255 = 93%
B 184 of 255 = 72%

240
236
184

R + G + B ~ 86%. #F0ECB8 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 236 + 184 = 660 (100%)
R 240 of 660 ~ 36.36%
G 236 of 660 ~ 35.76%
B 184 of 660 ~ 27.88%

%36.36
%35.76
%27.88

CMYK color model

#F0ECB8 color CMYK value is (0,2,23,6).

  • cyan value is 0.00%
  • magenta value is 1.67%
  • yellow value is 23.33%
  • key color value is 5.88%
CMYK:
(0,2,23,6)
C0M2Y23K6 
(0%,2%,23%,6%)
(0.00/0.02/0.23/0.06)	

CMYK percentages

%0
%1.67
%23.33
%5.88

Codes

Color #F0ECB8 in popluar color models

F0ECB8
RGB240236184
HSL56°65.12%83.14%
HSB/HSV56°23.33%94.12%
CMYK0.00%1.67%23.33%
5.88%

Color #F0ECB8 in popluar number systems.

HEXF0ECB8
Decimal240236184
Binary111100001110110010111000
Octal360354270

Shades and tints

Shades of #F0ECB8

#F0ECB8
(240,236,184)
#DBD7A8
(219,215,168)
#C6C298
(198,194,152)
#B1AD88
(177,173,136)
#9C9878
(156,152,120)
#878368
(135,131,104)
#726E58
(114,110,88)
#5D5948
(93,89,72)
#484438
(72,68,56)
#332F28
(51,47,40)
#1E1A18
(30,26,24)
#000000
(0,0,0)

Tints of #F0ECB8

#F0ECB8
(240,236,184)
#F1EDBE
(241,237,190)
#F2EEC4
(242,238,196)
#F3EFCA
(243,239,202)
#F4F0D0
(244,240,208)
#F5F1D6
(245,241,214)
#F6F2DC
(246,242,220)
#F7F3E2
(247,243,226)
#F8F4E8
(248,244,232)
#F9F5EE
(249,245,238)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0ECB8 color. Also use rgb(240,236,184) instead hex code.

Text Font Color

.myTextColor { color: #F0ECB8; }

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

This text font color is #F0ECB8.


Background Color

.myBgColor { background-color: #F0ECB8; }

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

This div background color is #F0ECB8.


Border color

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

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

This div border color is #F0ECB8.


Opacity

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

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

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

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

This text has shadow with #F0ECB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0ECB8 on black background.


Color preview on white background

This text has color #F0ECB8 on white background.



Black color preview on #F0ECB8 background

This text has black color on #F0ECB8 background.


White color preview on #F0ECB8 background

This text has white color on #F0ECB8 background.