COLOR #FFD8B0

HEX: #FFD8B0
RGB: (255,216,176)

Color info

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

RGB color model

#FFD8B0 color RGB value is (255,216,176).

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

RGB channels and saturation

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

255
216
176

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

Portions of RGB colors in percentages

R + G + B =
255 + 216 + 176 = 647 (100%)
R 255 of 647 ~ 39.41%
G 216 of 647 ~ 33.38%
B 176 of 647 ~ 27.2%

%39.41
%33.38
%27.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 30.98%
  • 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.98
%0

Codes

Color #FFD8B0 in popluar color models

FFD8B0
RGB255216176
HSL30°100.00%84.51%
HSB/HSV30°30.98%100.00%
CMYK0.00%15.29%30.98%
0.00%

Color #FFD8B0 in popluar number systems.

HEXFFD8B0
Decimal255216176
Binary111111111101100010110000
Octal377330260

Shades and tints

Shades of #FFD8B0

#FFD8B0
(255,216,176)
#E8C5A0
(232,197,160)
#D1B290
(209,178,144)
#BA9F80
(186,159,128)
#A38C70
(163,140,112)
#8C7960
(140,121,96)
#756650
(117,102,80)
#5E5340
(94,83,64)
#474030
(71,64,48)
#302D20
(48,45,32)
#191A10
(25,26,16)
#000000
(0,0,0)

Tints of #FFD8B0

#FFD8B0
(255,216,176)
#FFDBB7
(255,219,183)
#FFDEBE
(255,222,190)
#FFE1C5
(255,225,197)
#FFE4CC
(255,228,204)
#FFE7D3
(255,231,211)
#FFEADA
(255,234,218)
#FFEDE1
(255,237,225)
#FFF0E8
(255,240,232)
#FFF3EF
(255,243,239)
#FFF6F6
(255,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD8B0; }

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

This text font color is #FFD8B0.


Background Color

.myBgColor { background-color: #FFD8B0; }

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

This div background color is #FFD8B0.


Border color

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

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

This div border color is #FFD8B0.


Opacity

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

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

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

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

This text has shadow with #FFD8B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD8B0 on black background.


Color preview on white background

This text has color #FFD8B0 on white background.



Black color preview on #FFD8B0 background

This text has black color on #FFD8B0 background.


White color preview on #FFD8B0 background

This text has white color on #FFD8B0 background.