COLOR #F8F7DF

HEX: #F8F7DF RGB: (248,247,223)

Color info

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

RGB color model

#F8F7DF color RGB value is (248,247,223).

RGB: (248,247,223) (97%, 97%, 87%)

RGB channels and saturation

R 248 of 255 = 97%
G 247 of 255 = 97%
B 223 of 255 = 87%

248
247
223

R + G + B ~ 94%. #F8F7DF is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 247 + 223 = 718 (100%)
R 248 of 718 ~ 34.54%
G 247 of 718 ~ 34.4%
B 223 of 718 ~ 31.06'%

%34.54
%34.4
%31.06

CMYK color model

#F8F7DF color CMYK value is (0,0,10,3).

  • cyan value is 0.00%
  • magenta value is 0.40%
  • yellow value is 10.08%
  • key color value is 2.75%

CMYK: (0,0,10,3)
C0M0Y10K3 (0%, 0%, 10%, 3%)
(0.00 / 0.00 / 0.10 / 0.03)

CMYK percentages

%0
%0.4
%10.08
%2.75

Codes

Color #F8F7DF in popluar color models

F8 F7 DF
RGB 248 247 223
HSL 58° 64.10% 92.35%
HSB/HSV 58° 10.08% 97.25%
CMYK 0.00% 0.40% 10.08%
2.75%

Color #F8F7DF in popluar number systems.

HEX F8 F7 DF
Decimal 248 247 223
Binary 11111000 11110111 11011111
Octal 370 367 337

Shades and tints

Shades of #F8F7DF

#F8F7DF
(248,247,223)
#E2E1CB
(226,225,203)
#CCCBB7
(204,203,183)
#B6B5A3
(182,181,163)
#A09F8F
(160,159,143)
#8A897B
(138,137,123)
#747367
(116,115,103)
#5E5D53
(94,93,83)
#48473F
(72,71,63)
#32312B
(50,49,43)
#1C1B17
(28,27,23)
#000000
(0,0,0)

Tints of #F8F7DF

#F8F7DF
(248,247,223)
#F8F7E1
(248,247,225)
#F8F7E3
(248,247,227)
#F8F7E5
(248,247,229)
#F8F7E7
(248,247,231)
#F8F7E9
(248,247,233)
#F8F7EB
(248,247,235)
#F8F7ED
(248,247,237)
#F8F7EF
(248,247,239)
#F8F7F1
(248,247,241)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8F7DF color. Also use rgb(248,247,223) instead hex code.

Text Font Color

.myTextColor { color: #F8F7DF; }

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

This text font color is #F8F7DF.

Background Color

.myBgColor { background-color: #F8F7DF; }

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

This div background color is #F8F7DF.

Border color

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

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

This div border color is #F8F7DF.

Opacity

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

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

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

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

This text has shadow with #F8F7DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8F7DF.

Preview

Color preview on black background

This text has color #F8F7DF on black background.


Color preview on white background

This text has color #F8F7DF on white background.


Black color preview on #F8F7DF background

This text has black color on #F8F7DF background.


White color preview on #F8F7DF background

This text has white color on #F8F7DF background.


Related colors

Complementary color

Complementary color for #hex is #070820.


I love getcolorcode.com

Triadic colors

1 #DFF8F7 and #F7DFF8 with #F8F7DF are triadic colors.

2 #DFF7F8 and #F7F8DF with #F8F7DF are triadic colors.