COLOR #F7F2ED

HEX: #F7F2ED RGB: (247,242,237)

Color info

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

RGB color model

#F7F2ED color RGB value is (247,242,237).

RGB: (247,242,237) (97%, 95%, 93%)

RGB channels and saturation

R 247 of 255 = 97%
G 242 of 255 = 95%
B 237 of 255 = 93%

247
242
237

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

Portions of RGB colors in percentages

R + G + B = 247 + 242 + 237 = 726 (100%)
R 247 of 726 ~ 34.02%
G 242 of 726 ~ 33.33%
B 237 of 726 ~ 32.64'%

%34.02
%33.33
%32.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.02%
  • yellow value is 4.05%
  • key color value is 3.14%
CMYK: (0,2,4,3) C0M2Y4K3 (0%,2%,4%,3%) (0.00/0.02/0.04/0.03) 

CMYK percentages

%0
%2.02
%4.05
%3.14

Codes

Color #F7F2ED in popluar color models

F7 F2 ED
RGB 247 242 237
HSL 30° 38.46% 94.90%
HSB/HSV 30° 4.05% 96.86%
CMYK 0.00% 2.02% 4.05%
3.14%

Color #F7F2ED in popluar number systems.

HEX F7 F2 ED
Decimal 247 242 237
Binary 11110111 11110010 11101101
Octal 367 362 355

Shades and tints

Shades of #F7F2ED

#F7F2ED
(247,242,237)
#E1DCD8
(225,220,216)
#CBC6C3
(203,198,195)
#B5B0AE
(181,176,174)
#9F9A99
(159,154,153)
#898484
(137,132,132)
#736E6F
(115,110,111)
#5D585A
(93,88,90)
#474245
(71,66,69)
#312C30
(49,44,48)
#1B161B
(27,22,27)
#000000
(0,0,0)

Tints of #F7F2ED

#F7F2ED
(247,242,237)
#F7F3EE
(247,243,238)
#F7F4EF
(247,244,239)
#F7F5F0
(247,245,240)
#F7F6F1
(247,246,241)
#F7F7F2
(247,247,242)
#F7F8F3
(247,248,243)
#F7F9F4
(247,249,244)
#F7FAF5
(247,250,245)
#F7FBF6
(247,251,246)
#F7FCF7
(247,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7F2ED; }

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

This text font color is #F7F2ED.

Background Color

.myBgColor { background-color: #F7F2ED; }

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

This div background color is #F7F2ED.

Border color

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

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

This div border color is #F7F2ED.

Opacity

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

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

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

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

This text has shadow with #F7F2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7F2ED.

Preview

Color preview on black background

This text has color #F7F2ED on black background.


Color preview on white background

This text has color #F7F2ED on white background.


Black color preview on #F7F2ED background

This text has black color on #F7F2ED background.


White color preview on #F7F2ED background

This text has white color on #F7F2ED background.


Related colors

Complementary color

Complementary color for #hex is #080D12.


I love getcolorcode.com

Triadic colors

1 #EDF7F2 and #F2EDF7 with #F7F2ED are triadic colors.

2 #EDF2F7 and #F2F7ED with #F7F2ED are triadic colors.