COLOR #DFC0BB

HEX: #DFC0BB RGB: (223,192,187)

Color info

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

RGB color model

#DFC0BB color RGB value is (223,192,187).

RGB: (223,192,187) (87%, 75%, 73%)

RGB channels and saturation

R 223 of 255 = 87%
G 192 of 255 = 75%
B 187 of 255 = 73%

223
192
187

R + G + B ~ 78%. #DFC0BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 192 + 187 = 602 (100%)
R 223 of 602 ~ 37.04%
G 192 of 602 ~ 31.89%
B 187 of 602 ~ 31.06'%

%37.04
%31.89
%31.06

CMYK color model

#DFC0BB color CMYK value is (0,14,16,13).

  • cyan value is 0.00%
  • magenta value is 13.90%
  • yellow value is 16.14%
  • key color value is 12.55%

CMYK: (0,14,16,13)
C0M14Y16K13 (0%, 14%, 16%, 13%)
(0.00 / 0.14 / 0.16 / 0.13)

CMYK percentages

%0
%13.9
%16.14
%12.55

Codes

Color #DFC0BB in popluar color models

DF C0 BB
RGB 223 192 187
HSL 36.00% 80.39%
HSB/HSV 16.14% 87.45%
CMYK 0.00% 13.90% 16.14%
12.55%

Color #DFC0BB in popluar number systems.

HEX DF C0 BB
Decimal 223 192 187
Binary 11011111 11000000 10111011
Octal 337 300 273

Shades and tints

Shades of #DFC0BB

#DFC0BB
(223,192,187)
#CBAFAA
(203,175,170)
#B79E99
(183,158,153)
#A38D88
(163,141,136)
#8F7C77
(143,124,119)
#7B6B66
(123,107,102)
#675A55
(103,90,85)
#534944
(83,73,68)
#3F3833
(63,56,51)
#2B2722
(43,39,34)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #DFC0BB

#DFC0BB
(223,192,187)
#E1C5C1
(225,197,193)
#E3CAC7
(227,202,199)
#E5CFCD
(229,207,205)
#E7D4D3
(231,212,211)
#E9D9D9
(233,217,217)
#EBDEDF
(235,222,223)
#EDE3E5
(237,227,229)
#EFE8EB
(239,232,235)
#F1EDF1
(241,237,241)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC0BB color. Also use rgb(223,192,187) instead hex code.

Text Font Color

.myTextColor { color: #DFC0BB; }

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

This text font color is #DFC0BB.

Background Color

.myBgColor { background-color: #DFC0BB; }

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

This div background color is #DFC0BB.

Border color

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

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

This div border color is #DFC0BB.

Opacity

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

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

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

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

This text has shadow with #DFC0BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFC0BB.

Preview

Color preview on black background

This text has color #DFC0BB on black background.


Color preview on white background

This text has color #DFC0BB on white background.


Black color preview on #DFC0BB background

This text has black color on #DFC0BB background.


White color preview on #DFC0BB background

This text has white color on #DFC0BB background.


Related colors

Complementary color

Complementary color for #hex is #203F44.


I love getcolorcode.com

Triadic colors

1 #BBDFC0 and #C0BBDF with #DFC0BB are triadic colors.

2 #BBC0DF and #C0DFBB with #DFC0BB are triadic colors.