COLOR #F7EDE6

HEX: #F7EDE6
RGB: (247,237,230)

Color info

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

RGB color model

#F7EDE6 color RGB value is (247,237,230).

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

RGB channels and saturation

R 247 of 255 = 97%
G 237 of 255 = 93%
B 230 of 255 = 90%

247
237
230

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

Portions of RGB colors in percentages

R + G + B =
247 + 237 + 230 = 714 (100%)
R 247 of 714 ~ 34.59%
G 237 of 714 ~ 33.19%
B 230 of 714 ~ 32.21%

%34.59
%33.19
%32.21

CMYK color model

#F7EDE6 color CMYK value is (0,4,7,3).

  • cyan value is 0.00%
  • magenta value is 4.05%
  • yellow value is 6.88%
  • key color value is 3.14%
CMYK:
(0,4,7,3)
C0M4Y7K3 
(0%,4%,7%,3%)
(0.00/0.04/0.07/0.03)	

CMYK percentages

%0
%4.05
%6.88
%3.14

Codes

Color #F7EDE6 in popluar color models

F7EDE6
RGB247237230
HSL25°51.52%93.53%
HSB/HSV25°6.88%96.86%
CMYK0.00%4.05%6.88%
3.14%

Color #F7EDE6 in popluar number systems.

HEXF7EDE6
Decimal247237230
Binary111101111110110111100110
Octal367355346

Shades and tints

Shades of #F7EDE6

#F7EDE6
(247,237,230)
#E1D8D2
(225,216,210)
#CBC3BE
(203,195,190)
#B5AEAA
(181,174,170)
#9F9996
(159,153,150)
#898482
(137,132,130)
#736F6E
(115,111,110)
#5D5A5A
(93,90,90)
#474546
(71,69,70)
#313032
(49,48,50)
#1B1B1E
(27,27,30)
#000000
(0,0,0)

Tints of #F7EDE6

#F7EDE6
(247,237,230)
#F7EEE8
(247,238,232)
#F7EFEA
(247,239,234)
#F7F0EC
(247,240,236)
#F7F1EE
(247,241,238)
#F7F2F0
(247,242,240)
#F7F3F2
(247,243,242)
#F7F4F4
(247,244,244)
#F7F5F6
(247,245,246)
#F7F6F8
(247,246,248)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7EDE6; }

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

This text font color is #F7EDE6.


Background Color

.myBgColor { background-color: #F7EDE6; }

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

This div background color is #F7EDE6.


Border color

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

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

This div border color is #F7EDE6.


Opacity

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

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

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

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

This text has shadow with #F7EDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7EDE6 on black background.


Color preview on white background

This text has color #F7EDE6 on white background.



Black color preview on #F7EDE6 background

This text has black color on #F7EDE6 background.


White color preview on #F7EDE6 background

This text has white color on #F7EDE6 background.