COLOR #FFDFBC

HEX: #FFDFBC RGB: (255,223,188)

Color info

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

RGB color model

#FFDFBC color RGB value is (255,223,188).

RGB: (255,223,188) (100%, 87%, 74%)

RGB channels and saturation

R 255 of 255 = 100%
G 223 of 255 = 87%
B 188 of 255 = 74%

255
223
188

R + G + B ~ 87%. #FFDFBC is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 223 + 188 = 666 (100%)
R 255 of 666 ~ 38.29%
G 223 of 666 ~ 33.48%
B 188 of 666 ~ 28.23'%

%38.29
%33.48
%28.23

CMYK color model

#FFDFBC color CMYK value is (0,13,26,0).

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 26.27%
  • key color value is 0.00%
CMYK: (0,13,26,0) C0M13Y26K0 (0%,13%,26%,0%) (0.00/0.13/0.26/0.00) 

CMYK percentages

%0
%12.55
%26.27
%0

Codes

Color #FFDFBC in popluar color models

FF DF BC
RGB 255 223 188
HSL 31° 100.00% 86.86%
HSB/HSV 31° 26.27% 100.00%
CMYK 0.00% 12.55% 26.27%
0.00%

Color #FFDFBC in popluar number systems.

HEX FF DF BC
Decimal 255 223 188
Binary 11111111 11011111 10111100
Octal 377 337 274

Shades and tints

Shades of #FFDFBC

#FFDFBC
(255,223,188)
#E8CBAB
(232,203,171)
#D1B79A
(209,183,154)
#BAA389
(186,163,137)
#A38F78
(163,143,120)
#8C7B67
(140,123,103)
#756756
(117,103,86)
#5E5345
(94,83,69)
#473F34
(71,63,52)
#302B23
(48,43,35)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #FFDFBC

#FFDFBC
(255,223,188)
#FFE1C2
(255,225,194)
#FFE3C8
(255,227,200)
#FFE5CE
(255,229,206)
#FFE7D4
(255,231,212)
#FFE9DA
(255,233,218)
#FFEBE0
(255,235,224)
#FFEDE6
(255,237,230)
#FFEFEC
(255,239,236)
#FFF1F2
(255,241,242)
#FFF3F8
(255,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDFBC; }

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

This text font color is #FFDFBC.

Background Color

.myBgColor { background-color: #FFDFBC; }

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

This div background color is #FFDFBC.

Border color

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

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

This div border color is #FFDFBC.

Opacity

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

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

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

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

This text has shadow with #FFDFBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFDFBC.

Preview

Color preview on black background

This text has color #FFDFBC on black background.


Color preview on white background

This text has color #FFDFBC on white background.


Black color preview on #FFDFBC background

This text has black color on #FFDFBC background.


White color preview on #FFDFBC background

This text has white color on #FFDFBC background.


Related colors

Complementary color

Complementary color for #hex is #002043.


I love getcolorcode.com

Triadic colors

1 #BCFFDF and #DFBCFF with #FFDFBC are triadic colors.

2 #BCDFFF and #DFFFBC with #FFDFBC are triadic colors.