COLOR #FBE7B9

HEX: #FBE7B9 RGB: (251,231,185)

Color info

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

RGB color model

#FBE7B9 color RGB value is (251,231,185).

RGB: (251,231,185) (98%, 91%, 73%)

RGB channels and saturation

R 251 of 255 = 98%
G 231 of 255 = 91%
B 185 of 255 = 73%

251
231
185

R + G + B ~ 87%. #FBE7B9 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 231 + 185 = 667 (100%)
R 251 of 667 ~ 37.63%
G 231 of 667 ~ 34.63%
B 185 of 667 ~ 27.74'%

%37.63
%34.63
%27.74

CMYK color model

#FBE7B9 color CMYK value is (0,8,26,2).

  • cyan value is 0.00%
  • magenta value is 7.97%
  • yellow value is 26.29%
  • key color value is 1.57%

CMYK: (0,8,26,2)
C0M8Y26K2 (0%, 8%, 26%, 2%)
(0.00 / 0.08 / 0.26 / 0.02)

CMYK percentages

%0
%7.97
%26.29
%1.57

Codes

Color #FBE7B9 in popluar color models

FB E7 B9
RGB 251 231 185
HSL 42° 89.19% 85.49%
HSB/HSV 42° 26.29% 98.43%
CMYK 0.00% 7.97% 26.29%
1.57%

Color #FBE7B9 in popluar number systems.

HEX FB E7 B9
Decimal 251 231 185
Binary 11111011 11100111 10111001
Octal 373 347 271

Shades and tints

Shades of #FBE7B9

#FBE7B9
(251,231,185)
#E5D2A9
(229,210,169)
#CFBD99
(207,189,153)
#B9A889
(185,168,137)
#A39379
(163,147,121)
#8D7E69
(141,126,105)
#776959
(119,105,89)
#615449
(97,84,73)
#4B3F39
(75,63,57)
#352A29
(53,42,41)
#1F1519
(31,21,25)
#000000
(0,0,0)

Tints of #FBE7B9

#FBE7B9
(251,231,185)
#FBE9BF
(251,233,191)
#FBEBC5
(251,235,197)
#FBEDCB
(251,237,203)
#FBEFD1
(251,239,209)
#FBF1D7
(251,241,215)
#FBF3DD
(251,243,221)
#FBF5E3
(251,245,227)
#FBF7E9
(251,247,233)
#FBF9EF
(251,249,239)
#FBFBF5
(251,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE7B9; }

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

This text font color is #FBE7B9.

Background Color

.myBgColor { background-color: #FBE7B9; }

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

This div background color is #FBE7B9.

Border color

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

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

This div border color is #FBE7B9.

Opacity

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

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

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

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

This text has shadow with #FBE7B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE7B9.

Preview

Color preview on black background

This text has color #FBE7B9 on black background.


Color preview on white background

This text has color #FBE7B9 on white background.


Black color preview on #FBE7B9 background

This text has black color on #FBE7B9 background.


White color preview on #FBE7B9 background

This text has white color on #FBE7B9 background.


Related colors

Complementary color

Complementary color for #hex is #041846.


I love getcolorcode.com

Triadic colors

1 #B9FBE7 and #E7B9FB with #FBE7B9 are triadic colors.

2 #B9E7FB and #E7FBB9 with #FBE7B9 are triadic colors.