COLOR #F7EDDD

HEX: #F7EDDD
RGB: (247,237,221)

Color info

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

RGB color model

#F7EDDD color RGB value is (247,237,221).

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

RGB channels and saturation

R 247 of 255 = 97%
G 237 of 255 = 93%
B 221 of 255 = 87%

247
237
221

R + G + B ~ 92%. #F7EDDD is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 237 + 221 = 705 (100%)
R 247 of 705 ~ 35.04%
G 237 of 705 ~ 33.62%
B 221 of 705 ~ 31.35%

%35.04
%33.62
%31.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.05%
  • yellow value is 10.53%
  • key color value is 3.14%
CMYK:
(0,4,11,3)
C0M4Y11K3 
(0%,4%,11%,3%)
(0.00/0.04/0.11/0.03)	

CMYK percentages

%0
%4.05
%10.53
%3.14

Codes

Color #F7EDDD in popluar color models

F7EDDD
RGB247237221
HSL37°61.90%91.76%
HSB/HSV37°10.53%96.86%
CMYK0.00%4.05%10.53%
3.14%

Color #F7EDDD in popluar number systems.

HEXF7EDDD
Decimal247237221
Binary111101111110110111011101
Octal367355335

Shades and tints

Shades of #F7EDDD

#F7EDDD
(247,237,221)
#E1D8C9
(225,216,201)
#CBC3B5
(203,195,181)
#B5AEA1
(181,174,161)
#9F998D
(159,153,141)
#898479
(137,132,121)
#736F65
(115,111,101)
#5D5A51
(93,90,81)
#47453D
(71,69,61)
#313029
(49,48,41)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #F7EDDD

#F7EDDD
(247,237,221)
#F7EEE0
(247,238,224)
#F7EFE3
(247,239,227)
#F7F0E6
(247,240,230)
#F7F1E9
(247,241,233)
#F7F2EC
(247,242,236)
#F7F3EF
(247,243,239)
#F7F4F2
(247,244,242)
#F7F5F5
(247,245,245)
#F7F6F8
(247,246,248)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7EDDD; }

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

This text font color is #F7EDDD.


Background Color

.myBgColor { background-color: #F7EDDD; }

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

This div background color is #F7EDDD.


Border color

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

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

This div border color is #F7EDDD.


Opacity

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

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

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

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

This text has shadow with #F7EDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7EDDD on black background.


Color preview on white background

This text has color #F7EDDD on white background.



Black color preview on #F7EDDD background

This text has black color on #F7EDDD background.


White color preview on #F7EDDD background

This text has white color on #F7EDDD background.