COLOR #FBD3A7

HEX: #FBD3A7
RGB: (251,211,167)

Color info

#FBD3A7 contains mainly red and green colors. Web safe color of #FBD3A7 is #FFCC99 (or #FC9).

RGB color model

#FBD3A7 color RGB value is (251,211,167).

  • red value is 251;
  • green value is 211;
  • blue value is 167.
RGB:
(251,211,167)
(98%,83%,65%)

RGB channels and saturation

R 251 of 255 = 98%
G 211 of 255 = 83%
B 167 of 255 = 65%

251
211
167

R + G + B ~ 82%. #FBD3A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 211 + 167 = 629 (100%)
R 251 of 629 ~ 39.9%
G 211 of 629 ~ 33.55%
B 167 of 629 ~ 26.55%

%39.9
%33.55
%26.55

CMYK color model

#FBD3A7 color CMYK value is (0,16,33,2).

  • cyan value is 0.00%
  • magenta value is 15.94%
  • yellow value is 33.47%
  • key color value is 1.57%
CMYK:
(0,16,33,2)
C0M16Y33K2 
(0%,16%,33%,2%)
(0.00/0.16/0.33/0.02)	

CMYK percentages

%0
%15.94
%33.47
%1.57

Codes

Color #FBD3A7 in popluar color models

FBD3A7
RGB251211167
HSL31°91.30%81.96%
HSB/HSV31°33.47%98.43%
CMYK0.00%15.94%33.47%
1.57%

Color #FBD3A7 in popluar number systems.

HEXFBD3A7
Decimal251211167
Binary111110111101001110100111
Octal373323247

Shades and tints

Shades of #FBD3A7

#FBD3A7
(251,211,167)
#E5C098
(229,192,152)
#CFAD89
(207,173,137)
#B99A7A
(185,154,122)
#A3876B
(163,135,107)
#8D745C
(141,116,92)
#77614D
(119,97,77)
#614E3E
(97,78,62)
#4B3B2F
(75,59,47)
#352820
(53,40,32)
#1F1511
(31,21,17)
#000000
(0,0,0)

Tints of #FBD3A7

#FBD3A7
(251,211,167)
#FBD7AF
(251,215,175)
#FBDBB7
(251,219,183)
#FBDFBF
(251,223,191)
#FBE3C7
(251,227,199)
#FBE7CF
(251,231,207)
#FBEBD7
(251,235,215)
#FBEFDF
(251,239,223)
#FBF3E7
(251,243,231)
#FBF7EF
(251,247,239)
#FBFBF7
(251,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBD3A7 color. Also use rgb(251,211,167) instead hex code.

Text Font Color

.myTextColor { color: #FBD3A7; }

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

This text font color is #FBD3A7.


Background Color

.myBgColor { background-color: #FBD3A7; }

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

This div background color is #FBD3A7.


Border color

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

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

This div border color is #FBD3A7.


Opacity

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

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

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

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

This text has shadow with #FBD3A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD3A7 on black background.


Color preview on white background

This text has color #FBD3A7 on white background.



Black color preview on #FBD3A7 background

This text has black color on #FBD3A7 background.


White color preview on #FBD3A7 background

This text has white color on #FBD3A7 background.