COLOR #F7F0ED

HEX: #F7F0ED RGB: (247,240,237)

Color info

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

RGB color model

#F7F0ED color RGB value is (247,240,237).

RGB: (247,240,237) (97%, 94%, 93%)

RGB channels and saturation

R 247 of 255 = 97%
G 240 of 255 = 94%
B 237 of 255 = 93%

247
240
237

R + G + B ~ 95%. #F7F0ED is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 240 + 237 = 724 (100%)
R 247 of 724 ~ 34.12%
G 240 of 724 ~ 33.15%
B 237 of 724 ~ 32.73'%

%34.12
%33.15
%32.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.83%
  • yellow value is 4.05%
  • key color value is 3.14%

CMYK: (0,3,4,3)
C0M3Y4K3 (0%, 3%, 4%, 3%)
(0.00 / 0.03 / 0.04 / 0.03)

CMYK percentages

%0
%2.83
%4.05
%3.14

Codes

Color #F7F0ED in popluar color models

F7 F0 ED
RGB 247 240 237
HSL 18° 38.46% 94.90%
HSB/HSV 18° 4.05% 96.86%
CMYK 0.00% 2.83% 4.05%
3.14%

Color #F7F0ED in popluar number systems.

HEX F7 F0 ED
Decimal 247 240 237
Binary 11110111 11110000 11101101
Octal 367 360 355

Shades and tints

Shades of #F7F0ED

#F7F0ED
(247,240,237)
#E1DBD8
(225,219,216)
#CBC6C3
(203,198,195)
#B5B1AE
(181,177,174)
#9F9C99
(159,156,153)
#898784
(137,135,132)
#73726F
(115,114,111)
#5D5D5A
(93,93,90)
#474845
(71,72,69)
#313330
(49,51,48)
#1B1E1B
(27,30,27)
#000000
(0,0,0)

Tints of #F7F0ED

#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)
#F7F8F5
(247,248,245)
#F7F9F6
(247,249,246)
#F7FAF7
(247,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7F0ED; }

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

This text font color is #F7F0ED.

Background Color

.myBgColor { background-color: #F7F0ED; }

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

This div background color is #F7F0ED.

Border color

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

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

This div border color is #F7F0ED.

Opacity

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

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

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

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

This text has shadow with #F7F0ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7F0ED.

Preview

Color preview on black background

This text has color #F7F0ED on black background.


Color preview on white background

This text has color #F7F0ED on white background.


Black color preview on #F7F0ED background

This text has black color on #F7F0ED background.


White color preview on #F7F0ED background

This text has white color on #F7F0ED background.


Related colors

Complementary color

Complementary color for #hex is #080F12.


I love getcolorcode.com

Triadic colors

1 #EDF7F0 and #F0EDF7 with #F7F0ED are triadic colors.

2 #EDF0F7 and #F0F7ED with #F7F0ED are triadic colors.