COLOR #DFCCBD

HEX: #DFCCBD
RGB: (223,204,189)

Color info

#DFCCBD contains red, green and blue colors in about the same proportion. Web safe color of #DFCCBD is #CCCCCC (or #CCC).

RGB color model

#DFCCBD color RGB value is (223,204,189).

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

RGB channels and saturation

R 223 of 255 = 87%
G 204 of 255 = 80%
B 189 of 255 = 74%

223
204
189

R + G + B ~ 80%. #DFCCBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 204 + 189 = 616 (100%)
R 223 of 616 ~ 36.2%
G 204 of 616 ~ 33.12%
B 189 of 616 ~ 30.68%

%36.2
%33.12
%30.68

CMYK color model

#DFCCBD color CMYK value is (0,9,15,13).

  • cyan value is 0.00%
  • magenta value is 8.52%
  • yellow value is 15.25%
  • key color value is 12.55%
CMYK:
(0,9,15,13)
C0M9Y15K13 
(0%,9%,15%,13%)
(0.00/0.09/0.15/0.13)	

CMYK percentages

%0
%8.52
%15.25
%12.55

Codes

Color #DFCCBD in popluar color models

DFCCBD
RGB223204189
HSL26°34.69%80.78%
HSB/HSV26°15.25%87.45%
CMYK0.00%8.52%15.25%
12.55%

Color #DFCCBD in popluar number systems.

HEXDFCCBD
Decimal223204189
Binary110111111100110010111101
Octal337314275

Shades and tints

Shades of #DFCCBD

#DFCCBD
(223,204,189)
#CBBAAC
(203,186,172)
#B7A89B
(183,168,155)
#A3968A
(163,150,138)
#8F8479
(143,132,121)
#7B7268
(123,114,104)
#676057
(103,96,87)
#534E46
(83,78,70)
#3F3C35
(63,60,53)
#2B2A24
(43,42,36)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #DFCCBD

#DFCCBD
(223,204,189)
#E1D0C3
(225,208,195)
#E3D4C9
(227,212,201)
#E5D8CF
(229,216,207)
#E7DCD5
(231,220,213)
#E9E0DB
(233,224,219)
#EBE4E1
(235,228,225)
#EDE8E7
(237,232,231)
#EFECED
(239,236,237)
#F1F0F3
(241,240,243)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFCCBD; }

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

This text font color is #DFCCBD.


Background Color

.myBgColor { background-color: #DFCCBD; }

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

This div background color is #DFCCBD.


Border color

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

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

This div border color is #DFCCBD.


Opacity

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

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

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

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

This text has shadow with #DFCCBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCCBD on black background.


Color preview on white background

This text has color #DFCCBD on white background.



Black color preview on #DFCCBD background

This text has black color on #DFCCBD background.


White color preview on #DFCCBD background

This text has white color on #DFCCBD background.