COLOR #FBF9F7

HEX: #FBF9F7
RGB: (251,249,247)

Color info

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

RGB color model

#FBF9F7 color RGB value is (251,249,247).

  • red value is 251;
  • green value is 249;
  • blue value is 247.
RGB:
(251,249,247)
(98%,98%,97%)

RGB channels and saturation

R 251 of 255 = 98%
G 249 of 255 = 98%
B 247 of 255 = 97%

251
249
247

R + G + B ~ 98%. #FBF9F7 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 249 + 247 = 747 (100%)
R 251 of 747 ~ 33.6%
G 249 of 747 ~ 33.33%
B 247 of 747 ~ 33.07%

%33.6
%33.33
%33.07

CMYK color model

#FBF9F7 color CMYK value is (0,1,2,2).

  • cyan value is 0.00%
  • magenta value is 0.80%
  • yellow value is 1.59%
  • key color value is 1.57%
CMYK:
(0,1,2,2)
C0M1Y2K2 
(0%,1%,2%,2%)
(0.00/0.01/0.02/0.02)	

CMYK percentages

%0
%0.8
%1.59
%1.57

Codes

Color #FBF9F7 in popluar color models

FBF9F7
RGB251249247
HSL30°33.33%97.65%
HSB/HSV30°1.59%98.43%
CMYK0.00%0.80%1.59%
1.57%

Color #FBF9F7 in popluar number systems.

HEXFBF9F7
Decimal251249247
Binary111110111111100111110111
Octal373371367

Shades and tints

Shades of #FBF9F7

#FBF9F7
(251,249,247)
#E5E3E1
(229,227,225)
#CFCDCB
(207,205,203)
#B9B7B5
(185,183,181)
#A3A19F
(163,161,159)
#8D8B89
(141,139,137)
#777573
(119,117,115)
#615F5D
(97,95,93)
#4B4947
(75,73,71)
#353331
(53,51,49)
#1F1D1B
(31,29,27)
#000000
(0,0,0)

CSS3 styles

Examples of css and html codes for elements with #FBF9F7 color. Also use rgb(251,249,247) instead hex code.

Text Font Color

.myTextColor { color: #FBF9F7; }

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

This text font color is #FBF9F7.


Background Color

.myBgColor { background-color: #FBF9F7; }

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

This div background color is #FBF9F7.


Border color

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

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

This div border color is #FBF9F7.


Opacity

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

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

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

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

This text has shadow with #FBF9F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBF9F7 on black background.


Color preview on white background

This text has color #FBF9F7 on white background.



Black color preview on #FBF9F7 background

This text has black color on #FBF9F7 background.


White color preview on #FBF9F7 background

This text has white color on #FBF9F7 background.