COLOR #DFC7BF

HEX: #DFC7BF RGB: (223,199,191)

Color info

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

RGB color model

#DFC7BF color RGB value is (223,199,191).

RGB: (223,199,191) (87%, 78%, 75%)

RGB channels and saturation

R 223 of 255 = 87%
G 199 of 255 = 78%
B 191 of 255 = 75%

223
199
191

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

Portions of RGB colors in percentages

R + G + B = 223 + 199 + 191 = 613 (100%)
R 223 of 613 ~ 36.38%
G 199 of 613 ~ 32.46%
B 191 of 613 ~ 31.16'%

%36.38
%32.46
%31.16

CMYK color model

#DFC7BF color CMYK value is (0,11,14,13).

  • cyan value is 0.00%
  • magenta value is 10.76%
  • yellow value is 14.35%
  • key color value is 12.55%

CMYK: (0,11,14,13)
C0M11Y14K13 (0%, 11%, 14%, 13%)
(0.00 / 0.11 / 0.14 / 0.13)

CMYK percentages

%0
%10.76
%14.35
%12.55

Codes

Color #DFC7BF in popluar color models

DF C7 BF
RGB 223 199 191
HSL 15° 33.33% 81.18%
HSB/HSV 15° 14.35% 87.45%
CMYK 0.00% 10.76% 14.35%
12.55%

Color #DFC7BF in popluar number systems.

HEX DF C7 BF
Decimal 223 199 191
Binary 11011111 11000111 10111111
Octal 337 307 277

Shades and tints

Shades of #DFC7BF

#DFC7BF
(223,199,191)
#CBB5AE
(203,181,174)
#B7A39D
(183,163,157)
#A3918C
(163,145,140)
#8F7F7B
(143,127,123)
#7B6D6A
(123,109,106)
#675B59
(103,91,89)
#534948
(83,73,72)
#3F3737
(63,55,55)
#2B2526
(43,37,38)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #DFC7BF

#DFC7BF
(223,199,191)
#E1CCC4
(225,204,196)
#E3D1C9
(227,209,201)
#E5D6CE
(229,214,206)
#E7DBD3
(231,219,211)
#E9E0D8
(233,224,216)
#EBE5DD
(235,229,221)
#EDEAE2
(237,234,226)
#EFEFE7
(239,239,231)
#F1F4EC
(241,244,236)
#F3F9F1
(243,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC7BF color. Also use rgb(223,199,191) instead hex code.

Text Font Color

.myTextColor { color: #DFC7BF; }

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

This text font color is #DFC7BF.

Background Color

.myBgColor { background-color: #DFC7BF; }

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

This div background color is #DFC7BF.

Border color

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

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

This div border color is #DFC7BF.

Opacity

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

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

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

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

This text has shadow with #DFC7BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFC7BF.

Preview

Color preview on black background

This text has color #DFC7BF on black background.


Color preview on white background

This text has color #DFC7BF on white background.


Black color preview on #DFC7BF background

This text has black color on #DFC7BF background.


White color preview on #DFC7BF background

This text has white color on #DFC7BF background.


Related colors

Complementary color

Complementary color for #hex is #203840.


I love getcolorcode.com

Triadic colors

1 #BFDFC7 and #C7BFDF with #DFC7BF are triadic colors.

2 #BFC7DF and #C7DFBF with #DFC7BF are triadic colors.