COLOR #F7E5CE

HEX: #F7E5CE
RGB: (247,229,206)

Color info

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

RGB color model

#F7E5CE color RGB value is (247,229,206).

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

RGB channels and saturation

R 247 of 255 = 97%
G 229 of 255 = 90%
B 206 of 255 = 81%

247
229
206

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

Portions of RGB colors in percentages

R + G + B =
247 + 229 + 206 = 682 (100%)
R 247 of 682 ~ 36.22%
G 229 of 682 ~ 33.58%
B 206 of 682 ~ 30.21%

%36.22
%33.58
%30.21

CMYK color model

#F7E5CE color CMYK value is (0,7,17,3).

  • cyan value is 0.00%
  • magenta value is 7.29%
  • yellow value is 16.60%
  • key color value is 3.14%
CMYK:
(0,7,17,3)
C0M7Y17K3 
(0%,7%,17%,3%)
(0.00/0.07/0.17/0.03)	

CMYK percentages

%0
%7.29
%16.6
%3.14

Codes

Color #F7E5CE in popluar color models

F7E5CE
RGB247229206
HSL34°71.93%88.82%
HSB/HSV34°16.60%96.86%
CMYK0.00%7.29%16.60%
3.14%

Color #F7E5CE in popluar number systems.

HEXF7E5CE
Decimal247229206
Binary111101111110010111001110
Octal367345316

Shades and tints

Shades of #F7E5CE

#F7E5CE
(247,229,206)
#E1D1BC
(225,209,188)
#CBBDAA
(203,189,170)
#B5A998
(181,169,152)
#9F9586
(159,149,134)
#898174
(137,129,116)
#736D62
(115,109,98)
#5D5950
(93,89,80)
#47453E
(71,69,62)
#31312C
(49,49,44)
#1B1D1A
(27,29,26)
#000000
(0,0,0)

Tints of #F7E5CE

#F7E5CE
(247,229,206)
#F7E7D2
(247,231,210)
#F7E9D6
(247,233,214)
#F7EBDA
(247,235,218)
#F7EDDE
(247,237,222)
#F7EFE2
(247,239,226)
#F7F1E6
(247,241,230)
#F7F3EA
(247,243,234)
#F7F5EE
(247,245,238)
#F7F7F2
(247,247,242)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7E5CE; }

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

This text font color is #F7E5CE.


Background Color

.myBgColor { background-color: #F7E5CE; }

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

This div background color is #F7E5CE.


Border color

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

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

This div border color is #F7E5CE.


Opacity

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

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

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

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

This text has shadow with #F7E5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7E5CE on black background.


Color preview on white background

This text has color #F7E5CE on white background.



Black color preview on #F7E5CE background

This text has black color on #F7E5CE background.


White color preview on #F7E5CE background

This text has white color on #F7E5CE background.