COLOR #FFDAB3

HEX: #FFDAB3
RGB: (255,218,179)

Color info

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

RGB color model

#FFDAB3 color RGB value is (255,218,179).

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

RGB channels and saturation

R 255 of 255 = 100%
G 218 of 255 = 85%
B 179 of 255 = 70%

255
218
179

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

Portions of RGB colors in percentages

R + G + B =
255 + 218 + 179 = 652 (100%)
R 255 of 652 ~ 39.11%
G 218 of 652 ~ 33.44%
B 179 of 652 ~ 27.45%

%39.11
%33.44
%27.45

CMYK color model

#FFDAB3 color CMYK value is (0,15,30,0).

  • cyan value is 0.00%
  • magenta value is 14.51%
  • yellow value is 29.80%
  • key color value is 0.00%
CMYK:
(0,15,30,0)
C0M15Y30K0 
(0%,15%,30%,0%)
(0.00/0.15/0.30/0.00)	

CMYK percentages

%0
%14.51
%29.8
%0

Codes

Color #FFDAB3 in popluar color models

FFDAB3
RGB255218179
HSL31°100.00%85.10%
HSB/HSV31°29.80%100.00%
CMYK0.00%14.51%29.80%
0.00%

Color #FFDAB3 in popluar number systems.

HEXFFDAB3
Decimal255218179
Binary111111111101101010110011
Octal377332263

Shades and tints

Shades of #FFDAB3

#FFDAB3
(255,218,179)
#E8C7A3
(232,199,163)
#D1B493
(209,180,147)
#BAA183
(186,161,131)
#A38E73
(163,142,115)
#8C7B63
(140,123,99)
#756853
(117,104,83)
#5E5543
(94,85,67)
#474233
(71,66,51)
#302F23
(48,47,35)
#191C13
(25,28,19)
#000000
(0,0,0)

Tints of #FFDAB3

#FFDAB3
(255,218,179)
#FFDDB9
(255,221,185)
#FFE0BF
(255,224,191)
#FFE3C5
(255,227,197)
#FFE6CB
(255,230,203)
#FFE9D1
(255,233,209)
#FFECD7
(255,236,215)
#FFEFDD
(255,239,221)
#FFF2E3
(255,242,227)
#FFF5E9
(255,245,233)
#FFF8EF
(255,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDAB3; }

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

This text font color is #FFDAB3.


Background Color

.myBgColor { background-color: #FFDAB3; }

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

This div background color is #FFDAB3.


Border color

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

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

This div border color is #FFDAB3.


Opacity

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

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

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

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

This text has shadow with #FFDAB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDAB3 on black background.


Color preview on white background

This text has color #FFDAB3 on white background.



Black color preview on #FFDAB3 background

This text has black color on #FFDAB3 background.


White color preview on #FFDAB3 background

This text has white color on #FFDAB3 background.