COLOR #FFDFB6

HEX: #FFDFB6
RGB: (255,223,182)

Color info

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

RGB color model

#FFDFB6 color RGB value is (255,223,182).

  • red value is 255;
  • green value is 223;
  • blue value is 182.
RGB:
(255,223,182)
(100%,87%,71%)

RGB channels and saturation

R 255 of 255 = 100%
G 223 of 255 = 87%
B 182 of 255 = 71%

255
223
182

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

Portions of RGB colors in percentages

R + G + B =
255 + 223 + 182 = 660 (100%)
R 255 of 660 ~ 38.64%
G 223 of 660 ~ 33.79%
B 182 of 660 ~ 27.58%

%38.64
%33.79
%27.58

CMYK color model

#FFDFB6 color CMYK value is (0,13,29,0).

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 28.63%
  • key color value is 0.00%
CMYK:
(0,13,29,0)
C0M13Y29K0 
(0%,13%,29%,0%)
(0.00/0.13/0.29/0.00)	

CMYK percentages

%0
%12.55
%28.63
%0

Codes

Color #FFDFB6 in popluar color models

FFDFB6
RGB255223182
HSL34°100.00%85.69%
HSB/HSV34°28.63%100.00%
CMYK0.00%12.55%28.63%
0.00%

Color #FFDFB6 in popluar number systems.

HEXFFDFB6
Decimal255223182
Binary111111111101111110110110
Octal377337266

Shades and tints

Shades of #FFDFB6

#FFDFB6
(255,223,182)
#E8CBA6
(232,203,166)
#D1B796
(209,183,150)
#BAA386
(186,163,134)
#A38F76
(163,143,118)
#8C7B66
(140,123,102)
#756756
(117,103,86)
#5E5346
(94,83,70)
#473F36
(71,63,54)
#302B26
(48,43,38)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #FFDFB6

#FFDFB6
(255,223,182)
#FFE1BC
(255,225,188)
#FFE3C2
(255,227,194)
#FFE5C8
(255,229,200)
#FFE7CE
(255,231,206)
#FFE9D4
(255,233,212)
#FFEBDA
(255,235,218)
#FFEDE0
(255,237,224)
#FFEFE6
(255,239,230)
#FFF1EC
(255,241,236)
#FFF3F2
(255,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFDFB6 color. Also use rgb(255,223,182) instead hex code.

Text Font Color

.myTextColor { color: #FFDFB6; }

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

This text font color is #FFDFB6.


Background Color

.myBgColor { background-color: #FFDFB6; }

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

This div background color is #FFDFB6.


Border color

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

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

This div border color is #FFDFB6.


Opacity

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

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

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

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

This text has shadow with #FFDFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDFB6 on black background.


Color preview on white background

This text has color #FFDFB6 on white background.



Black color preview on #FFDFB6 background

This text has black color on #FFDFB6 background.


White color preview on #FFDFB6 background

This text has white color on #FFDFB6 background.