COLOR #F7E7CF

HEX: #F7E7CF
RGB: (247,231,207)

Color info

#F7E7CF contains red, green and blue colors in about the same proportion. Web safe color of #F7E7CF is #FFFFCC (or #FFC).

RGB color model

#F7E7CF color RGB value is (247,231,207).

  • red value is 247;
  • green value is 231;
  • blue value is 207.
RGB:
(247,231,207)
(97%,91%,81%)

RGB channels and saturation

R 247 of 255 = 97%
G 231 of 255 = 91%
B 207 of 255 = 81%

247
231
207

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

Portions of RGB colors in percentages

R + G + B =
247 + 231 + 207 = 685 (100%)
R 247 of 685 ~ 36.06%
G 231 of 685 ~ 33.72%
B 207 of 685 ~ 30.22%

%36.06
%33.72
%30.22

CMYK color model

#F7E7CF color CMYK value is (0,6,16,3).

  • cyan value is 0.00%
  • magenta value is 6.48%
  • yellow value is 16.19%
  • key color value is 3.14%
CMYK:
(0,6,16,3)
C0M6Y16K3 
(0%,6%,16%,3%)
(0.00/0.06/0.16/0.03)	

CMYK percentages

%0
%6.48
%16.19
%3.14

Codes

Color #F7E7CF in popluar color models

F7E7CF
RGB247231207
HSL36°71.43%89.02%
HSB/HSV36°16.19%96.86%
CMYK0.00%6.48%16.19%
3.14%

Color #F7E7CF in popluar number systems.

HEXF7E7CF
Decimal247231207
Binary111101111110011111001111
Octal367347317

Shades and tints

Shades of #F7E7CF

#F7E7CF
(247,231,207)
#E1D2BD
(225,210,189)
#CBBDAB
(203,189,171)
#B5A899
(181,168,153)
#9F9387
(159,147,135)
#897E75
(137,126,117)
#736963
(115,105,99)
#5D5451
(93,84,81)
#473F3F
(71,63,63)
#312A2D
(49,42,45)
#1B151B
(27,21,27)
#000000
(0,0,0)

Tints of #F7E7CF

#F7E7CF
(247,231,207)
#F7E9D3
(247,233,211)
#F7EBD7
(247,235,215)
#F7EDDB
(247,237,219)
#F7EFDF
(247,239,223)
#F7F1E3
(247,241,227)
#F7F3E7
(247,243,231)
#F7F5EB
(247,245,235)
#F7F7EF
(247,247,239)
#F7F9F3
(247,249,243)
#F7FBF7
(247,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7E7CF color. Also use rgb(247,231,207) instead hex code.

Text Font Color

.myTextColor { color: #F7E7CF; }

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

This text font color is #F7E7CF.


Background Color

.myBgColor { background-color: #F7E7CF; }

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

This div background color is #F7E7CF.


Border color

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

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

This div border color is #F7E7CF.


Opacity

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

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

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

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

This text has shadow with #F7E7CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7E7CF on black background.


Color preview on white background

This text has color #F7E7CF on white background.



Black color preview on #F7E7CF background

This text has black color on #F7E7CF background.


White color preview on #F7E7CF background

This text has white color on #F7E7CF background.