COLOR #F0DFF7

HEX: #F0DFF7
RGB: (240,223,247)

Color info

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

RGB color model

#F0DFF7 color RGB value is (240,223,247).

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

RGB channels and saturation

R 240 of 255 = 94%
G 223 of 255 = 87%
B 247 of 255 = 97%

240
223
247

R + G + B ~ 93%. #F0DFF7 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 223 + 247 = 710 (100%)
R 240 of 710 ~ 33.8%
G 223 of 710 ~ 31.41%
B 247 of 710 ~ 34.79%

%33.8
%31.41
%34.79

CMYK color model

#F0DFF7 color CMYK value is (3,10,0,3).

  • cyan value is 2.83%
  • magenta value is 9.72%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(3,10,0,3)
C3M10Y0K3 
(3%,10%,0%,3%)
(0.03/0.10/0.00/0.03)	

CMYK percentages

%2.83
%9.72
%0
%3.14

Codes

Color #F0DFF7 in popluar color models

F0DFF7
RGB240223247
HSL283°60.00%92.16%
HSB/HSV283°9.72%96.86%
CMYK2.83%9.72%0.00%
3.14%

Color #F0DFF7 in popluar number systems.

HEXF0DFF7
Decimal240223247
Binary111100001101111111110111
Octal360337367

Shades and tints

Shades of #F0DFF7

#F0DFF7
(240,223,247)
#DBCBE1
(219,203,225)
#C6B7CB
(198,183,203)
#B1A3B5
(177,163,181)
#9C8F9F
(156,143,159)
#877B89
(135,123,137)
#726773
(114,103,115)
#5D535D
(93,83,93)
#483F47
(72,63,71)
#332B31
(51,43,49)
#1E171B
(30,23,27)
#000000
(0,0,0)

Tints of #F0DFF7

#F0DFF7
(240,223,247)
#F1E1F7
(241,225,247)
#F2E3F7
(242,227,247)
#F3E5F7
(243,229,247)
#F4E7F7
(244,231,247)
#F5E9F7
(245,233,247)
#F6EBF7
(246,235,247)
#F7EDF7
(247,237,247)
#F8EFF7
(248,239,247)
#F9F1F7
(249,241,247)
#FAF3F7
(250,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DFF7; }

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

This text font color is #F0DFF7.


Background Color

.myBgColor { background-color: #F0DFF7; }

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

This div background color is #F0DFF7.


Border color

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

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

This div border color is #F0DFF7.


Opacity

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

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

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

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

This text has shadow with #F0DFF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DFF7 on black background.


Color preview on white background

This text has color #F0DFF7 on white background.



Black color preview on #F0DFF7 background

This text has black color on #F0DFF7 background.


White color preview on #F0DFF7 background

This text has white color on #F0DFF7 background.