COLOR #DFCAB6

HEX: #DFCAB6 RGB: (223,202,182)

Color info

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

RGB color model

#DFCAB6 color RGB value is (223,202,182).

RGB: (223,202,182) (87%, 79%, 71%)

RGB channels and saturation

R 223 of 255 = 87%
G 202 of 255 = 79%
B 182 of 255 = 71%

223
202
182

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

Portions of RGB colors in percentages

R + G + B = 223 + 202 + 182 = 607 (100%)
R 223 of 607 ~ 36.74%
G 202 of 607 ~ 33.28%
B 182 of 607 ~ 29.98'%

%36.74
%33.28
%29.98

CMYK color model

#DFCAB6 color CMYK value is (0,9,18,13).

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

CMYK: (0,9,18,13)
C0M9Y18K13 (0%, 9%, 18%, 13%)
(0.00 / 0.09 / 0.18 / 0.13)

CMYK percentages

%0
%9.42
%18.39
%12.55

Codes

Color #DFCAB6 in popluar color models

DF CA B6
RGB 223 202 182
HSL 29° 39.05% 79.41%
HSB/HSV 29° 18.39% 87.45%
CMYK 0.00% 9.42% 18.39%
12.55%

Color #DFCAB6 in popluar number systems.

HEX DF CA B6
Decimal 223 202 182
Binary 11011111 11001010 10110110
Octal 337 312 266

Shades and tints

Shades of #DFCAB6

#DFCAB6
(223,202,182)
#CBB8A6
(203,184,166)
#B7A696
(183,166,150)
#A39486
(163,148,134)
#8F8276
(143,130,118)
#7B7066
(123,112,102)
#675E56
(103,94,86)
#534C46
(83,76,70)
#3F3A36
(63,58,54)
#2B2826
(43,40,38)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #DFCAB6

#DFCAB6
(223,202,182)
#E1CEBC
(225,206,188)
#E3D2C2
(227,210,194)
#E5D6C8
(229,214,200)
#E7DACE
(231,218,206)
#E9DED4
(233,222,212)
#EBE2DA
(235,226,218)
#EDE6E0
(237,230,224)
#EFEAE6
(239,234,230)
#F1EEEC
(241,238,236)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFCAB6; }

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

This text font color is #DFCAB6.

Background Color

.myBgColor { background-color: #DFCAB6; }

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

This div background color is #DFCAB6.

Border color

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

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

This div border color is #DFCAB6.

Opacity

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

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

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

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

This text has shadow with #DFCAB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFCAB6.

Preview

Color preview on black background

This text has color #DFCAB6 on black background.


Color preview on white background

This text has color #DFCAB6 on white background.


Black color preview on #DFCAB6 background

This text has black color on #DFCAB6 background.


White color preview on #DFCAB6 background

This text has white color on #DFCAB6 background.


Related colors

Complementary color

Complementary color for #hex is #203549.


I love getcolorcode.com

Triadic colors

1 #B6DFCA and #CAB6DF with #DFCAB6 are triadic colors.

2 #B6CADF and #CADFB6 with #DFCAB6 are triadic colors.