COLOR #FFDAB9

HEX: #FFDAB9
RGB: (255,218,185)

Color info

Color name is PeachPuff. #FFDAB9 contains mainly red and green colors. Web safe color of #FFDAB9 is #FFCCCC (or #FCC).

RGB color model

#FFDAB9 color RGB value is (255,218,185).

  • red value is 255;
  • green value is 218;
  • blue value is 185.
RGB:
(255,218,185)
(100%,85%,73%)

RGB channels and saturation

R 255 of 255 = 100%
G 218 of 255 = 85%
B 185 of 255 = 73%

255
218
185

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

Portions of RGB colors in percentages

R + G + B =
255 + 218 + 185 = 658 (100%)
R 255 of 658 ~ 38.75%
G 218 of 658 ~ 33.13%
B 185 of 658 ~ 28.12%

%38.75
%33.13
%28.12

CMYK color model

#FFDAB9 color CMYK value is (0,15,27,0).

  • cyan value is 0.00%
  • magenta value is 14.51%
  • yellow value is 27.45%
  • key color value is 0.00%
CMYK:
(0,15,27,0)
C0M15Y27K0 
(0%,15%,27%,0%)
(0.00/0.15/0.27/0.00)	

CMYK percentages

%0
%14.51
%27.45
%0

Codes

Color #FFDAB9 in popluar color models

FFDAB9
RGB255218185
HSL28°100.00%86.27%
HSB/HSV28°27.45%100.00%
CMYK0.00%14.51%27.45%
0.00%

Color #FFDAB9 in popluar number systems.

HEXFFDAB9
Decimal255218185
Binary111111111101101010111001
Octal377332271

Shades and tints

Shades of #FFDAB9

#FFDAB9
(255,218,185)
#E8C7A9
(232,199,169)
#D1B499
(209,180,153)
#BAA189
(186,161,137)
#A38E79
(163,142,121)
#8C7B69
(140,123,105)
#756859
(117,104,89)
#5E5549
(94,85,73)
#474239
(71,66,57)
#302F29
(48,47,41)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #FFDAB9

#FFDAB9
(255,218,185)
#FFDDBF
(255,221,191)
#FFE0C5
(255,224,197)
#FFE3CB
(255,227,203)
#FFE6D1
(255,230,209)
#FFE9D7
(255,233,215)
#FFECDD
(255,236,221)
#FFEFE3
(255,239,227)
#FFF2E9
(255,242,233)
#FFF5EF
(255,245,239)
#FFF8F5
(255,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFDAB9 color. Also use rgb(255,218,185) instead hex code.

Text Font Color

.myTextColor { color: #FFDAB9; }

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

This text font color is #FFDAB9.


Background Color

.myBgColor { background-color: #FFDAB9; }

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

This div background color is #FFDAB9.


Border color

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

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

This div border color is #FFDAB9.


Opacity

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

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

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

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

This text has shadow with #FFDAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDAB9 on black background.


Color preview on white background

This text has color #FFDAB9 on white background.



Black color preview on #FFDAB9 background

This text has black color on #FFDAB9 background.


White color preview on #FFDAB9 background

This text has white color on #FFDAB9 background.