COLOR #DFC2B9

HEX: #DFC2B9
RGB: (223,194,185)

Color info

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

RGB color model

#DFC2B9 color RGB value is (223,194,185).

  • red value is 223;
  • green value is 194;
  • blue value is 185.
RGB:
(223,194,185)
(87%,76%,73%)

RGB channels and saturation

R 223 of 255 = 87%
G 194 of 255 = 76%
B 185 of 255 = 73%

223
194
185

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

Portions of RGB colors in percentages

R + G + B =
223 + 194 + 185 = 602 (100%)
R 223 of 602 ~ 37.04%
G 194 of 602 ~ 32.23%
B 185 of 602 ~ 30.73%

%37.04
%32.23
%30.73

CMYK color model

#DFC2B9 color CMYK value is (0,13,17,13).

  • cyan value is 0.00%
  • magenta value is 13.00%
  • yellow value is 17.04%
  • key color value is 12.55%
CMYK:
(0,13,17,13)
C0M13Y17K13 
(0%,13%,17%,13%)
(0.00/0.13/0.17/0.13)	

CMYK percentages

%0
%13
%17.04
%12.55

Codes

Color #DFC2B9 in popluar color models

DFC2B9
RGB223194185
HSL14°37.25%80.00%
HSB/HSV14°17.04%87.45%
CMYK0.00%13.00%17.04%
12.55%

Color #DFC2B9 in popluar number systems.

HEXDFC2B9
Decimal223194185
Binary110111111100001010111001
Octal337302271

Shades and tints

Shades of #DFC2B9

#DFC2B9
(223,194,185)
#CBB1A9
(203,177,169)
#B7A099
(183,160,153)
#A38F89
(163,143,137)
#8F7E79
(143,126,121)
#7B6D69
(123,109,105)
#675C59
(103,92,89)
#534B49
(83,75,73)
#3F3A39
(63,58,57)
#2B2929
(43,41,41)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #DFC2B9

#DFC2B9
(223,194,185)
#E1C7BF
(225,199,191)
#E3CCC5
(227,204,197)
#E5D1CB
(229,209,203)
#E7D6D1
(231,214,209)
#E9DBD7
(233,219,215)
#EBE0DD
(235,224,221)
#EDE5E3
(237,229,227)
#EFEAE9
(239,234,233)
#F1EFEF
(241,239,239)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC2B9 color. Also use rgb(223,194,185) instead hex code.

Text Font Color

.myTextColor { color: #DFC2B9; }

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

This text font color is #DFC2B9.


Background Color

.myBgColor { background-color: #DFC2B9; }

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

This div background color is #DFC2B9.


Border color

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

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

This div border color is #DFC2B9.


Opacity

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

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

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

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

This text has shadow with #DFC2B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC2B9 on black background.


Color preview on white background

This text has color #DFC2B9 on white background.



Black color preview on #DFC2B9 background

This text has black color on #DFC2B9 background.


White color preview on #DFC2B9 background

This text has white color on #DFC2B9 background.