COLOR #F5F7DB

HEX: #F5F7DB
RGB: (245,247,219)

Color info

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

RGB color model

#F5F7DB color RGB value is (245,247,219).

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

RGB channels and saturation

R 245 of 255 = 96%
G 247 of 255 = 97%
B 219 of 255 = 86%

245
247
219

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

Portions of RGB colors in percentages

R + G + B =
245 + 247 + 219 = 711 (100%)
R 245 of 711 ~ 34.46%
G 247 of 711 ~ 34.74%
B 219 of 711 ~ 30.8%

%34.46
%34.74
%30.8

CMYK color model

#F5F7DB color CMYK value is (1,0,11,3).

  • cyan value is 0.81%
  • magenta value is 0.00%
  • yellow value is 11.34%
  • key color value is 3.14%
CMYK:
(1,0,11,3)
C1M0Y11K3 
(1%,0%,11%,3%)
(0.01/0.00/0.11/0.03)	

CMYK percentages

%0.81
%0
%11.34
%3.14

Codes

Color #F5F7DB in popluar color models

F5F7DB
RGB245247219
HSL64°63.64%91.37%
HSB/HSV64°11.34%96.86%
CMYK0.81%0.00%11.34%
3.14%

Color #F5F7DB in popluar number systems.

HEXF5F7DB
Decimal245247219
Binary111101011111011111011011
Octal365367333

Shades and tints

Shades of #F5F7DB

#F5F7DB
(245,247,219)
#DFE1C8
(223,225,200)
#C9CBB5
(201,203,181)
#B3B5A2
(179,181,162)
#9D9F8F
(157,159,143)
#87897C
(135,137,124)
#717369
(113,115,105)
#5B5D56
(91,93,86)
#454743
(69,71,67)
#2F3130
(47,49,48)
#191B1D
(25,27,29)
#000000
(0,0,0)

Tints of #F5F7DB

#F5F7DB
(245,247,219)
#F5F7DE
(245,247,222)
#F5F7E1
(245,247,225)
#F5F7E4
(245,247,228)
#F5F7E7
(245,247,231)
#F5F7EA
(245,247,234)
#F5F7ED
(245,247,237)
#F5F7F0
(245,247,240)
#F5F7F3
(245,247,243)
#F5F7F6
(245,247,246)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5F7DB; }

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

This text font color is #F5F7DB.


Background Color

.myBgColor { background-color: #F5F7DB; }

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

This div background color is #F5F7DB.


Border color

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

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

This div border color is #F5F7DB.


Opacity

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

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

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

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

This text has shadow with #F5F7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F7DB on black background.


Color preview on white background

This text has color #F5F7DB on white background.



Black color preview on #F5F7DB background

This text has black color on #F5F7DB background.


White color preview on #F5F7DB background

This text has white color on #F5F7DB background.