COLOR #F0DDB7

HEX: #F0DDB7
RGB: (240,221,183)

Color info

#F0DDB7 contains red, green and blue colors in about the same proportion. Web safe color of #F0DDB7 is #FFCCCC (or #FCC).

RGB color model

#F0DDB7 color RGB value is (240,221,183).

  • red value is 240;
  • green value is 221;
  • blue value is 183.
RGB:
(240,221,183)
(94%,87%,72%)

RGB channels and saturation

R 240 of 255 = 94%
G 221 of 255 = 87%
B 183 of 255 = 72%

240
221
183

R + G + B ~ 84%. #F0DDB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 221 + 183 = 644 (100%)
R 240 of 644 ~ 37.27%
G 221 of 644 ~ 34.32%
B 183 of 644 ~ 28.42%

%37.27
%34.32
%28.42

CMYK color model

#F0DDB7 color CMYK value is (0,8,24,6).

  • cyan value is 0.00%
  • magenta value is 7.92%
  • yellow value is 23.75%
  • key color value is 5.88%
CMYK:
(0,8,24,6)
C0M8Y24K6 
(0%,8%,24%,6%)
(0.00/0.08/0.24/0.06)	

CMYK percentages

%0
%7.92
%23.75
%5.88

Codes

Color #F0DDB7 in popluar color models

F0DDB7
RGB240221183
HSL40°65.52%82.94%
HSB/HSV40°23.75%94.12%
CMYK0.00%7.92%23.75%
5.88%

Color #F0DDB7 in popluar number systems.

HEXF0DDB7
Decimal240221183
Binary111100001101110110110111
Octal360335267

Shades and tints

Shades of #F0DDB7

#F0DDB7
(240,221,183)
#DBC9A7
(219,201,167)
#C6B597
(198,181,151)
#B1A187
(177,161,135)
#9C8D77
(156,141,119)
#877967
(135,121,103)
#726557
(114,101,87)
#5D5147
(93,81,71)
#483D37
(72,61,55)
#332927
(51,41,39)
#1E1517
(30,21,23)
#000000
(0,0,0)

Tints of #F0DDB7

#F0DDB7
(240,221,183)
#F1E0BD
(241,224,189)
#F2E3C3
(242,227,195)
#F3E6C9
(243,230,201)
#F4E9CF
(244,233,207)
#F5ECD5
(245,236,213)
#F6EFDB
(246,239,219)
#F7F2E1
(247,242,225)
#F8F5E7
(248,245,231)
#F9F8ED
(249,248,237)
#FAFBF3
(250,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0DDB7 color. Also use rgb(240,221,183) instead hex code.

Text Font Color

.myTextColor { color: #F0DDB7; }

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

This text font color is #F0DDB7.


Background Color

.myBgColor { background-color: #F0DDB7; }

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

This div background color is #F0DDB7.


Border color

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

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

This div border color is #F0DDB7.


Opacity

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

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

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

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

This text has shadow with #F0DDB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DDB7 on black background.


Color preview on white background

This text has color #F0DDB7 on white background.



Black color preview on #F0DDB7 background

This text has black color on #F0DDB7 background.


White color preview on #F0DDB7 background

This text has white color on #F0DDB7 background.