COLOR #F0EACD

HEX: #F0EACD
RGB: (240,234,205)

Color info

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

RGB color model

#F0EACD color RGB value is (240,234,205).

  • red value is 240;
  • green value is 234;
  • blue value is 205.
RGB:
(240,234,205)
(94%,92%,80%)

RGB channels and saturation

R 240 of 255 = 94%
G 234 of 255 = 92%
B 205 of 255 = 80%

240
234
205

R + G + B ~ 89%. #F0EACD is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 234 + 205 = 679 (100%)
R 240 of 679 ~ 35.35%
G 234 of 679 ~ 34.46%
B 205 of 679 ~ 30.19%

%35.35
%34.46
%30.19

CMYK color model

#F0EACD color CMYK value is (0,3,15,6).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 14.58%
  • key color value is 5.88%
CMYK:
(0,3,15,6)
C0M3Y15K6 
(0%,3%,15%,6%)
(0.00/0.03/0.15/0.06)	

CMYK percentages

%0
%2.5
%14.58
%5.88

Codes

Color #F0EACD in popluar color models

F0EACD
RGB240234205
HSL50°53.85%87.25%
HSB/HSV50°14.58%94.12%
CMYK0.00%2.50%14.58%
5.88%

Color #F0EACD in popluar number systems.

HEXF0EACD
Decimal240234205
Binary111100001110101011001101
Octal360352315

Shades and tints

Shades of #F0EACD

#F0EACD
(240,234,205)
#DBD5BB
(219,213,187)
#C6C0A9
(198,192,169)
#B1AB97
(177,171,151)
#9C9685
(156,150,133)
#878173
(135,129,115)
#726C61
(114,108,97)
#5D574F
(93,87,79)
#48423D
(72,66,61)
#332D2B
(51,45,43)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #F0EACD

#F0EACD
(240,234,205)
#F1EBD1
(241,235,209)
#F2ECD5
(242,236,213)
#F3EDD9
(243,237,217)
#F4EEDD
(244,238,221)
#F5EFE1
(245,239,225)
#F6F0E5
(246,240,229)
#F7F1E9
(247,241,233)
#F8F2ED
(248,242,237)
#F9F3F1
(249,243,241)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0EACD color. Also use rgb(240,234,205) instead hex code.

Text Font Color

.myTextColor { color: #F0EACD; }

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

This text font color is #F0EACD.


Background Color

.myBgColor { background-color: #F0EACD; }

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

This div background color is #F0EACD.


Border color

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

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

This div border color is #F0EACD.


Opacity

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

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

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

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

This text has shadow with #F0EACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EACD on black background.


Color preview on white background

This text has color #F0EACD on white background.



Black color preview on #F0EACD background

This text has black color on #F0EACD background.


White color preview on #F0EACD background

This text has white color on #F0EACD background.