COLOR #F0EDCC

HEX: #F0EDCC
RGB: (240,237,204)

Color info

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

RGB color model

#F0EDCC color RGB value is (240,237,204).

  • red value is 240;
  • green value is 237;
  • blue value is 204.
RGB:
(240,237,204)
(94%,93%,80%)

RGB channels and saturation

R 240 of 255 = 94%
G 237 of 255 = 93%
B 204 of 255 = 80%

240
237
204

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

Portions of RGB colors in percentages

R + G + B =
240 + 237 + 204 = 681 (100%)
R 240 of 681 ~ 35.24%
G 237 of 681 ~ 34.8%
B 204 of 681 ~ 29.96%

%35.24
%34.8
%29.96

CMYK color model

#F0EDCC color CMYK value is (0,1,15,6).

  • cyan value is 0.00%
  • magenta value is 1.25%
  • yellow value is 15.00%
  • key color value is 5.88%
CMYK:
(0,1,15,6)
C0M1Y15K6 
(0%,1%,15%,6%)
(0.00/0.01/0.15/0.06)	

CMYK percentages

%0
%1.25
%15
%5.88

Codes

Color #F0EDCC in popluar color models

F0EDCC
RGB240237204
HSL55°54.55%87.06%
HSB/HSV55°15.00%94.12%
CMYK0.00%1.25%15.00%
5.88%

Color #F0EDCC in popluar number systems.

HEXF0EDCC
Decimal240237204
Binary111100001110110111001100
Octal360355314

Shades and tints

Shades of #F0EDCC

#F0EDCC
(240,237,204)
#DBD8BA
(219,216,186)
#C6C3A8
(198,195,168)
#B1AE96
(177,174,150)
#9C9984
(156,153,132)
#878472
(135,132,114)
#726F60
(114,111,96)
#5D5A4E
(93,90,78)
#48453C
(72,69,60)
#33302A
(51,48,42)
#1E1B18
(30,27,24)
#000000
(0,0,0)

Tints of #F0EDCC

#F0EDCC
(240,237,204)
#F1EED0
(241,238,208)
#F2EFD4
(242,239,212)
#F3F0D8
(243,240,216)
#F4F1DC
(244,241,220)
#F5F2E0
(245,242,224)
#F6F3E4
(246,243,228)
#F7F4E8
(247,244,232)
#F8F5EC
(248,245,236)
#F9F6F0
(249,246,240)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0EDCC color. Also use rgb(240,237,204) instead hex code.

Text Font Color

.myTextColor { color: #F0EDCC; }

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

This text font color is #F0EDCC.


Background Color

.myBgColor { background-color: #F0EDCC; }

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

This div background color is #F0EDCC.


Border color

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

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

This div border color is #F0EDCC.


Opacity

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

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

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

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

This text has shadow with #F0EDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EDCC on black background.


Color preview on white background

This text has color #F0EDCC on white background.



Black color preview on #F0EDCC background

This text has black color on #F0EDCC background.


White color preview on #F0EDCC background

This text has white color on #F0EDCC background.