COLOR #F0D7AE

HEX: #F0D7AE
RGB: (240,215,174)

Color info

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

RGB color model

#F0D7AE color RGB value is (240,215,174).

  • red value is 240;
  • green value is 215;
  • blue value is 174.
RGB:
(240,215,174)
(94%,84%,68%)

RGB channels and saturation

R 240 of 255 = 94%
G 215 of 255 = 84%
B 174 of 255 = 68%

240
215
174

R + G + B ~ 82%. #F0D7AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 215 + 174 = 629 (100%)
R 240 of 629 ~ 38.16%
G 215 of 629 ~ 34.18%
B 174 of 629 ~ 27.66%

%38.16
%34.18
%27.66

CMYK color model

#F0D7AE color CMYK value is (0,10,28,6).

  • cyan value is 0.00%
  • magenta value is 10.42%
  • yellow value is 27.50%
  • key color value is 5.88%
CMYK:
(0,10,28,6)
C0M10Y28K6 
(0%,10%,28%,6%)
(0.00/0.10/0.28/0.06)	

CMYK percentages

%0
%10.42
%27.5
%5.88

Codes

Color #F0D7AE in popluar color models

F0D7AE
RGB240215174
HSL37°68.75%81.18%
HSB/HSV37°27.50%94.12%
CMYK0.00%10.42%27.50%
5.88%

Color #F0D7AE in popluar number systems.

HEXF0D7AE
Decimal240215174
Binary111100001101011110101110
Octal360327256

Shades and tints

Shades of #F0D7AE

#F0D7AE
(240,215,174)
#DBC49F
(219,196,159)
#C6B190
(198,177,144)
#B19E81
(177,158,129)
#9C8B72
(156,139,114)
#877863
(135,120,99)
#726554
(114,101,84)
#5D5245
(93,82,69)
#483F36
(72,63,54)
#332C27
(51,44,39)
#1E1918
(30,25,24)
#000000
(0,0,0)

Tints of #F0D7AE

#F0D7AE
(240,215,174)
#F1DAB5
(241,218,181)
#F2DDBC
(242,221,188)
#F3E0C3
(243,224,195)
#F4E3CA
(244,227,202)
#F5E6D1
(245,230,209)
#F6E9D8
(246,233,216)
#F7ECDF
(247,236,223)
#F8EFE6
(248,239,230)
#F9F2ED
(249,242,237)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D7AE color. Also use rgb(240,215,174) instead hex code.

Text Font Color

.myTextColor { color: #F0D7AE; }

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

This text font color is #F0D7AE.


Background Color

.myBgColor { background-color: #F0D7AE; }

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

This div background color is #F0D7AE.


Border color

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

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

This div border color is #F0D7AE.


Opacity

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

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

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

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

This text has shadow with #F0D7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D7AE on black background.


Color preview on white background

This text has color #F0D7AE on white background.



Black color preview on #F0D7AE background

This text has black color on #F0D7AE background.


White color preview on #F0D7AE background

This text has white color on #F0D7AE background.