COLOR #F0DFB1

HEX: #F0DFB1
RGB: (240,223,177)

Color info

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

RGB color model

#F0DFB1 color RGB value is (240,223,177).

  • red value is 240;
  • green value is 223;
  • blue value is 177.
RGB:
(240,223,177)
(94%,87%,69%)

RGB channels and saturation

R 240 of 255 = 94%
G 223 of 255 = 87%
B 177 of 255 = 69%

240
223
177

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

Portions of RGB colors in percentages

R + G + B =
240 + 223 + 177 = 640 (100%)
R 240 of 640 ~ 37.5%
G 223 of 640 ~ 34.84%
B 177 of 640 ~ 27.66%

%37.5
%34.84
%27.66

CMYK color model

#F0DFB1 color CMYK value is (0,7,26,6).

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 26.25%
  • key color value is 5.88%
CMYK:
(0,7,26,6)
C0M7Y26K6 
(0%,7%,26%,6%)
(0.00/0.07/0.26/0.06)	

CMYK percentages

%0
%7.08
%26.25
%5.88

Codes

Color #F0DFB1 in popluar color models

F0DFB1
RGB240223177
HSL44°67.74%81.76%
HSB/HSV44°26.25%94.12%
CMYK0.00%7.08%26.25%
5.88%

Color #F0DFB1 in popluar number systems.

HEXF0DFB1
Decimal240223177
Binary111100001101111110110001
Octal360337261

Shades and tints

Shades of #F0DFB1

#F0DFB1
(240,223,177)
#DBCBA1
(219,203,161)
#C6B791
(198,183,145)
#B1A381
(177,163,129)
#9C8F71
(156,143,113)
#877B61
(135,123,97)
#726751
(114,103,81)
#5D5341
(93,83,65)
#483F31
(72,63,49)
#332B21
(51,43,33)
#1E1711
(30,23,17)
#000000
(0,0,0)

Tints of #F0DFB1

#F0DFB1
(240,223,177)
#F1E1B8
(241,225,184)
#F2E3BF
(242,227,191)
#F3E5C6
(243,229,198)
#F4E7CD
(244,231,205)
#F5E9D4
(245,233,212)
#F6EBDB
(246,235,219)
#F7EDE2
(247,237,226)
#F8EFE9
(248,239,233)
#F9F1F0
(249,241,240)
#FAF3F7
(250,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0DFB1 color. Also use rgb(240,223,177) instead hex code.

Text Font Color

.myTextColor { color: #F0DFB1; }

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

This text font color is #F0DFB1.


Background Color

.myBgColor { background-color: #F0DFB1; }

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

This div background color is #F0DFB1.


Border color

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

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

This div border color is #F0DFB1.


Opacity

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

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

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

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

This text has shadow with #F0DFB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DFB1 on black background.


Color preview on white background

This text has color #F0DFB1 on white background.



Black color preview on #F0DFB1 background

This text has black color on #F0DFB1 background.


White color preview on #F0DFB1 background

This text has white color on #F0DFB1 background.