COLOR #F7EFCF

HEX: #F7EFCF
RGB: (247,239,207)

Color info

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

RGB color model

#F7EFCF color RGB value is (247,239,207).

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

RGB channels and saturation

R 247 of 255 = 97%
G 239 of 255 = 94%
B 207 of 255 = 81%

247
239
207

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

Portions of RGB colors in percentages

R + G + B =
247 + 239 + 207 = 693 (100%)
R 247 of 693 ~ 35.64%
G 239 of 693 ~ 34.49%
B 207 of 693 ~ 29.87%

%35.64
%34.49
%29.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.24%
  • yellow value is 16.19%
  • key color value is 3.14%
CMYK:
(0,3,16,3)
C0M3Y16K3 
(0%,3%,16%,3%)
(0.00/0.03/0.16/0.03)	

CMYK percentages

%0
%3.24
%16.19
%3.14

Codes

Color #F7EFCF in popluar color models

F7EFCF
RGB247239207
HSL48°71.43%89.02%
HSB/HSV48°16.19%96.86%
CMYK0.00%3.24%16.19%
3.14%

Color #F7EFCF in popluar number systems.

HEXF7EFCF
Decimal247239207
Binary111101111110111111001111
Octal367357317

Shades and tints

Shades of #F7EFCF

#F7EFCF
(247,239,207)
#E1DABD
(225,218,189)
#CBC5AB
(203,197,171)
#B5B099
(181,176,153)
#9F9B87
(159,155,135)
#898675
(137,134,117)
#737163
(115,113,99)
#5D5C51
(93,92,81)
#47473F
(71,71,63)
#31322D
(49,50,45)
#1B1D1B
(27,29,27)
#000000
(0,0,0)

Tints of #F7EFCF

#F7EFCF
(247,239,207)
#F7F0D3
(247,240,211)
#F7F1D7
(247,241,215)
#F7F2DB
(247,242,219)
#F7F3DF
(247,243,223)
#F7F4E3
(247,244,227)
#F7F5E7
(247,245,231)
#F7F6EB
(247,246,235)
#F7F7EF
(247,247,239)
#F7F8F3
(247,248,243)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7EFCF; }

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

This text font color is #F7EFCF.


Background Color

.myBgColor { background-color: #F7EFCF; }

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

This div background color is #F7EFCF.


Border color

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

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

This div border color is #F7EFCF.


Opacity

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

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

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

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

This text has shadow with #F7EFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7EFCF on black background.


Color preview on white background

This text has color #F7EFCF on white background.



Black color preview on #F7EFCF background

This text has black color on #F7EFCF background.


White color preview on #F7EFCF background

This text has white color on #F7EFCF background.