COLOR #F5F7EB

HEX: #F5F7EB
RGB: (245,247,235)

Color info

#F5F7EB contains red, green and blue colors in about the same proportion. Web safe color of #F5F7EB is #FFFFFF (or #FFF).

RGB color model

#F5F7EB color RGB value is (245,247,235).

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

RGB channels and saturation

R 245 of 255 = 96%
G 247 of 255 = 97%
B 235 of 255 = 92%

245
247
235

R + G + B ~ 95%. #F5F7EB is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 247 + 235 = 727 (100%)
R 245 of 727 ~ 33.7%
G 247 of 727 ~ 33.98%
B 235 of 727 ~ 32.32%

%33.7
%33.98
%32.32

CMYK color model

#F5F7EB color CMYK value is (1,0,5,3).

  • cyan value is 0.81%
  • magenta value is 0.00%
  • yellow value is 4.86%
  • key color value is 3.14%
CMYK:
(1,0,5,3)
C1M0Y5K3 
(1%,0%,5%,3%)
(0.01/0.00/0.05/0.03)	

CMYK percentages

%0.81
%0
%4.86
%3.14

Codes

Color #F5F7EB in popluar color models

F5F7EB
RGB245247235
HSL70°42.86%94.51%
HSB/HSV70°4.86%96.86%
CMYK0.81%0.00%4.86%
3.14%

Color #F5F7EB in popluar number systems.

HEXF5F7EB
Decimal245247235
Binary111101011111011111101011
Octal365367353

Shades and tints

Shades of #F5F7EB

#F5F7EB
(245,247,235)
#DFE1D6
(223,225,214)
#C9CBC1
(201,203,193)
#B3B5AC
(179,181,172)
#9D9F97
(157,159,151)
#878982
(135,137,130)
#71736D
(113,115,109)
#5B5D58
(91,93,88)
#454743
(69,71,67)
#2F312E
(47,49,46)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #F5F7EB

#F5F7EB
(245,247,235)
#F5F7EC
(245,247,236)
#F5F7ED
(245,247,237)
#F5F7EE
(245,247,238)
#F5F7EF
(245,247,239)
#F5F7F0
(245,247,240)
#F5F7F1
(245,247,241)
#F5F7F2
(245,247,242)
#F5F7F3
(245,247,243)
#F5F7F4
(245,247,244)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5F7EB; }

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

This text font color is #F5F7EB.


Background Color

.myBgColor { background-color: #F5F7EB; }

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

This div background color is #F5F7EB.


Border color

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

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

This div border color is #F5F7EB.


Opacity

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

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

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

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

This text has shadow with #F5F7EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F7EB on black background.


Color preview on white background

This text has color #F5F7EB on white background.



Black color preview on #F5F7EB background

This text has black color on #F5F7EB background.


White color preview on #F5F7EB background

This text has white color on #F5F7EB background.