COLOR #F8F7DA

HEX: #F8F7DA
RGB: (248,247,218)

Color info

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

RGB color model

#F8F7DA color RGB value is (248,247,218).

  • red value is 248;
  • green value is 247;
  • blue value is 218.
RGB:
(248,247,218)
(97%,97%,85%)

RGB channels and saturation

R 248 of 255 = 97%
G 247 of 255 = 97%
B 218 of 255 = 85%

248
247
218

R + G + B ~ 93%. #F8F7DA is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 247 + 218 = 713 (100%)
R 248 of 713 ~ 34.78%
G 247 of 713 ~ 34.64%
B 218 of 713 ~ 30.58%

%34.78
%34.64
%30.58

CMYK color model

#F8F7DA color CMYK value is (0,0,12,3).

  • cyan value is 0.00%
  • magenta value is 0.40%
  • yellow value is 12.10%
  • key color value is 2.75%
CMYK:
(0,0,12,3)
C0M0Y12K3 
(0%,0%,12%,3%)
(0.00/0.00/0.12/0.03)	

CMYK percentages

%0
%0.4
%12.1
%2.75

Codes

Color #F8F7DA in popluar color models

F8F7DA
RGB248247218
HSL58°68.18%91.37%
HSB/HSV58°12.10%97.25%
CMYK0.00%0.40%12.10%
2.75%

Color #F8F7DA in popluar number systems.

HEXF8F7DA
Decimal248247218
Binary111110001111011111011010
Octal370367332

Shades and tints

Shades of #F8F7DA

#F8F7DA
(248,247,218)
#E2E1C7
(226,225,199)
#CCCBB4
(204,203,180)
#B6B5A1
(182,181,161)
#A09F8E
(160,159,142)
#8A897B
(138,137,123)
#747368
(116,115,104)
#5E5D55
(94,93,85)
#484742
(72,71,66)
#32312F
(50,49,47)
#1C1B1C
(28,27,28)
#000000
(0,0,0)

Tints of #F8F7DA

#F8F7DA
(248,247,218)
#F8F7DD
(248,247,221)
#F8F7E0
(248,247,224)
#F8F7E3
(248,247,227)
#F8F7E6
(248,247,230)
#F8F7E9
(248,247,233)
#F8F7EC
(248,247,236)
#F8F7EF
(248,247,239)
#F8F7F2
(248,247,242)
#F8F7F5
(248,247,245)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8F7DA; }

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

This text font color is #F8F7DA.


Background Color

.myBgColor { background-color: #F8F7DA; }

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

This div background color is #F8F7DA.


Border color

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

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

This div border color is #F8F7DA.


Opacity

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

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

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

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

This text has shadow with #F8F7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8F7DA on black background.


Color preview on white background

This text has color #F8F7DA on white background.



Black color preview on #F8F7DA background

This text has black color on #F8F7DA background.


White color preview on #F8F7DA background

This text has white color on #F8F7DA background.