COLOR #DFCCB1

HEX: #DFCCB1
RGB: (223,204,177)

Color info

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

RGB color model

#DFCCB1 color RGB value is (223,204,177).

  • red value is 223;
  • green value is 204;
  • blue value is 177.
RGB:
(223,204,177)
(87%,80%,69%)

RGB channels and saturation

R 223 of 255 = 87%
G 204 of 255 = 80%
B 177 of 255 = 69%

223
204
177

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

Portions of RGB colors in percentages

R + G + B =
223 + 204 + 177 = 604 (100%)
R 223 of 604 ~ 36.92%
G 204 of 604 ~ 33.77%
B 177 of 604 ~ 29.3%

%36.92
%33.77
%29.3

CMYK color model

#DFCCB1 color CMYK value is (0,9,21,13).

  • cyan value is 0.00%
  • magenta value is 8.52%
  • yellow value is 20.63%
  • key color value is 12.55%
CMYK:
(0,9,21,13)
C0M9Y21K13 
(0%,9%,21%,13%)
(0.00/0.09/0.21/0.13)	

CMYK percentages

%0
%8.52
%20.63
%12.55

Codes

Color #DFCCB1 in popluar color models

DFCCB1
RGB223204177
HSL35°41.82%78.43%
HSB/HSV35°20.63%87.45%
CMYK0.00%8.52%20.63%
12.55%

Color #DFCCB1 in popluar number systems.

HEXDFCCB1
Decimal223204177
Binary110111111100110010110001
Octal337314261

Shades and tints

Shades of #DFCCB1

#DFCCB1
(223,204,177)
#CBBAA1
(203,186,161)
#B7A891
(183,168,145)
#A39681
(163,150,129)
#8F8471
(143,132,113)
#7B7261
(123,114,97)
#676051
(103,96,81)
#534E41
(83,78,65)
#3F3C31
(63,60,49)
#2B2A21
(43,42,33)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #DFCCB1

#DFCCB1
(223,204,177)
#E1D0B8
(225,208,184)
#E3D4BF
(227,212,191)
#E5D8C6
(229,216,198)
#E7DCCD
(231,220,205)
#E9E0D4
(233,224,212)
#EBE4DB
(235,228,219)
#EDE8E2
(237,232,226)
#EFECE9
(239,236,233)
#F1F0F0
(241,240,240)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFCCB1 color. Also use rgb(223,204,177) instead hex code.

Text Font Color

.myTextColor { color: #DFCCB1; }

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

This text font color is #DFCCB1.


Background Color

.myBgColor { background-color: #DFCCB1; }

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

This div background color is #DFCCB1.


Border color

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

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

This div border color is #DFCCB1.


Opacity

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

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

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

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

This text has shadow with #DFCCB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCCB1 on black background.


Color preview on white background

This text has color #DFCCB1 on white background.



Black color preview on #DFCCB1 background

This text has black color on #DFCCB1 background.


White color preview on #DFCCB1 background

This text has white color on #DFCCB1 background.