COLOR #F7EDEA

HEX: #F7EDEA
RGB: (247,237,234)

Color info

#F7EDEA contains red, green and blue colors in about the same proportion. Web safe color of #F7EDEA is #FFFFFF (or #FFF).

RGB color model

#F7EDEA color RGB value is (247,237,234).

  • red value is 247;
  • green value is 237;
  • blue value is 234.
RGB:
(247,237,234)
(97%,93%,92%)

RGB channels and saturation

R 247 of 255 = 97%
G 237 of 255 = 93%
B 234 of 255 = 92%

247
237
234

R + G + B ~ 94%. #F7EDEA is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 237 + 234 = 718 (100%)
R 247 of 718 ~ 34.4%
G 237 of 718 ~ 33.01%
B 234 of 718 ~ 32.59%

%34.4
%33.01
%32.59

CMYK color model

#F7EDEA color CMYK value is (0,4,5,3).

  • cyan value is 0.00%
  • magenta value is 4.05%
  • yellow value is 5.26%
  • key color value is 3.14%
CMYK:
(0,4,5,3)
C0M4Y5K3 
(0%,4%,5%,3%)
(0.00/0.04/0.05/0.03)	

CMYK percentages

%0
%4.05
%5.26
%3.14

Codes

Color #F7EDEA in popluar color models

F7EDEA
RGB247237234
HSL14°44.83%94.31%
HSB/HSV14°5.26%96.86%
CMYK0.00%4.05%5.26%
3.14%

Color #F7EDEA in popluar number systems.

HEXF7EDEA
Decimal247237234
Binary111101111110110111101010
Octal367355352

Shades and tints

Shades of #F7EDEA

#F7EDEA
(247,237,234)
#E1D8D5
(225,216,213)
#CBC3C0
(203,195,192)
#B5AEAB
(181,174,171)
#9F9996
(159,153,150)
#898481
(137,132,129)
#736F6C
(115,111,108)
#5D5A57
(93,90,87)
#474542
(71,69,66)
#31302D
(49,48,45)
#1B1B18
(27,27,24)
#000000
(0,0,0)

Tints of #F7EDEA

#F7EDEA
(247,237,234)
#F7EEEB
(247,238,235)
#F7EFEC
(247,239,236)
#F7F0ED
(247,240,237)
#F7F1EE
(247,241,238)
#F7F2EF
(247,242,239)
#F7F3F0
(247,243,240)
#F7F4F1
(247,244,241)
#F7F5F2
(247,245,242)
#F7F6F3
(247,246,243)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7EDEA color. Also use rgb(247,237,234) instead hex code.

Text Font Color

.myTextColor { color: #F7EDEA; }

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

This text font color is #F7EDEA.


Background Color

.myBgColor { background-color: #F7EDEA; }

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

This div background color is #F7EDEA.


Border color

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

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

This div border color is #F7EDEA.


Opacity

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

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

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

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

This text has shadow with #F7EDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7EDEA on black background.


Color preview on white background

This text has color #F7EDEA on white background.



Black color preview on #F7EDEA background

This text has black color on #F7EDEA background.


White color preview on #F7EDEA background

This text has white color on #F7EDEA background.