COLOR #F7DFD3

HEX: #F7DFD3
RGB: (247,223,211)

Color info

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

RGB color model

#F7DFD3 color RGB value is (247,223,211).

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

RGB channels and saturation

R 247 of 255 = 97%
G 223 of 255 = 87%
B 211 of 255 = 83%

247
223
211

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

Portions of RGB colors in percentages

R + G + B =
247 + 223 + 211 = 681 (100%)
R 247 of 681 ~ 36.27%
G 223 of 681 ~ 32.75%
B 211 of 681 ~ 30.98%

%36.27
%32.75
%30.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.72%
  • yellow value is 14.57%
  • key color value is 3.14%
CMYK:
(0,10,15,3)
C0M10Y15K3 
(0%,10%,15%,3%)
(0.00/0.10/0.15/0.03)	

CMYK percentages

%0
%9.72
%14.57
%3.14

Codes

Color #F7DFD3 in popluar color models

F7DFD3
RGB247223211
HSL20°69.23%89.80%
HSB/HSV20°14.57%96.86%
CMYK0.00%9.72%14.57%
3.14%

Color #F7DFD3 in popluar number systems.

HEXF7DFD3
Decimal247223211
Binary111101111101111111010011
Octal367337323

Shades and tints

Shades of #F7DFD3

#F7DFD3
(247,223,211)
#E1CBC0
(225,203,192)
#CBB7AD
(203,183,173)
#B5A39A
(181,163,154)
#9F8F87
(159,143,135)
#897B74
(137,123,116)
#736761
(115,103,97)
#5D534E
(93,83,78)
#473F3B
(71,63,59)
#312B28
(49,43,40)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #F7DFD3

#F7DFD3
(247,223,211)
#F7E1D7
(247,225,215)
#F7E3DB
(247,227,219)
#F7E5DF
(247,229,223)
#F7E7E3
(247,231,227)
#F7E9E7
(247,233,231)
#F7EBEB
(247,235,235)
#F7EDEF
(247,237,239)
#F7EFF3
(247,239,243)
#F7F1F7
(247,241,247)
#F7F3FB
(247,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DFD3; }

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

This text font color is #F7DFD3.


Background Color

.myBgColor { background-color: #F7DFD3; }

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

This div background color is #F7DFD3.


Border color

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

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

This div border color is #F7DFD3.


Opacity

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

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

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

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

This text has shadow with #F7DFD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DFD3 on black background.


Color preview on white background

This text has color #F7DFD3 on white background.



Black color preview on #F7DFD3 background

This text has black color on #F7DFD3 background.


White color preview on #F7DFD3 background

This text has white color on #F7DFD3 background.