COLOR #FBD7B9

HEX: #FBD7B9
RGB: (251,215,185)

Color info

#FBD7B9 contains mainly red and green colors. Web safe color of #FBD7B9 is #FFCCCC (or #FCC).

RGB color model

#FBD7B9 color RGB value is (251,215,185).

  • red value is 251;
  • green value is 215;
  • blue value is 185.
RGB:
(251,215,185)
(98%,84%,73%)

RGB channels and saturation

R 251 of 255 = 98%
G 215 of 255 = 84%
B 185 of 255 = 73%

251
215
185

R + G + B ~ 85%. #FBD7B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 215 + 185 = 651 (100%)
R 251 of 651 ~ 38.56%
G 215 of 651 ~ 33.03%
B 185 of 651 ~ 28.42%

%38.56
%33.03
%28.42

CMYK color model

#FBD7B9 color CMYK value is (0,14,26,2).

  • cyan value is 0.00%
  • magenta value is 14.34%
  • yellow value is 26.29%
  • key color value is 1.57%
CMYK:
(0,14,26,2)
C0M14Y26K2 
(0%,14%,26%,2%)
(0.00/0.14/0.26/0.02)	

CMYK percentages

%0
%14.34
%26.29
%1.57

Codes

Color #FBD7B9 in popluar color models

FBD7B9
RGB251215185
HSL27°89.19%85.49%
HSB/HSV27°26.29%98.43%
CMYK0.00%14.34%26.29%
1.57%

Color #FBD7B9 in popluar number systems.

HEXFBD7B9
Decimal251215185
Binary111110111101011110111001
Octal373327271

Shades and tints

Shades of #FBD7B9

#FBD7B9
(251,215,185)
#E5C4A9
(229,196,169)
#CFB199
(207,177,153)
#B99E89
(185,158,137)
#A38B79
(163,139,121)
#8D7869
(141,120,105)
#776559
(119,101,89)
#615249
(97,82,73)
#4B3F39
(75,63,57)
#352C29
(53,44,41)
#1F1919
(31,25,25)
#000000
(0,0,0)

Tints of #FBD7B9

#FBD7B9
(251,215,185)
#FBDABF
(251,218,191)
#FBDDC5
(251,221,197)
#FBE0CB
(251,224,203)
#FBE3D1
(251,227,209)
#FBE6D7
(251,230,215)
#FBE9DD
(251,233,221)
#FBECE3
(251,236,227)
#FBEFE9
(251,239,233)
#FBF2EF
(251,242,239)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD7B9; }

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

This text font color is #FBD7B9.


Background Color

.myBgColor { background-color: #FBD7B9; }

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

This div background color is #FBD7B9.


Border color

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

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

This div border color is #FBD7B9.


Opacity

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

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

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

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

This text has shadow with #FBD7B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD7B9 on black background.


Color preview on white background

This text has color #FBD7B9 on white background.



Black color preview on #FBD7B9 background

This text has black color on #FBD7B9 background.


White color preview on #FBD7B9 background

This text has white color on #FBD7B9 background.