COLOR #F7EDE0

HEX: #F7EDE0 RGB: (247,237,224)

Color info

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

RGB color model

#F7EDE0 color RGB value is (247,237,224).

RGB: (247,237,224) (97%, 93%, 88%)

RGB channels and saturation

R 247 of 255 = 97%
G 237 of 255 = 93%
B 224 of 255 = 88%

247
237
224

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

Portions of RGB colors in percentages

R + G + B = 247 + 237 + 224 = 708 (100%)
R 247 of 708 ~ 34.89%
G 237 of 708 ~ 33.47%
B 224 of 708 ~ 31.64'%

%34.89
%33.47
%31.64

CMYK color model

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

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

CMYK: (0,4,9,3)
C0M4Y9K3 (0%, 4%, 9%, 3%)
(0.00 / 0.04 / 0.09 / 0.03)

CMYK percentages

%0
%4.05
%9.31
%3.14

Codes

Color #F7EDE0 in popluar color models

F7 ED E0
RGB 247 237 224
HSL 34° 58.97% 92.35%
HSB/HSV 34° 9.31% 96.86%
CMYK 0.00% 4.05% 9.31%
3.14%

Color #F7EDE0 in popluar number systems.

HEX F7 ED E0
Decimal 247 237 224
Binary 11110111 11101101 11100000
Octal 367 355 340

Shades and tints

Shades of #F7EDE0

#F7EDE0
(247,237,224)
#E1D8CC
(225,216,204)
#CBC3B8
(203,195,184)
#B5AEA4
(181,174,164)
#9F9990
(159,153,144)
#89847C
(137,132,124)
#736F68
(115,111,104)
#5D5A54
(93,90,84)
#474540
(71,69,64)
#31302C
(49,48,44)
#1B1B18
(27,27,24)
#000000
(0,0,0)

Tints of #F7EDE0

#F7EDE0
(247,237,224)
#F7EEE2
(247,238,226)
#F7EFE4
(247,239,228)
#F7F0E6
(247,240,230)
#F7F1E8
(247,241,232)
#F7F2EA
(247,242,234)
#F7F3EC
(247,243,236)
#F7F4EE
(247,244,238)
#F7F5F0
(247,245,240)
#F7F6F2
(247,246,242)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7EDE0; }

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

This text font color is #F7EDE0.

Background Color

.myBgColor { background-color: #F7EDE0; }

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

This div background color is #F7EDE0.

Border color

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

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

This div border color is #F7EDE0.

Opacity

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

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

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

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

This text has shadow with #F7EDE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7EDE0.

Preview

Color preview on black background

This text has color #F7EDE0 on black background.


Color preview on white background

This text has color #F7EDE0 on white background.


Black color preview on #F7EDE0 background

This text has black color on #F7EDE0 background.


White color preview on #F7EDE0 background

This text has white color on #F7EDE0 background.


Related colors

Complementary color

Complementary color for #hex is #08121F.


I love getcolorcode.com

Triadic colors

1 #E0F7ED and #EDE0F7 with #F7EDE0 are triadic colors.

2 #E0EDF7 and #EDF7E0 with #F7EDE0 are triadic colors.