COLOR #F7E5D1

HEX: #F7E5D1
RGB: (247,229,209)

Color info

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

RGB color model

#F7E5D1 color RGB value is (247,229,209).

  • red value is 247;
  • green value is 229;
  • blue value is 209.
RGB:
(247,229,209)
(97%,90%,82%)

RGB channels and saturation

R 247 of 255 = 97%
G 229 of 255 = 90%
B 209 of 255 = 82%

247
229
209

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

Portions of RGB colors in percentages

R + G + B =
247 + 229 + 209 = 685 (100%)
R 247 of 685 ~ 36.06%
G 229 of 685 ~ 33.43%
B 209 of 685 ~ 30.51%

%36.06
%33.43
%30.51

CMYK color model

#F7E5D1 color CMYK value is (0,7,15,3).

  • cyan value is 0.00%
  • magenta value is 7.29%
  • yellow value is 15.38%
  • key color value is 3.14%
CMYK:
(0,7,15,3)
C0M7Y15K3 
(0%,7%,15%,3%)
(0.00/0.07/0.15/0.03)	

CMYK percentages

%0
%7.29
%15.38
%3.14

Codes

Color #F7E5D1 in popluar color models

F7E5D1
RGB247229209
HSL32°70.37%89.41%
HSB/HSV32°15.38%96.86%
CMYK0.00%7.29%15.38%
3.14%

Color #F7E5D1 in popluar number systems.

HEXF7E5D1
Decimal247229209
Binary111101111110010111010001
Octal367345321

Shades and tints

Shades of #F7E5D1

#F7E5D1
(247,229,209)
#E1D1BE
(225,209,190)
#CBBDAB
(203,189,171)
#B5A998
(181,169,152)
#9F9585
(159,149,133)
#898172
(137,129,114)
#736D5F
(115,109,95)
#5D594C
(93,89,76)
#474539
(71,69,57)
#313126
(49,49,38)
#1B1D13
(27,29,19)
#000000
(0,0,0)

Tints of #F7E5D1

#F7E5D1
(247,229,209)
#F7E7D5
(247,231,213)
#F7E9D9
(247,233,217)
#F7EBDD
(247,235,221)
#F7EDE1
(247,237,225)
#F7EFE5
(247,239,229)
#F7F1E9
(247,241,233)
#F7F3ED
(247,243,237)
#F7F5F1
(247,245,241)
#F7F7F5
(247,247,245)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7E5D1 color. Also use rgb(247,229,209) instead hex code.

Text Font Color

.myTextColor { color: #F7E5D1; }

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

This text font color is #F7E5D1.


Background Color

.myBgColor { background-color: #F7E5D1; }

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

This div background color is #F7E5D1.


Border color

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

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

This div border color is #F7E5D1.


Opacity

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

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

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

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

This text has shadow with #F7E5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7E5D1 on black background.


Color preview on white background

This text has color #F7E5D1 on white background.



Black color preview on #F7E5D1 background

This text has black color on #F7E5D1 background.


White color preview on #F7E5D1 background

This text has white color on #F7E5D1 background.