COLOR #F7E7DD

HEX: #F7E7DD RGB: (247,231,221)

Color info

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

RGB color model

#F7E7DD color RGB value is (247,231,221).

RGB: (247,231,221) (97%, 91%, 87%)

RGB channels and saturation

R 247 of 255 = 97%
G 231 of 255 = 91%
B 221 of 255 = 87%

247
231
221

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

Portions of RGB colors in percentages

R + G + B = 247 + 231 + 221 = 699 (100%)
R 247 of 699 ~ 35.34%
G 231 of 699 ~ 33.05%
B 221 of 699 ~ 31.62'%

%35.34
%33.05
%31.62

CMYK color model

#F7E7DD color CMYK value is (0,6,11,3).

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

CMYK: (0,6,11,3)
C0M6Y11K3 (0%, 6%, 11%, 3%)
(0.00 / 0.06 / 0.11 / 0.03)

CMYK percentages

%0
%6.48
%10.53
%3.14

Codes

Color #F7E7DD in popluar color models

F7 E7 DD
RGB 247 231 221
HSL 23° 61.90% 91.76%
HSB/HSV 23° 10.53% 96.86%
CMYK 0.00% 6.48% 10.53%
3.14%

Color #F7E7DD in popluar number systems.

HEX F7 E7 DD
Decimal 247 231 221
Binary 11110111 11100111 11011101
Octal 367 347 335

Shades and tints

Shades of #F7E7DD

#F7E7DD
(247,231,221)
#E1D2C9
(225,210,201)
#CBBDB5
(203,189,181)
#B5A8A1
(181,168,161)
#9F938D
(159,147,141)
#897E79
(137,126,121)
#736965
(115,105,101)
#5D5451
(93,84,81)
#473F3D
(71,63,61)
#312A29
(49,42,41)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #F7E7DD

#F7E7DD
(247,231,221)
#F7E9E0
(247,233,224)
#F7EBE3
(247,235,227)
#F7EDE6
(247,237,230)
#F7EFE9
(247,239,233)
#F7F1EC
(247,241,236)
#F7F3EF
(247,243,239)
#F7F5F2
(247,245,242)
#F7F7F5
(247,247,245)
#F7F9F8
(247,249,248)
#F7FBFB
(247,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7E7DD; }

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

This text font color is #F7E7DD.

Background Color

.myBgColor { background-color: #F7E7DD; }

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

This div background color is #F7E7DD.

Border color

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

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

This div border color is #F7E7DD.

Opacity

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

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

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

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

This text has shadow with #F7E7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7E7DD.

Preview

Color preview on black background

This text has color #F7E7DD on black background.


Color preview on white background

This text has color #F7E7DD on white background.


Black color preview on #F7E7DD background

This text has black color on #F7E7DD background.


White color preview on #F7E7DD background

This text has white color on #F7E7DD background.


Related colors

Complementary color

Complementary color for #hex is #081822.


I love getcolorcode.com

Triadic colors

1 #DDF7E7 and #E7DDF7 with #F7E7DD are triadic colors.

2 #DDE7F7 and #E7F7DD with #F7E7DD are triadic colors.