COLOR #F0DCF7

HEX: #F0DCF7
RGB: (240,220,247)

Color info

#F0DCF7 contains red, green and blue colors in about the same proportion. Web safe color of #F0DCF7 is #FFCCFF (or #FCF).

RGB color model

#F0DCF7 color RGB value is (240,220,247).

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

RGB channels and saturation

R 240 of 255 = 94%
G 220 of 255 = 86%
B 247 of 255 = 97%

240
220
247

R + G + B ~ 92%. #F0DCF7 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 220 + 247 = 707 (100%)
R 240 of 707 ~ 33.95%
G 220 of 707 ~ 31.12%
B 247 of 707 ~ 34.94%

%33.95
%31.12
%34.94

CMYK color model

#F0DCF7 color CMYK value is (3,11,0,3).

  • cyan value is 2.83%
  • magenta value is 10.93%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(3,11,0,3)
C3M11Y0K3 
(3%,11%,0%,3%)
(0.03/0.11/0.00/0.03)	

CMYK percentages

%2.83
%10.93
%0
%3.14

Codes

Color #F0DCF7 in popluar color models

F0DCF7
RGB240220247
HSL284°62.79%91.57%
HSB/HSV284°10.93%96.86%
CMYK2.83%10.93%0.00%
3.14%

Color #F0DCF7 in popluar number systems.

HEXF0DCF7
Decimal240220247
Binary111100001101110011110111
Octal360334367

Shades and tints

Shades of #F0DCF7

#F0DCF7
(240,220,247)
#DBC8E1
(219,200,225)
#C6B4CB
(198,180,203)
#B1A0B5
(177,160,181)
#9C8C9F
(156,140,159)
#877889
(135,120,137)
#726473
(114,100,115)
#5D505D
(93,80,93)
#483C47
(72,60,71)
#332831
(51,40,49)
#1E141B
(30,20,27)
#000000
(0,0,0)

Tints of #F0DCF7

#F0DCF7
(240,220,247)
#F1DFF7
(241,223,247)
#F2E2F7
(242,226,247)
#F3E5F7
(243,229,247)
#F4E8F7
(244,232,247)
#F5EBF7
(245,235,247)
#F6EEF7
(246,238,247)
#F7F1F7
(247,241,247)
#F8F4F7
(248,244,247)
#F9F7F7
(249,247,247)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DCF7; }

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

This text font color is #F0DCF7.


Background Color

.myBgColor { background-color: #F0DCF7; }

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

This div background color is #F0DCF7.


Border color

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

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

This div border color is #F0DCF7.


Opacity

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

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

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

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

This text has shadow with #F0DCF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DCF7 on black background.


Color preview on white background

This text has color #F0DCF7 on white background.



Black color preview on #F0DCF7 background

This text has black color on #F0DCF7 background.


White color preview on #F0DCF7 background

This text has white color on #F0DCF7 background.