COLOR #FFD8B1

HEX: #FFD8B1
RGB: (255,216,177)

Color info

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

RGB color model

#FFD8B1 color RGB value is (255,216,177).

  • red value is 255;
  • green value is 216;
  • blue value is 177.
RGB:
(255,216,177)
(100%,85%,69%)

RGB channels and saturation

R 255 of 255 = 100%
G 216 of 255 = 85%
B 177 of 255 = 69%

255
216
177

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

Portions of RGB colors in percentages

R + G + B =
255 + 216 + 177 = 648 (100%)
R 255 of 648 ~ 39.35%
G 216 of 648 ~ 33.33%
B 177 of 648 ~ 27.31%

%39.35
%33.33
%27.31

CMYK color model

#FFD8B1 color CMYK value is (0,15,31,0).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 30.59%
  • key color value is 0.00%
CMYK:
(0,15,31,0)
C0M15Y31K0 
(0%,15%,31%,0%)
(0.00/0.15/0.31/0.00)	

CMYK percentages

%0
%15.29
%30.59
%0

Codes

Color #FFD8B1 in popluar color models

FFD8B1
RGB255216177
HSL30°100.00%84.71%
HSB/HSV30°30.59%100.00%
CMYK0.00%15.29%30.59%
0.00%

Color #FFD8B1 in popluar number systems.

HEXFFD8B1
Decimal255216177
Binary111111111101100010110001
Octal377330261

Shades and tints

Shades of #FFD8B1

#FFD8B1
(255,216,177)
#E8C5A1
(232,197,161)
#D1B291
(209,178,145)
#BA9F81
(186,159,129)
#A38C71
(163,140,113)
#8C7961
(140,121,97)
#756651
(117,102,81)
#5E5341
(94,83,65)
#474031
(71,64,49)
#302D21
(48,45,33)
#191A11
(25,26,17)
#000000
(0,0,0)

Tints of #FFD8B1

#FFD8B1
(255,216,177)
#FFDBB8
(255,219,184)
#FFDEBF
(255,222,191)
#FFE1C6
(255,225,198)
#FFE4CD
(255,228,205)
#FFE7D4
(255,231,212)
#FFEADB
(255,234,219)
#FFEDE2
(255,237,226)
#FFF0E9
(255,240,233)
#FFF3F0
(255,243,240)
#FFF6F7
(255,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD8B1 color. Also use rgb(255,216,177) instead hex code.

Text Font Color

.myTextColor { color: #FFD8B1; }

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

This text font color is #FFD8B1.


Background Color

.myBgColor { background-color: #FFD8B1; }

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

This div background color is #FFD8B1.


Border color

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

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

This div border color is #FFD8B1.


Opacity

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

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

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

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

This text has shadow with #FFD8B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD8B1 on black background.


Color preview on white background

This text has color #FFD8B1 on white background.



Black color preview on #FFD8B1 background

This text has black color on #FFD8B1 background.


White color preview on #FFD8B1 background

This text has white color on #FFD8B1 background.