COLOR #F7DFD7

HEX: #F7DFD7
RGB: (247,223,215)

Color info

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

RGB color model

#F7DFD7 color RGB value is (247,223,215).

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

RGB channels and saturation

R 247 of 255 = 97%
G 223 of 255 = 87%
B 215 of 255 = 84%

247
223
215

R + G + B ~ 89%. #F7DFD7 is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 223 + 215 = 685 (100%)
R 247 of 685 ~ 36.06%
G 223 of 685 ~ 32.55%
B 215 of 685 ~ 31.39%

%36.06
%32.55
%31.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.72%
  • yellow value is 12.96%
  • key color value is 3.14%
CMYK:
(0,10,13,3)
C0M10Y13K3 
(0%,10%,13%,3%)
(0.00/0.10/0.13/0.03)	

CMYK percentages

%0
%9.72
%12.96
%3.14

Codes

Color #F7DFD7 in popluar color models

F7DFD7
RGB247223215
HSL15°66.67%90.59%
HSB/HSV15°12.96%96.86%
CMYK0.00%9.72%12.96%
3.14%

Color #F7DFD7 in popluar number systems.

HEXF7DFD7
Decimal247223215
Binary111101111101111111010111
Octal367337327

Shades and tints

Shades of #F7DFD7

#F7DFD7
(247,223,215)
#E1CBC4
(225,203,196)
#CBB7B1
(203,183,177)
#B5A39E
(181,163,158)
#9F8F8B
(159,143,139)
#897B78
(137,123,120)
#736765
(115,103,101)
#5D5352
(93,83,82)
#473F3F
(71,63,63)
#312B2C
(49,43,44)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #F7DFD7

#F7DFD7
(247,223,215)
#F7E1DA
(247,225,218)
#F7E3DD
(247,227,221)
#F7E5E0
(247,229,224)
#F7E7E3
(247,231,227)
#F7E9E6
(247,233,230)
#F7EBE9
(247,235,233)
#F7EDEC
(247,237,236)
#F7EFEF
(247,239,239)
#F7F1F2
(247,241,242)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DFD7; }

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

This text font color is #F7DFD7.


Background Color

.myBgColor { background-color: #F7DFD7; }

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

This div background color is #F7DFD7.


Border color

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

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

This div border color is #F7DFD7.


Opacity

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

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

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

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

This text has shadow with #F7DFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DFD7 on black background.


Color preview on white background

This text has color #F7DFD7 on white background.



Black color preview on #F7DFD7 background

This text has black color on #F7DFD7 background.


White color preview on #F7DFD7 background

This text has white color on #F7DFD7 background.