COLOR #F7EDEC

HEX: #F7EDEC RGB: (247,237,236)

Color info

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

RGB color model

#F7EDEC color RGB value is (247,237,236).

RGB: (247,237,236) (97%, 93%, 93%)

RGB channels and saturation

R 247 of 255 = 97%
G 237 of 255 = 93%
B 236 of 255 = 93%

247
237
236

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

Portions of RGB colors in percentages

R + G + B = 247 + 237 + 236 = 720 (100%)
R 247 of 720 ~ 34.31%
G 237 of 720 ~ 32.92%
B 236 of 720 ~ 32.78'%

%34.31
%32.92
%32.78

CMYK color model

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

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

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

CMYK percentages

%0
%4.05
%4.45
%3.14

Codes

Color #F7EDEC in popluar color models

F7 ED EC
RGB 247 237 236
HSL 40.74% 94.71%
HSB/HSV 4.45% 96.86%
CMYK 0.00% 4.05% 4.45%
3.14%

Color #F7EDEC in popluar number systems.

HEX F7 ED EC
Decimal 247 237 236
Binary 11110111 11101101 11101100
Octal 367 355 354

Shades and tints

Shades of #F7EDEC

#F7EDEC
(247,237,236)
#E1D8D7
(225,216,215)
#CBC3C2
(203,195,194)
#B5AEAD
(181,174,173)
#9F9998
(159,153,152)
#898483
(137,132,131)
#736F6E
(115,111,110)
#5D5A59
(93,90,89)
#474544
(71,69,68)
#31302F
(49,48,47)
#1B1B1A
(27,27,26)
#000000
(0,0,0)

Tints of #F7EDEC

#F7EDEC
(247,237,236)
#F7EEED
(247,238,237)
#F7EFEE
(247,239,238)
#F7F0EF
(247,240,239)
#F7F1F0
(247,241,240)
#F7F2F1
(247,242,241)
#F7F3F2
(247,243,242)
#F7F4F3
(247,244,243)
#F7F5F4
(247,245,244)
#F7F6F5
(247,246,245)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7EDEC; }

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

This text font color is #F7EDEC.

Background Color

.myBgColor { background-color: #F7EDEC; }

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

This div background color is #F7EDEC.

Border color

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

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

This div border color is #F7EDEC.

Opacity

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

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

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

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

This text has shadow with #F7EDEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7EDEC.

Preview

Color preview on black background

This text has color #F7EDEC on black background.


Color preview on white background

This text has color #F7EDEC on white background.


Black color preview on #F7EDEC background

This text has black color on #F7EDEC background.


White color preview on #F7EDEC background

This text has white color on #F7EDEC background.


Related colors

Complementary color

Complementary color for #hex is #081213.


I love getcolorcode.com

Triadic colors

1 #ECF7ED and #EDECF7 with #F7EDEC are triadic colors.

2 #ECEDF7 and #EDF7EC with #F7EDEC are triadic colors.