COLOR #DFDAC7

HEX: #DFDAC7 RGB: (223,218,199)

Color info

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

RGB color model

#DFDAC7 color RGB value is (223,218,199).

RGB: (223,218,199) (87%, 85%, 78%)

RGB channels and saturation

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

223
218
199

R + G + B ~ 83%. #DFDAC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 218 + 199 = 640 (100%)
R 223 of 640 ~ 34.84%
G 218 of 640 ~ 34.06%
B 199 of 640 ~ 31.09'%

%34.84
%34.06
%31.09

CMYK color model

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

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

CMYK: (0,2,11,13)
C0M2Y11K13 (0%, 2%, 11%, 13%)
(0.00 / 0.02 / 0.11 / 0.13)

CMYK percentages

%0
%2.24
%10.76
%12.55

Codes

Color #DFDAC7 in popluar color models

DF DA C7
RGB 223 218 199
HSL 48° 27.27% 82.75%
HSB/HSV 48° 10.76% 87.45%
CMYK 0.00% 2.24% 10.76%
12.55%

Color #DFDAC7 in popluar number systems.

HEX DF DA C7
Decimal 223 218 199
Binary 11011111 11011010 11000111
Octal 337 332 307

Shades and tints

Shades of #DFDAC7

#DFDAC7
(223,218,199)
#CBC7B5
(203,199,181)
#B7B4A3
(183,180,163)
#A3A191
(163,161,145)
#8F8E7F
(143,142,127)
#7B7B6D
(123,123,109)
#67685B
(103,104,91)
#535549
(83,85,73)
#3F4237
(63,66,55)
#2B2F25
(43,47,37)
#171C13
(23,28,19)
#000000
(0,0,0)

Tints of #DFDAC7

#DFDAC7
(223,218,199)
#E1DDCC
(225,221,204)
#E3E0D1
(227,224,209)
#E5E3D6
(229,227,214)
#E7E6DB
(231,230,219)
#E9E9E0
(233,233,224)
#EBECE5
(235,236,229)
#EDEFEA
(237,239,234)
#EFF2EF
(239,242,239)
#F1F5F4
(241,245,244)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDAC7; }

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

This text font color is #DFDAC7.

Background Color

.myBgColor { background-color: #DFDAC7; }

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

This div background color is #DFDAC7.

Border color

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

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

This div border color is #DFDAC7.

Opacity

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

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

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

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

This text has shadow with #DFDAC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFDAC7.

Preview

Color preview on black background

This text has color #DFDAC7 on black background.


Color preview on white background

This text has color #DFDAC7 on white background.


Black color preview on #DFDAC7 background

This text has black color on #DFDAC7 background.


White color preview on #DFDAC7 background

This text has white color on #DFDAC7 background.


Related colors

Complementary color

Complementary color for #hex is #202538.


I love getcolorcode.com

Triadic colors

1 #C7DFDA and #DAC7DF with #DFDAC7 are triadic colors.

2 #C7DADF and #DADFC7 with #DFDAC7 are triadic colors.