COLOR #FFD8B4

HEX: #FFD8B4
RGB: (255,216,180)

Color info

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

RGB color model

#FFD8B4 color RGB value is (255,216,180).

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

RGB channels and saturation

R 255 of 255 = 100%
G 216 of 255 = 85%
B 180 of 255 = 71%

255
216
180

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

Portions of RGB colors in percentages

R + G + B =
255 + 216 + 180 = 651 (100%)
R 255 of 651 ~ 39.17%
G 216 of 651 ~ 33.18%
B 180 of 651 ~ 27.65%

%39.17
%33.18
%27.65

CMYK color model

#FFD8B4 color CMYK value is (0,15,29,0).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 29.41%
  • key color value is 0.00%
CMYK:
(0,15,29,0)
C0M15Y29K0 
(0%,15%,29%,0%)
(0.00/0.15/0.29/0.00)	

CMYK percentages

%0
%15.29
%29.41
%0

Codes

Color #FFD8B4 in popluar color models

FFD8B4
RGB255216180
HSL29°100.00%85.29%
HSB/HSV29°29.41%100.00%
CMYK0.00%15.29%29.41%
0.00%

Color #FFD8B4 in popluar number systems.

HEXFFD8B4
Decimal255216180
Binary111111111101100010110100
Octal377330264

Shades and tints

Shades of #FFD8B4

#FFD8B4
(255,216,180)
#E8C5A4
(232,197,164)
#D1B294
(209,178,148)
#BA9F84
(186,159,132)
#A38C74
(163,140,116)
#8C7964
(140,121,100)
#756654
(117,102,84)
#5E5344
(94,83,68)
#474034
(71,64,52)
#302D24
(48,45,36)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #FFD8B4

#FFD8B4
(255,216,180)
#FFDBBA
(255,219,186)
#FFDEC0
(255,222,192)
#FFE1C6
(255,225,198)
#FFE4CC
(255,228,204)
#FFE7D2
(255,231,210)
#FFEAD8
(255,234,216)
#FFEDDE
(255,237,222)
#FFF0E4
(255,240,228)
#FFF3EA
(255,243,234)
#FFF6F0
(255,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD8B4; }

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

This text font color is #FFD8B4.


Background Color

.myBgColor { background-color: #FFD8B4; }

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

This div background color is #FFD8B4.


Border color

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

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

This div border color is #FFD8B4.


Opacity

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

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

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

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

This text has shadow with #FFD8B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD8B4 on black background.


Color preview on white background

This text has color #FFD8B4 on white background.



Black color preview on #FFD8B4 background

This text has black color on #FFD8B4 background.


White color preview on #FFD8B4 background

This text has white color on #FFD8B4 background.