COLOR #F7F8D7

HEX: #F7F8D7
RGB: (247,248,215)

Color info

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

RGB color model

#F7F8D7 color RGB value is (247,248,215).

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

RGB channels and saturation

R 247 of 255 = 97%
G 248 of 255 = 97%
B 215 of 255 = 84%

247
248
215

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

Portions of RGB colors in percentages

R + G + B =
247 + 248 + 215 = 710 (100%)
R 247 of 710 ~ 34.79%
G 248 of 710 ~ 34.93%
B 215 of 710 ~ 30.28%

%34.79
%34.93
%30.28

CMYK color model

#F7F8D7 color CMYK value is (0,0,13,3).

  • cyan value is 0.40%
  • magenta value is 0.00%
  • yellow value is 13.31%
  • key color value is 2.75%
CMYK:
(0,0,13,3)
C0M0Y13K3 
(0%,0%,13%,3%)
(0.00/0.00/0.13/0.03)	

CMYK percentages

%0.4
%0
%13.31
%2.75

Codes

Color #F7F8D7 in popluar color models

F7F8D7
RGB247248215
HSL62°70.21%90.78%
HSB/HSV62°13.31%97.25%
CMYK0.40%0.00%13.31%
2.75%

Color #F7F8D7 in popluar number systems.

HEXF7F8D7
Decimal247248215
Binary111101111111100011010111
Octal367370327

Shades and tints

Shades of #F7F8D7

#F7F8D7
(247,248,215)
#E1E2C4
(225,226,196)
#CBCCB1
(203,204,177)
#B5B69E
(181,182,158)
#9FA08B
(159,160,139)
#898A78
(137,138,120)
#737465
(115,116,101)
#5D5E52
(93,94,82)
#47483F
(71,72,63)
#31322C
(49,50,44)
#1B1C19
(27,28,25)
#000000
(0,0,0)

Tints of #F7F8D7

#F7F8D7
(247,248,215)
#F7F8DA
(247,248,218)
#F7F8DD
(247,248,221)
#F7F8E0
(247,248,224)
#F7F8E3
(247,248,227)
#F7F8E6
(247,248,230)
#F7F8E9
(247,248,233)
#F7F8EC
(247,248,236)
#F7F8EF
(247,248,239)
#F7F8F2
(247,248,242)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7F8D7; }

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

This text font color is #F7F8D7.


Background Color

.myBgColor { background-color: #F7F8D7; }

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

This div background color is #F7F8D7.


Border color

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

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

This div border color is #F7F8D7.


Opacity

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

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

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

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

This text has shadow with #F7F8D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7F8D7 on black background.


Color preview on white background

This text has color #F7F8D7 on white background.



Black color preview on #F7F8D7 background

This text has black color on #F7F8D7 background.


White color preview on #F7F8D7 background

This text has white color on #F7F8D7 background.