COLOR #DFCEB0

HEX: #DFCEB0
RGB: (223,206,176)

Color info

#DFCEB0 contains red, green and blue colors in about the same proportion. Web safe color of #DFCEB0 is #CCCC99 (or #CC9).

RGB color model

#DFCEB0 color RGB value is (223,206,176).

  • red value is 223;
  • green value is 206;
  • blue value is 176.
RGB:
(223,206,176)
(87%,81%,69%)

RGB channels and saturation

R 223 of 255 = 87%
G 206 of 255 = 81%
B 176 of 255 = 69%

223
206
176

R + G + B ~ 79%. #DFCEB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 206 + 176 = 605 (100%)
R 223 of 605 ~ 36.86%
G 206 of 605 ~ 34.05%
B 176 of 605 ~ 29.09%

%36.86
%34.05
%29.09

CMYK color model

#DFCEB0 color CMYK value is (0,8,21,13).

  • cyan value is 0.00%
  • magenta value is 7.62%
  • yellow value is 21.08%
  • key color value is 12.55%
CMYK:
(0,8,21,13)
C0M8Y21K13 
(0%,8%,21%,13%)
(0.00/0.08/0.21/0.13)	

CMYK percentages

%0
%7.62
%21.08
%12.55

Codes

Color #DFCEB0 in popluar color models

DFCEB0
RGB223206176
HSL38°42.34%78.24%
HSB/HSV38°21.08%87.45%
CMYK0.00%7.62%21.08%
12.55%

Color #DFCEB0 in popluar number systems.

HEXDFCEB0
Decimal223206176
Binary110111111100111010110000
Octal337316260

Shades and tints

Shades of #DFCEB0

#DFCEB0
(223,206,176)
#CBBCA0
(203,188,160)
#B7AA90
(183,170,144)
#A39880
(163,152,128)
#8F8670
(143,134,112)
#7B7460
(123,116,96)
#676250
(103,98,80)
#535040
(83,80,64)
#3F3E30
(63,62,48)
#2B2C20
(43,44,32)
#171A10
(23,26,16)
#000000
(0,0,0)

Tints of #DFCEB0

#DFCEB0
(223,206,176)
#E1D2B7
(225,210,183)
#E3D6BE
(227,214,190)
#E5DAC5
(229,218,197)
#E7DECC
(231,222,204)
#E9E2D3
(233,226,211)
#EBE6DA
(235,230,218)
#EDEAE1
(237,234,225)
#EFEEE8
(239,238,232)
#F1F2EF
(241,242,239)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFCEB0 color. Also use rgb(223,206,176) instead hex code.

Text Font Color

.myTextColor { color: #DFCEB0; }

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

This text font color is #DFCEB0.


Background Color

.myBgColor { background-color: #DFCEB0; }

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

This div background color is #DFCEB0.


Border color

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

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

This div border color is #DFCEB0.


Opacity

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

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

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

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

This text has shadow with #DFCEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCEB0 on black background.


Color preview on white background

This text has color #DFCEB0 on white background.



Black color preview on #DFCEB0 background

This text has black color on #DFCEB0 background.


White color preview on #DFCEB0 background

This text has white color on #DFCEB0 background.