COLOR #FBF7EC

HEX: #FBF7EC RGB: (251,247,236)

Color info

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

RGB color model

#FBF7EC color RGB value is (251,247,236).

RGB: (251,247,236) (98%, 97%, 93%)

RGB channels and saturation

R 251 of 255 = 98%
G 247 of 255 = 97%
B 236 of 255 = 93%

251
247
236

R + G + B ~ 96%. #FBF7EC is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 247 + 236 = 734 (100%)
R 251 of 734 ~ 34.2%
G 247 of 734 ~ 33.65%
B 236 of 734 ~ 32.15'%

%34.2
%33.65
%32.15

CMYK color model

#FBF7EC color CMYK value is (0,2,6,2).

  • cyan value is 0.00%
  • magenta value is 1.59%
  • yellow value is 5.98%
  • key color value is 1.57%

CMYK: (0,2,6,2)
C0M2Y6K2 (0%, 2%, 6%, 2%)
(0.00 / 0.02 / 0.06 / 0.02)

CMYK percentages

%0
%1.59
%5.98
%1.57

Codes

Color #FBF7EC in popluar color models

FB F7 EC
RGB 251 247 236
HSL 44° 65.22% 95.49%
HSB/HSV 44° 5.98% 98.43%
CMYK 0.00% 1.59% 5.98%
1.57%

Color #FBF7EC in popluar number systems.

HEX FB F7 EC
Decimal 251 247 236
Binary 11111011 11110111 11101100
Octal 373 367 354

Shades and tints

Shades of #FBF7EC

#FBF7EC
(251,247,236)
#E5E1D7
(229,225,215)
#CFCBC2
(207,203,194)
#B9B5AD
(185,181,173)
#A39F98
(163,159,152)
#8D8983
(141,137,131)
#77736E
(119,115,110)
#615D59
(97,93,89)
#4B4744
(75,71,68)
#35312F
(53,49,47)
#1F1B1A
(31,27,26)
#000000
(0,0,0)

Tints of #FBF7EC

#FBF7EC
(251,247,236)
#FBF7ED
(251,247,237)
#FBF7EE
(251,247,238)
#FBF7EF
(251,247,239)
#FBF7F0
(251,247,240)
#FBF7F1
(251,247,241)
#FBF7F2
(251,247,242)
#FBF7F3
(251,247,243)
#FBF7F4
(251,247,244)
#FBF7F5
(251,247,245)
#FBF7F6
(251,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBF7EC; }

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

This text font color is #FBF7EC.

Background Color

.myBgColor { background-color: #FBF7EC; }

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

This div background color is #FBF7EC.

Border color

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

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

This div border color is #FBF7EC.

Opacity

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

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

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

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

This text has shadow with #FBF7EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBF7EC.

Preview

Color preview on black background

This text has color #FBF7EC on black background.


Color preview on white background

This text has color #FBF7EC on white background.


Black color preview on #FBF7EC background

This text has black color on #FBF7EC background.


White color preview on #FBF7EC background

This text has white color on #FBF7EC background.


Related colors

Complementary color

Complementary color for #hex is #040813.


I love getcolorcode.com

Triadic colors

1 #ECFBF7 and #F7ECFB with #FBF7EC are triadic colors.

2 #ECF7FB and #F7FBEC with #FBF7EC are triadic colors.