COLOR #F9E7DC

HEX: #F9E7DC RGB: (249,231,220)

Color info

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

RGB color model

#F9E7DC color RGB value is (249,231,220).

RGB: (249,231,220) (98%, 91%, 86%)

RGB channels and saturation

R 249 of 255 = 98%
G 231 of 255 = 91%
B 220 of 255 = 86%

249
231
220

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

Portions of RGB colors in percentages

R + G + B = 249 + 231 + 220 = 700 (100%)
R 249 of 700 ~ 35.57%
G 231 of 700 ~ 33%
B 220 of 700 ~ 31.43'%

%35.57
%33
%31.43

CMYK color model

#F9E7DC color CMYK value is (0,7,12,2).

  • cyan value is 0.00%
  • magenta value is 7.23%
  • yellow value is 11.65%
  • key color value is 2.35%

CMYK: (0,7,12,2)
C0M7Y12K2 (0%, 7%, 12%, 2%)
(0.00 / 0.07 / 0.12 / 0.02)

CMYK percentages

%0
%7.23
%11.65
%2.35

Codes

Color #F9E7DC in popluar color models

F9 E7 DC
RGB 249 231 220
HSL 23° 70.73% 91.96%
HSB/HSV 23° 11.65% 97.65%
CMYK 0.00% 7.23% 11.65%
2.35%

Color #F9E7DC in popluar number systems.

HEX F9 E7 DC
Decimal 249 231 220
Binary 11111001 11100111 11011100
Octal 371 347 334

Shades and tints

Shades of #F9E7DC

#F9E7DC
(249,231,220)
#E3D2C8
(227,210,200)
#CDBDB4
(205,189,180)
#B7A8A0
(183,168,160)
#A1938C
(161,147,140)
#8B7E78
(139,126,120)
#756964
(117,105,100)
#5F5450
(95,84,80)
#493F3C
(73,63,60)
#332A28
(51,42,40)
#1D1514
(29,21,20)
#000000
(0,0,0)

Tints of #F9E7DC

#F9E7DC
(249,231,220)
#F9E9DF
(249,233,223)
#F9EBE2
(249,235,226)
#F9EDE5
(249,237,229)
#F9EFE8
(249,239,232)
#F9F1EB
(249,241,235)
#F9F3EE
(249,243,238)
#F9F5F1
(249,245,241)
#F9F7F4
(249,247,244)
#F9F9F7
(249,249,247)
#F9FBFA
(249,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E7DC color. Also use rgb(249,231,220) instead hex code.

Text Font Color

.myTextColor { color: #F9E7DC; }

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

This text font color is #F9E7DC.

Background Color

.myBgColor { background-color: #F9E7DC; }

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

This div background color is #F9E7DC.

Border color

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

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

This div border color is #F9E7DC.

Opacity

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

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

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

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

This text has shadow with #F9E7DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9E7DC.

Preview

Color preview on black background

This text has color #F9E7DC on black background.


Color preview on white background

This text has color #F9E7DC on white background.


Black color preview on #F9E7DC background

This text has black color on #F9E7DC background.


White color preview on #F9E7DC background

This text has white color on #F9E7DC background.


Related colors

Complementary color

Complementary color for #hex is #061823.


I love getcolorcode.com

Triadic colors

1 #DCF9E7 and #E7DCF9 with #F9E7DC are triadic colors.

2 #DCE7F9 and #E7F9DC with #F9E7DC are triadic colors.