COLOR #F7E6DA

HEX: #F7E6DA RGB: (247,230,218)

Color info

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

RGB color model

#F7E6DA color RGB value is (247,230,218).

RGB: (247,230,218) (97%, 90%, 85%)

RGB channels and saturation

R 247 of 255 = 97%
G 230 of 255 = 90%
B 218 of 255 = 85%

247
230
218

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

Portions of RGB colors in percentages

R + G + B = 247 + 230 + 218 = 695 (100%)
R 247 of 695 ~ 35.54%
G 230 of 695 ~ 33.09%
B 218 of 695 ~ 31.37'%

%35.54
%33.09
%31.37

CMYK color model

#F7E6DA color CMYK value is (0,7,12,3).

  • cyan value is 0.00%
  • magenta value is 6.88%
  • yellow value is 11.74%
  • key color value is 3.14%

CMYK: (0,7,12,3)
C0M7Y12K3 (0%, 7%, 12%, 3%)
(0.00 / 0.07 / 0.12 / 0.03)

CMYK percentages

%0
%6.88
%11.74
%3.14

Codes

Color #F7E6DA in popluar color models

F7 E6 DA
RGB 247 230 218
HSL 25° 64.44% 91.18%
HSB/HSV 25° 11.74% 96.86%
CMYK 0.00% 6.88% 11.74%
3.14%

Color #F7E6DA in popluar number systems.

HEX F7 E6 DA
Decimal 247 230 218
Binary 11110111 11100110 11011010
Octal 367 346 332

Shades and tints

Shades of #F7E6DA

#F7E6DA
(247,230,218)
#E1D2C7
(225,210,199)
#CBBEB4
(203,190,180)
#B5AAA1
(181,170,161)
#9F968E
(159,150,142)
#89827B
(137,130,123)
#736E68
(115,110,104)
#5D5A55
(93,90,85)
#474642
(71,70,66)
#31322F
(49,50,47)
#1B1E1C
(27,30,28)
#000000
(0,0,0)

Tints of #F7E6DA

#F7E6DA
(247,230,218)
#F7E8DD
(247,232,221)
#F7EAE0
(247,234,224)
#F7ECE3
(247,236,227)
#F7EEE6
(247,238,230)
#F7F0E9
(247,240,233)
#F7F2EC
(247,242,236)
#F7F4EF
(247,244,239)
#F7F6F2
(247,246,242)
#F7F8F5
(247,248,245)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7E6DA color. Also use rgb(247,230,218) instead hex code.

Text Font Color

.myTextColor { color: #F7E6DA; }

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

This text font color is #F7E6DA.

Background Color

.myBgColor { background-color: #F7E6DA; }

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

This div background color is #F7E6DA.

Border color

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

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

This div border color is #F7E6DA.

Opacity

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

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

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

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

This text has shadow with #F7E6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7E6DA.

Preview

Color preview on black background

This text has color #F7E6DA on black background.


Color preview on white background

This text has color #F7E6DA on white background.


Black color preview on #F7E6DA background

This text has black color on #F7E6DA background.


White color preview on #F7E6DA background

This text has white color on #F7E6DA background.


Related colors

Complementary color

Complementary color for #hex is #081925.


I love getcolorcode.com

Triadic colors

1 #DAF7E6 and #E6DAF7 with #F7E6DA are triadic colors.

2 #DAE6F7 and #E6F7DA with #F7E6DA are triadic colors.