COLOR #F7EFE1

HEX: #F7EFE1
RGB: (247,239,225)

Color info

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

RGB color model

#F7EFE1 color RGB value is (247,239,225).

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

RGB channels and saturation

R 247 of 255 = 97%
G 239 of 255 = 94%
B 225 of 255 = 88%

247
239
225

R + G + B ~ 93%. #F7EFE1 is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 239 + 225 = 711 (100%)
R 247 of 711 ~ 34.74%
G 239 of 711 ~ 33.61%
B 225 of 711 ~ 31.65%

%34.74
%33.61
%31.65

CMYK color model

#F7EFE1 color CMYK value is (0,3,9,3).

  • cyan value is 0.00%
  • magenta value is 3.24%
  • yellow value is 8.91%
  • key color value is 3.14%
CMYK:
(0,3,9,3)
C0M3Y9K3 
(0%,3%,9%,3%)
(0.00/0.03/0.09/0.03)	

CMYK percentages

%0
%3.24
%8.91
%3.14

Codes

Color #F7EFE1 in popluar color models

F7EFE1
RGB247239225
HSL38°57.89%92.55%
HSB/HSV38°8.91%96.86%
CMYK0.00%3.24%8.91%
3.14%

Color #F7EFE1 in popluar number systems.

HEXF7EFE1
Decimal247239225
Binary111101111110111111100001
Octal367357341

Shades and tints

Shades of #F7EFE1

#F7EFE1
(247,239,225)
#E1DACD
(225,218,205)
#CBC5B9
(203,197,185)
#B5B0A5
(181,176,165)
#9F9B91
(159,155,145)
#89867D
(137,134,125)
#737169
(115,113,105)
#5D5C55
(93,92,85)
#474741
(71,71,65)
#31322D
(49,50,45)
#1B1D19
(27,29,25)
#000000
(0,0,0)

Tints of #F7EFE1

#F7EFE1
(247,239,225)
#F7F0E3
(247,240,227)
#F7F1E5
(247,241,229)
#F7F2E7
(247,242,231)
#F7F3E9
(247,243,233)
#F7F4EB
(247,244,235)
#F7F5ED
(247,245,237)
#F7F6EF
(247,246,239)
#F7F7F1
(247,247,241)
#F7F8F3
(247,248,243)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7EFE1; }

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

This text font color is #F7EFE1.


Background Color

.myBgColor { background-color: #F7EFE1; }

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

This div background color is #F7EFE1.


Border color

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

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

This div border color is #F7EFE1.


Opacity

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

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

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

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

This text has shadow with #F7EFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7EFE1 on black background.


Color preview on white background

This text has color #F7EFE1 on white background.



Black color preview on #F7EFE1 background

This text has black color on #F7EFE1 background.


White color preview on #F7EFE1 background

This text has white color on #F7EFE1 background.