COLOR #FFD7BB

HEX: #FFD7BB
RGB: (255,215,187)

Color info

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

RGB color model

#FFD7BB color RGB value is (255,215,187).

  • red value is 255;
  • green value is 215;
  • blue value is 187.
RGB:
(255,215,187)
(100%,84%,73%)

RGB channels and saturation

R 255 of 255 = 100%
G 215 of 255 = 84%
B 187 of 255 = 73%

255
215
187

R + G + B ~ 86%. #FFD7BB is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 215 + 187 = 657 (100%)
R 255 of 657 ~ 38.81%
G 215 of 657 ~ 32.72%
B 187 of 657 ~ 28.46%

%38.81
%32.72
%28.46

CMYK color model

#FFD7BB color CMYK value is (0,16,27,0).

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 26.67%
  • key color value is 0.00%
CMYK:
(0,16,27,0)
C0M16Y27K0 
(0%,16%,27%,0%)
(0.00/0.16/0.27/0.00)	

CMYK percentages

%0
%15.69
%26.67
%0

Codes

Color #FFD7BB in popluar color models

FFD7BB
RGB255215187
HSL25°100.00%86.67%
HSB/HSV25°26.67%100.00%
CMYK0.00%15.69%26.67%
0.00%

Color #FFD7BB in popluar number systems.

HEXFFD7BB
Decimal255215187
Binary111111111101011110111011
Octal377327273

Shades and tints

Shades of #FFD7BB

#FFD7BB
(255,215,187)
#E8C4AA
(232,196,170)
#D1B199
(209,177,153)
#BA9E88
(186,158,136)
#A38B77
(163,139,119)
#8C7866
(140,120,102)
#756555
(117,101,85)
#5E5244
(94,82,68)
#473F33
(71,63,51)
#302C22
(48,44,34)
#191911
(25,25,17)
#000000
(0,0,0)

Tints of #FFD7BB

#FFD7BB
(255,215,187)
#FFDAC1
(255,218,193)
#FFDDC7
(255,221,199)
#FFE0CD
(255,224,205)
#FFE3D3
(255,227,211)
#FFE6D9
(255,230,217)
#FFE9DF
(255,233,223)
#FFECE5
(255,236,229)
#FFEFEB
(255,239,235)
#FFF2F1
(255,242,241)
#FFF5F7
(255,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD7BB color. Also use rgb(255,215,187) instead hex code.

Text Font Color

.myTextColor { color: #FFD7BB; }

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

This text font color is #FFD7BB.


Background Color

.myBgColor { background-color: #FFD7BB; }

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

This div background color is #FFD7BB.


Border color

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

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

This div border color is #FFD7BB.


Opacity

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

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

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

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

This text has shadow with #FFD7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD7BB on black background.


Color preview on white background

This text has color #FFD7BB on white background.



Black color preview on #FFD7BB background

This text has black color on #FFD7BB background.


White color preview on #FFD7BB background

This text has white color on #FFD7BB background.