COLOR #F7DFDC

HEX: #F7DFDC RGB: (247,223,220)

Color info

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

RGB color model

#F7DFDC color RGB value is (247,223,220).

RGB: (247,223,220) (97%, 87%, 86%)

RGB channels and saturation

R 247 of 255 = 97%
G 223 of 255 = 87%
B 220 of 255 = 86%

247
223
220

R + G + B ~ 90%. #F7DFDC is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 223 + 220 = 690 (100%)
R 247 of 690 ~ 35.8%
G 223 of 690 ~ 32.32%
B 220 of 690 ~ 31.88'%

%35.8
%32.32
%31.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.72%
  • yellow value is 10.93%
  • key color value is 3.14%

CMYK: (0,10,11,3)
C0M10Y11K3 (0%, 10%, 11%, 3%)
(0.00 / 0.10 / 0.11 / 0.03)

CMYK percentages

%0
%9.72
%10.93
%3.14

Codes

Color #F7DFDC in popluar color models

F7 DF DC
RGB 247 223 220
HSL 62.79% 91.57%
HSB/HSV 10.93% 96.86%
CMYK 0.00% 9.72% 10.93%
3.14%

Color #F7DFDC in popluar number systems.

HEX F7 DF DC
Decimal 247 223 220
Binary 11110111 11011111 11011100
Octal 367 337 334

Shades and tints

Shades of #F7DFDC

#F7DFDC
(247,223,220)
#E1CBC8
(225,203,200)
#CBB7B4
(203,183,180)
#B5A3A0
(181,163,160)
#9F8F8C
(159,143,140)
#897B78
(137,123,120)
#736764
(115,103,100)
#5D5350
(93,83,80)
#473F3C
(71,63,60)
#312B28
(49,43,40)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #F7DFDC

#F7DFDC
(247,223,220)
#F7E1DF
(247,225,223)
#F7E3E2
(247,227,226)
#F7E5E5
(247,229,229)
#F7E7E8
(247,231,232)
#F7E9EB
(247,233,235)
#F7EBEE
(247,235,238)
#F7EDF1
(247,237,241)
#F7EFF4
(247,239,244)
#F7F1F7
(247,241,247)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DFDC; }

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

This text font color is #F7DFDC.

Background Color

.myBgColor { background-color: #F7DFDC; }

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

This div background color is #F7DFDC.

Border color

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

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

This div border color is #F7DFDC.

Opacity

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

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

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

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

This text has shadow with #F7DFDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7DFDC.

Preview

Color preview on black background

This text has color #F7DFDC on black background.


Color preview on white background

This text has color #F7DFDC on white background.


Black color preview on #F7DFDC background

This text has black color on #F7DFDC background.


White color preview on #F7DFDC background

This text has white color on #F7DFDC background.


Related colors

Complementary color

Complementary color for #hex is #082023.


I love getcolorcode.com

Triadic colors

1 #DCF7DF and #DFDCF7 with #F7DFDC are triadic colors.

2 #DCDFF7 and #DFF7DC with #F7DFDC are triadic colors.