COLOR #F7F8DB

HEX: #F7F8DB
RGB: (247,248,219)

Color info

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

RGB color model

#F7F8DB color RGB value is (247,248,219).

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

RGB channels and saturation

R 247 of 255 = 97%
G 248 of 255 = 97%
B 219 of 255 = 86%

247
248
219

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

Portions of RGB colors in percentages

R + G + B =
247 + 248 + 219 = 714 (100%)
R 247 of 714 ~ 34.59%
G 248 of 714 ~ 34.73%
B 219 of 714 ~ 30.67%

%34.59
%34.73
%30.67

CMYK color model

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

  • cyan value is 0.40%
  • magenta value is 0.00%
  • yellow value is 11.69%
  • 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.4
%0
%11.69
%2.75

Codes

Color #F7F8DB in popluar color models

F7F8DB
RGB247248219
HSL62°67.44%91.57%
HSB/HSV62°11.69%97.25%
CMYK0.40%0.00%11.69%
2.75%

Color #F7F8DB in popluar number systems.

HEXF7F8DB
Decimal247248219
Binary111101111111100011011011
Octal367370333

Shades and tints

Shades of #F7F8DB

#F7F8DB
(247,248,219)
#E1E2C8
(225,226,200)
#CBCCB5
(203,204,181)
#B5B6A2
(181,182,162)
#9FA08F
(159,160,143)
#898A7C
(137,138,124)
#737469
(115,116,105)
#5D5E56
(93,94,86)
#474843
(71,72,67)
#313230
(49,50,48)
#1B1C1D
(27,28,29)
#000000
(0,0,0)

Tints of #F7F8DB

#F7F8DB
(247,248,219)
#F7F8DE
(247,248,222)
#F7F8E1
(247,248,225)
#F7F8E4
(247,248,228)
#F7F8E7
(247,248,231)
#F7F8EA
(247,248,234)
#F7F8ED
(247,248,237)
#F7F8F0
(247,248,240)
#F7F8F3
(247,248,243)
#F7F8F6
(247,248,246)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7F8DB; }

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

This text font color is #F7F8DB.


Background Color

.myBgColor { background-color: #F7F8DB; }

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

This div background color is #F7F8DB.


Border color

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

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

This div border color is #F7F8DB.


Opacity

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

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

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

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

This text has shadow with #F7F8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7F8DB on black background.


Color preview on white background

This text has color #F7F8DB on white background.



Black color preview on #F7F8DB background

This text has black color on #F7F8DB background.


White color preview on #F7F8DB background

This text has white color on #F7F8DB background.