COLOR #DFC6B0

HEX: #DFC6B0 RGB: (223,198,176)

Color info

#DFC6B0 contains red, green and blue colors in about the same proportion. Web safe color of #DFC6B0 is #CCCC99 (or #CC9).

RGB color model

#DFC6B0 color RGB value is (223,198,176).

RGB: (223,198,176) (87%, 78%, 69%)

RGB channels and saturation

R 223 of 255 = 87%
G 198 of 255 = 78%
B 176 of 255 = 69%

223
198
176

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

Portions of RGB colors in percentages

R + G + B = 223 + 198 + 176 = 597 (100%)
R 223 of 597 ~ 37.35%
G 198 of 597 ~ 33.17%
B 176 of 597 ~ 29.48'%

%37.35
%33.17
%29.48

CMYK color model

#DFC6B0 color CMYK value is (0,11,21,13).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 21.08%
  • key color value is 12.55%

CMYK: (0,11,21,13)
C0M11Y21K13 (0%, 11%, 21%, 13%)
(0.00 / 0.11 / 0.21 / 0.13)

CMYK percentages

%0
%11.21
%21.08
%12.55

Codes

Color #DFC6B0 in popluar color models

DF C6 B0
RGB 223 198 176
HSL 28° 42.34% 78.24%
HSB/HSV 28° 21.08% 87.45%
CMYK 0.00% 11.21% 21.08%
12.55%

Color #DFC6B0 in popluar number systems.

HEX DF C6 B0
Decimal 223 198 176
Binary 11011111 11000110 10110000
Octal 337 306 260

Shades and tints

Shades of #DFC6B0

#DFC6B0
(223,198,176)
#CBB4A0
(203,180,160)
#B7A290
(183,162,144)
#A39080
(163,144,128)
#8F7E70
(143,126,112)
#7B6C60
(123,108,96)
#675A50
(103,90,80)
#534840
(83,72,64)
#3F3630
(63,54,48)
#2B2420
(43,36,32)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #DFC6B0

#DFC6B0
(223,198,176)
#E1CBB7
(225,203,183)
#E3D0BE
(227,208,190)
#E5D5C5
(229,213,197)
#E7DACC
(231,218,204)
#E9DFD3
(233,223,211)
#EBE4DA
(235,228,218)
#EDE9E1
(237,233,225)
#EFEEE8
(239,238,232)
#F1F3EF
(241,243,239)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC6B0 color. Also use rgb(223,198,176) instead hex code.

Text Font Color

.myTextColor { color: #DFC6B0; }

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

This text font color is #DFC6B0.

Background Color

.myBgColor { background-color: #DFC6B0; }

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

This div background color is #DFC6B0.

Border color

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

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

This div border color is #DFC6B0.

Opacity

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

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

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

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

This text has shadow with #DFC6B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFC6B0.

Preview

Color preview on black background

This text has color #DFC6B0 on black background.


Color preview on white background

This text has color #DFC6B0 on white background.


Black color preview on #DFC6B0 background

This text has black color on #DFC6B0 background.


White color preview on #DFC6B0 background

This text has white color on #DFC6B0 background.


Related colors

Complementary color

Complementary color for #hex is #20394F.


I love getcolorcode.com

Triadic colors

1 #B0DFC6 and #C6B0DF with #DFC6B0 are triadic colors.

2 #B0C6DF and #C6DFB0 with #DFC6B0 are triadic colors.