COLOR #DFCFC7

HEX: #DFCFC7 RGB: (223,207,199)

Color info

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

RGB color model

#DFCFC7 color RGB value is (223,207,199).

RGB: (223,207,199) (87%, 81%, 78%)

RGB channels and saturation

R 223 of 255 = 87%
G 207 of 255 = 81%
B 199 of 255 = 78%

223
207
199

R + G + B ~ 82%. #DFCFC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 207 + 199 = 629 (100%)
R 223 of 629 ~ 35.45%
G 207 of 629 ~ 32.91%
B 199 of 629 ~ 31.64'%

%35.45
%32.91
%31.64

CMYK color model

#DFCFC7 color CMYK value is (0,7,11,13).

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

CMYK: (0,7,11,13)
C0M7Y11K13 (0%, 7%, 11%, 13%)
(0.00 / 0.07 / 0.11 / 0.13)

CMYK percentages

%0
%7.17
%10.76
%12.55

Codes

Color #DFCFC7 in popluar color models

DF CF C7
RGB 223 207 199
HSL 20° 27.27% 82.75%
HSB/HSV 20° 10.76% 87.45%
CMYK 0.00% 7.17% 10.76%
12.55%

Color #DFCFC7 in popluar number systems.

HEX DF CF C7
Decimal 223 207 199
Binary 11011111 11001111 11000111
Octal 337 317 307

Shades and tints

Shades of #DFCFC7

#DFCFC7
(223,207,199)
#CBBDB5
(203,189,181)
#B7ABA3
(183,171,163)
#A39991
(163,153,145)
#8F877F
(143,135,127)
#7B756D
(123,117,109)
#67635B
(103,99,91)
#535149
(83,81,73)
#3F3F37
(63,63,55)
#2B2D25
(43,45,37)
#171B13
(23,27,19)
#000000
(0,0,0)

Tints of #DFCFC7

#DFCFC7
(223,207,199)
#E1D3CC
(225,211,204)
#E3D7D1
(227,215,209)
#E5DBD6
(229,219,214)
#E7DFDB
(231,223,219)
#E9E3E0
(233,227,224)
#EBE7E5
(235,231,229)
#EDEBEA
(237,235,234)
#EFEFEF
(239,239,239)
#F1F3F4
(241,243,244)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFCFC7; }

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

This text font color is #DFCFC7.

Background Color

.myBgColor { background-color: #DFCFC7; }

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

This div background color is #DFCFC7.

Border color

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

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

This div border color is #DFCFC7.

Opacity

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

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

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

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

This text has shadow with #DFCFC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFCFC7.

Preview

Color preview on black background

This text has color #DFCFC7 on black background.


Color preview on white background

This text has color #DFCFC7 on white background.


Black color preview on #DFCFC7 background

This text has black color on #DFCFC7 background.


White color preview on #DFCFC7 background

This text has white color on #DFCFC7 background.


Related colors

Complementary color

Complementary color for #hex is #203038.


I love getcolorcode.com

Triadic colors

1 #C7DFCF and #CFC7DF with #DFCFC7 are triadic colors.

2 #C7CFDF and #CFDFC7 with #DFCFC7 are triadic colors.