COLOR #DFCABB

HEX: #DFCABB RGB: (223,202,187)

Color info

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

RGB color model

#DFCABB color RGB value is (223,202,187).

RGB: (223,202,187) (87%, 79%, 73%)

RGB channels and saturation

R 223 of 255 = 87%
G 202 of 255 = 79%
B 187 of 255 = 73%

223
202
187

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

Portions of RGB colors in percentages

R + G + B = 223 + 202 + 187 = 612 (100%)
R 223 of 612 ~ 36.44%
G 202 of 612 ~ 33.01%
B 187 of 612 ~ 30.56'%

%36.44
%33.01
%30.56

CMYK color model

#DFCABB color CMYK value is (0,9,16,13).

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

CMYK: (0,9,16,13)
C0M9Y16K13 (0%, 9%, 16%, 13%)
(0.00 / 0.09 / 0.16 / 0.13)

CMYK percentages

%0
%9.42
%16.14
%12.55

Codes

Color #DFCABB in popluar color models

DF CA BB
RGB 223 202 187
HSL 25° 36.00% 80.39%
HSB/HSV 25° 16.14% 87.45%
CMYK 0.00% 9.42% 16.14%
12.55%

Color #DFCABB in popluar number systems.

HEX DF CA BB
Decimal 223 202 187
Binary 11011111 11001010 10111011
Octal 337 312 273

Shades and tints

Shades of #DFCABB

#DFCABB
(223,202,187)
#CBB8AA
(203,184,170)
#B7A699
(183,166,153)
#A39488
(163,148,136)
#8F8277
(143,130,119)
#7B7066
(123,112,102)
#675E55
(103,94,85)
#534C44
(83,76,68)
#3F3A33
(63,58,51)
#2B2822
(43,40,34)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #DFCABB

#DFCABB
(223,202,187)
#E1CEC1
(225,206,193)
#E3D2C7
(227,210,199)
#E5D6CD
(229,214,205)
#E7DAD3
(231,218,211)
#E9DED9
(233,222,217)
#EBE2DF
(235,226,223)
#EDE6E5
(237,230,229)
#EFEAEB
(239,234,235)
#F1EEF1
(241,238,241)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFCABB; }

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

This text font color is #DFCABB.

Background Color

.myBgColor { background-color: #DFCABB; }

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

This div background color is #DFCABB.

Border color

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

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

This div border color is #DFCABB.

Opacity

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

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

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

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

This text has shadow with #DFCABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFCABB.

Preview

Color preview on black background

This text has color #DFCABB on black background.


Color preview on white background

This text has color #DFCABB on white background.


Black color preview on #DFCABB background

This text has black color on #DFCABB background.


White color preview on #DFCABB background

This text has white color on #DFCABB background.


Related colors

Complementary color

Complementary color for #hex is #203544.


I love getcolorcode.com

Triadic colors

1 #BBDFCA and #CABBDF with #DFCABB are triadic colors.

2 #BBCADF and #CADFBB with #DFCABB are triadic colors.