COLOR #FBE7BE

HEX: #FBE7BE
RGB: (251,231,190)

Color info

#FBE7BE contains mainly red and green colors. Web safe color of #FBE7BE is #FFFFCC (or #FFC).

RGB color model

#FBE7BE color RGB value is (251,231,190).

  • red value is 251;
  • green value is 231;
  • blue value is 190.
RGB:
(251,231,190)
(98%,91%,75%)

RGB channels and saturation

R 251 of 255 = 98%
G 231 of 255 = 91%
B 190 of 255 = 75%

251
231
190

R + G + B ~ 88%. #FBE7BE is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 231 + 190 = 672 (100%)
R 251 of 672 ~ 37.35%
G 231 of 672 ~ 34.38%
B 190 of 672 ~ 28.27%

%37.35
%34.38
%28.27

CMYK color model

#FBE7BE color CMYK value is (0,8,24,2).

  • cyan value is 0.00%
  • magenta value is 7.97%
  • yellow value is 24.30%
  • key color value is 1.57%
CMYK:
(0,8,24,2)
C0M8Y24K2 
(0%,8%,24%,2%)
(0.00/0.08/0.24/0.02)	

CMYK percentages

%0
%7.97
%24.3
%1.57

Codes

Color #FBE7BE in popluar color models

FBE7BE
RGB251231190
HSL40°88.41%86.47%
HSB/HSV40°24.30%98.43%
CMYK0.00%7.97%24.30%
1.57%

Color #FBE7BE in popluar number systems.

HEXFBE7BE
Decimal251231190
Binary111110111110011110111110
Octal373347276

Shades and tints

Shades of #FBE7BE

#FBE7BE
(251,231,190)
#E5D2AD
(229,210,173)
#CFBD9C
(207,189,156)
#B9A88B
(185,168,139)
#A3937A
(163,147,122)
#8D7E69
(141,126,105)
#776958
(119,105,88)
#615447
(97,84,71)
#4B3F36
(75,63,54)
#352A25
(53,42,37)
#1F1514
(31,21,20)
#000000
(0,0,0)

Tints of #FBE7BE

#FBE7BE
(251,231,190)
#FBE9C3
(251,233,195)
#FBEBC8
(251,235,200)
#FBEDCD
(251,237,205)
#FBEFD2
(251,239,210)
#FBF1D7
(251,241,215)
#FBF3DC
(251,243,220)
#FBF5E1
(251,245,225)
#FBF7E6
(251,247,230)
#FBF9EB
(251,249,235)
#FBFBF0
(251,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBE7BE color. Also use rgb(251,231,190) instead hex code.

Text Font Color

.myTextColor { color: #FBE7BE; }

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

This text font color is #FBE7BE.


Background Color

.myBgColor { background-color: #FBE7BE; }

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

This div background color is #FBE7BE.


Border color

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

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

This div border color is #FBE7BE.


Opacity

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

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

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

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

This text has shadow with #FBE7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE7BE on black background.


Color preview on white background

This text has color #FBE7BE on white background.



Black color preview on #FBE7BE background

This text has black color on #FBE7BE background.


White color preview on #FBE7BE background

This text has white color on #FBE7BE background.