COLOR #DFC4B6

HEX: #DFC4B6 RGB: (223,196,182)

Color info

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

RGB color model

#DFC4B6 color RGB value is (223,196,182).

RGB: (223,196,182) (87%, 77%, 71%)

RGB channels and saturation

R 223 of 255 = 87%
G 196 of 255 = 77%
B 182 of 255 = 71%

223
196
182

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

Portions of RGB colors in percentages

R + G + B = 223 + 196 + 182 = 601 (100%)
R 223 of 601 ~ 37.1%
G 196 of 601 ~ 32.61%
B 182 of 601 ~ 30.28'%

%37.1
%32.61
%30.28

CMYK color model

#DFC4B6 color CMYK value is (0,12,18,13).

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

CMYK: (0,12,18,13)
C0M12Y18K13 (0%, 12%, 18%, 13%)
(0.00 / 0.12 / 0.18 / 0.13)

CMYK percentages

%0
%12.11
%18.39
%12.55

Codes

Color #DFC4B6 in popluar color models

DF C4 B6
RGB 223 196 182
HSL 20° 39.05% 79.41%
HSB/HSV 20° 18.39% 87.45%
CMYK 0.00% 12.11% 18.39%
12.55%

Color #DFC4B6 in popluar number systems.

HEX DF C4 B6
Decimal 223 196 182
Binary 11011111 11000100 10110110
Octal 337 304 266

Shades and tints

Shades of #DFC4B6

#DFC4B6
(223,196,182)
#CBB3A6
(203,179,166)
#B7A296
(183,162,150)
#A39186
(163,145,134)
#8F8076
(143,128,118)
#7B6F66
(123,111,102)
#675E56
(103,94,86)
#534D46
(83,77,70)
#3F3C36
(63,60,54)
#2B2B26
(43,43,38)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #DFC4B6

#DFC4B6
(223,196,182)
#E1C9BC
(225,201,188)
#E3CEC2
(227,206,194)
#E5D3C8
(229,211,200)
#E7D8CE
(231,216,206)
#E9DDD4
(233,221,212)
#EBE2DA
(235,226,218)
#EDE7E0
(237,231,224)
#EFECE6
(239,236,230)
#F1F1EC
(241,241,236)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC4B6; }

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

This text font color is #DFC4B6.

Background Color

.myBgColor { background-color: #DFC4B6; }

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

This div background color is #DFC4B6.

Border color

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

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

This div border color is #DFC4B6.

Opacity

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

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

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

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

This text has shadow with #DFC4B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFC4B6.

Preview

Color preview on black background

This text has color #DFC4B6 on black background.


Color preview on white background

This text has color #DFC4B6 on white background.


Black color preview on #DFC4B6 background

This text has black color on #DFC4B6 background.


White color preview on #DFC4B6 background

This text has white color on #DFC4B6 background.


Related colors

Complementary color

Complementary color for #hex is #203B49.


I love getcolorcode.com

Triadic colors

1 #B6DFC4 and #C4B6DF with #DFC4B6 are triadic colors.

2 #B6C4DF and #C4DFB6 with #DFC4B6 are triadic colors.