COLOR #F7E6DD

HEX: #F7E6DD RGB: (247,230,221)

Color info

#F7E6DD contains red, green and blue colors in about the same proportion. Web safe color of #F7E6DD is #FFCCCC (or #FCC).

RGB color model

#F7E6DD color RGB value is (247,230,221).

RGB: (247,230,221) (97%, 90%, 87%)

RGB channels and saturation

R 247 of 255 = 97%
G 230 of 255 = 90%
B 221 of 255 = 87%

247
230
221

R + G + B ~ 91%. #F7E6DD is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 230 + 221 = 698 (100%)
R 247 of 698 ~ 35.39%
G 230 of 698 ~ 32.95%
B 221 of 698 ~ 31.66'%

%35.39
%32.95
%31.66

CMYK color model

#F7E6DD color CMYK value is (0,7,11,3).

  • cyan value is 0.00%
  • magenta value is 6.88%
  • yellow value is 10.53%
  • key color value is 3.14%

CMYK: (0,7,11,3)
C0M7Y11K3 (0%, 7%, 11%, 3%)
(0.00 / 0.07 / 0.11 / 0.03)

CMYK percentages

%0
%6.88
%10.53
%3.14

Codes

Color #F7E6DD in popluar color models

F7 E6 DD
RGB 247 230 221
HSL 21° 61.90% 91.76%
HSB/HSV 21° 10.53% 96.86%
CMYK 0.00% 6.88% 10.53%
3.14%

Color #F7E6DD in popluar number systems.

HEX F7 E6 DD
Decimal 247 230 221
Binary 11110111 11100110 11011101
Octal 367 346 335

Shades and tints

Shades of #F7E6DD

#F7E6DD
(247,230,221)
#E1D2C9
(225,210,201)
#CBBEB5
(203,190,181)
#B5AAA1
(181,170,161)
#9F968D
(159,150,141)
#898279
(137,130,121)
#736E65
(115,110,101)
#5D5A51
(93,90,81)
#47463D
(71,70,61)
#313229
(49,50,41)
#1B1E15
(27,30,21)
#000000
(0,0,0)

Tints of #F7E6DD

#F7E6DD
(247,230,221)
#F7E8E0
(247,232,224)
#F7EAE3
(247,234,227)
#F7ECE6
(247,236,230)
#F7EEE9
(247,238,233)
#F7F0EC
(247,240,236)
#F7F2EF
(247,242,239)
#F7F4F2
(247,244,242)
#F7F6F5
(247,246,245)
#F7F8F8
(247,248,248)
#F7FAFB
(247,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7E6DD; }

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

This text font color is #F7E6DD.

Background Color

.myBgColor { background-color: #F7E6DD; }

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

This div background color is #F7E6DD.

Border color

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

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

This div border color is #F7E6DD.

Opacity

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

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

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

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

This text has shadow with #F7E6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7E6DD.

Preview

Color preview on black background

This text has color #F7E6DD on black background.


Color preview on white background

This text has color #F7E6DD on white background.


Black color preview on #F7E6DD background

This text has black color on #F7E6DD background.


White color preview on #F7E6DD background

This text has white color on #F7E6DD background.


Related colors

Complementary color

Complementary color for #hex is #081922.


I love getcolorcode.com

Triadic colors

1 #DDF7E6 and #E6DDF7 with #F7E6DD are triadic colors.

2 #DDE6F7 and #E6F7DD with #F7E6DD are triadic colors.