COLOR #DFDFC7

HEX: #DFDFC7
RGB: (223,223,199)

Color info

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

RGB color model

#DFDFC7 color RGB value is (223,223,199).

  • red value is 223;
  • green value is 223;
  • blue value is 199.
RGB:
(223,223,199)
(87%,87%,78%)

RGB channels and saturation

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

223
223
199

R + G + B ~ 84%. #DFDFC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 223 + 199 = 645 (100%)
R 223 of 645 ~ 34.57%
G 223 of 645 ~ 34.57%
B 199 of 645 ~ 30.85%

%34.57
%34.57
%30.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 10.76%
  • key color value is 12.55%
CMYK:
(0,0,11,13)
C0M0Y11K13 
(0%,0%,11%,13%)
(0.00/0.00/0.11/0.13)	

CMYK percentages

%0
%0
%10.76
%12.55

Codes

Color #DFDFC7 in popluar color models

DFDFC7
RGB223223199
HSL60°27.27%82.75%
HSB/HSV60°10.76%87.45%
CMYK0.00%0.00%10.76%
12.55%

Color #DFDFC7 in popluar number systems.

HEXDFDFC7
Decimal223223199
Binary110111111101111111000111
Octal337337307

Shades and tints

Shades of #DFDFC7

#DFDFC7
(223,223,199)
#CBCBB5
(203,203,181)
#B7B7A3
(183,183,163)
#A3A391
(163,163,145)
#8F8F7F
(143,143,127)
#7B7B6D
(123,123,109)
#67675B
(103,103,91)
#535349
(83,83,73)
#3F3F37
(63,63,55)
#2B2B25
(43,43,37)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #DFDFC7

#DFDFC7
(223,223,199)
#E1E1CC
(225,225,204)
#E3E3D1
(227,227,209)
#E5E5D6
(229,229,214)
#E7E7DB
(231,231,219)
#E9E9E0
(233,233,224)
#EBEBE5
(235,235,229)
#EDEDEA
(237,237,234)
#EFEFEF
(239,239,239)
#F1F1F4
(241,241,244)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDFC7; }

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

This text font color is #DFDFC7.


Background Color

.myBgColor { background-color: #DFDFC7; }

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

This div background color is #DFDFC7.


Border color

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

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

This div border color is #DFDFC7.


Opacity

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

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

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

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

This text has shadow with #DFDFC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDFC7 on black background.


Color preview on white background

This text has color #DFDFC7 on white background.



Black color preview on #DFDFC7 background

This text has black color on #DFDFC7 background.


White color preview on #DFDFC7 background

This text has white color on #DFDFC7 background.