COLOR #F0DCB3

HEX: #F0DCB3
RGB: (240,220,179)

Color info

#F0DCB3 contains mainly red and green colors. Web safe color of #F0DCB3 is #FFCC99 (or #FC9).

RGB color model

#F0DCB3 color RGB value is (240,220,179).

  • red value is 240;
  • green value is 220;
  • blue value is 179.
RGB:
(240,220,179)
(94%,86%,70%)

RGB channels and saturation

R 240 of 255 = 94%
G 220 of 255 = 86%
B 179 of 255 = 70%

240
220
179

R + G + B ~ 83%. #F0DCB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 220 + 179 = 639 (100%)
R 240 of 639 ~ 37.56%
G 220 of 639 ~ 34.43%
B 179 of 639 ~ 28.01%

%37.56
%34.43
%28.01

CMYK color model

#F0DCB3 color CMYK value is (0,8,25,6).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 25.42%
  • key color value is 5.88%
CMYK:
(0,8,25,6)
C0M8Y25K6 
(0%,8%,25%,6%)
(0.00/0.08/0.25/0.06)	

CMYK percentages

%0
%8.33
%25.42
%5.88

Codes

Color #F0DCB3 in popluar color models

F0DCB3
RGB240220179
HSL40°67.03%82.16%
HSB/HSV40°25.42%94.12%
CMYK0.00%8.33%25.42%
5.88%

Color #F0DCB3 in popluar number systems.

HEXF0DCB3
Decimal240220179
Binary111100001101110010110011
Octal360334263

Shades and tints

Shades of #F0DCB3

#F0DCB3
(240,220,179)
#DBC8A3
(219,200,163)
#C6B493
(198,180,147)
#B1A083
(177,160,131)
#9C8C73
(156,140,115)
#877863
(135,120,99)
#726453
(114,100,83)
#5D5043
(93,80,67)
#483C33
(72,60,51)
#332823
(51,40,35)
#1E1413
(30,20,19)
#000000
(0,0,0)

Tints of #F0DCB3

#F0DCB3
(240,220,179)
#F1DFB9
(241,223,185)
#F2E2BF
(242,226,191)
#F3E5C5
(243,229,197)
#F4E8CB
(244,232,203)
#F5EBD1
(245,235,209)
#F6EED7
(246,238,215)
#F7F1DD
(247,241,221)
#F8F4E3
(248,244,227)
#F9F7E9
(249,247,233)
#FAFAEF
(250,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0DCB3 color. Also use rgb(240,220,179) instead hex code.

Text Font Color

.myTextColor { color: #F0DCB3; }

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

This text font color is #F0DCB3.


Background Color

.myBgColor { background-color: #F0DCB3; }

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

This div background color is #F0DCB3.


Border color

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

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

This div border color is #F0DCB3.


Opacity

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

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

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

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

This text has shadow with #F0DCB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DCB3 on black background.


Color preview on white background

This text has color #F0DCB3 on white background.



Black color preview on #F0DCB3 background

This text has black color on #F0DCB3 background.


White color preview on #F0DCB3 background

This text has white color on #F0DCB3 background.