COLOR #F7E3DF

HEX: #F7E3DF RGB: (247,227,223)

Color info

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

RGB color model

#F7E3DF color RGB value is (247,227,223).

RGB: (247,227,223) (97%, 89%, 87%)

RGB channels and saturation

R 247 of 255 = 97%
G 227 of 255 = 89%
B 223 of 255 = 87%

247
227
223

R + G + B ~ 91%. #F7E3DF is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 227 + 223 = 697 (100%)
R 247 of 697 ~ 35.44%
G 227 of 697 ~ 32.57%
B 223 of 697 ~ 31.99'%

%35.44
%32.57
%31.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.10%
  • yellow value is 9.72%
  • key color value is 3.14%
CMYK: (0,8,10,3) C0M8Y10K3 (0%,8%,10%,3%) (0.00/0.08/0.10/0.03) 

CMYK percentages

%0
%8.1
%9.72
%3.14

Codes

Color #F7E3DF in popluar color models

F7 E3 DF
RGB 247 227 223
HSL 10° 60.00% 92.16%
HSB/HSV 10° 9.72% 96.86%
CMYK 0.00% 8.10% 9.72%
3.14%

Color #F7E3DF in popluar number systems.

HEX F7 E3 DF
Decimal 247 227 223
Binary 11110111 11100011 11011111
Octal 367 343 337

Shades and tints

Shades of #F7E3DF

#F7E3DF
(247,227,223)
#E1CFCB
(225,207,203)
#CBBBB7
(203,187,183)
#B5A7A3
(181,167,163)
#9F938F
(159,147,143)
#897F7B
(137,127,123)
#736B67
(115,107,103)
#5D5753
(93,87,83)
#47433F
(71,67,63)
#312F2B
(49,47,43)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #F7E3DF

#F7E3DF
(247,227,223)
#F7E5E1
(247,229,225)
#F7E7E3
(247,231,227)
#F7E9E5
(247,233,229)
#F7EBE7
(247,235,231)
#F7EDE9
(247,237,233)
#F7EFEB
(247,239,235)
#F7F1ED
(247,241,237)
#F7F3EF
(247,243,239)
#F7F5F1
(247,245,241)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7E3DF; }

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

This text font color is #F7E3DF.

Background Color

.myBgColor { background-color: #F7E3DF; }

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

This div background color is #F7E3DF.

Border color

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

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

This div border color is #F7E3DF.

Opacity

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

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

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

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

This text has shadow with #F7E3DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7E3DF.

Preview

Color preview on black background

This text has color #F7E3DF on black background.


Color preview on white background

This text has color #F7E3DF on white background.


Black color preview on #F7E3DF background

This text has black color on #F7E3DF background.


White color preview on #F7E3DF background

This text has white color on #F7E3DF background.


Related colors

Complementary color

Complementary color for #hex is #081C20.


I love getcolorcode.com

Triadic colors

1 #DFF7E3 and #E3DFF7 with #F7E3DF are triadic colors.

2 #DFE3F7 and #E3F7DF with #F7E3DF are triadic colors.