COLOR #DFC2AE

HEX: #DFC2AE
RGB: (223,194,174)

Color info

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

RGB color model

#DFC2AE color RGB value is (223,194,174).

  • red value is 223;
  • green value is 194;
  • blue value is 174.
RGB:
(223,194,174)
(87%,76%,68%)

RGB channels and saturation

R 223 of 255 = 87%
G 194 of 255 = 76%
B 174 of 255 = 68%

223
194
174

R + G + B ~ 77%. #DFC2AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 194 + 174 = 591 (100%)
R 223 of 591 ~ 37.73%
G 194 of 591 ~ 32.83%
B 174 of 591 ~ 29.44%

%37.73
%32.83
%29.44

CMYK color model

#DFC2AE color CMYK value is (0,13,22,13).

  • cyan value is 0.00%
  • magenta value is 13.00%
  • yellow value is 21.97%
  • key color value is 12.55%
CMYK:
(0,13,22,13)
C0M13Y22K13 
(0%,13%,22%,13%)
(0.00/0.13/0.22/0.13)	

CMYK percentages

%0
%13
%21.97
%12.55

Codes

Color #DFC2AE in popluar color models

DFC2AE
RGB223194174
HSL24°43.36%77.84%
HSB/HSV24°21.97%87.45%
CMYK0.00%13.00%21.97%
12.55%

Color #DFC2AE in popluar number systems.

HEXDFC2AE
Decimal223194174
Binary110111111100001010101110
Octal337302256

Shades and tints

Shades of #DFC2AE

#DFC2AE
(223,194,174)
#CBB19F
(203,177,159)
#B7A090
(183,160,144)
#A38F81
(163,143,129)
#8F7E72
(143,126,114)
#7B6D63
(123,109,99)
#675C54
(103,92,84)
#534B45
(83,75,69)
#3F3A36
(63,58,54)
#2B2927
(43,41,39)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #DFC2AE

#DFC2AE
(223,194,174)
#E1C7B5
(225,199,181)
#E3CCBC
(227,204,188)
#E5D1C3
(229,209,195)
#E7D6CA
(231,214,202)
#E9DBD1
(233,219,209)
#EBE0D8
(235,224,216)
#EDE5DF
(237,229,223)
#EFEAE6
(239,234,230)
#F1EFED
(241,239,237)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC2AE; }

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

This text font color is #DFC2AE.


Background Color

.myBgColor { background-color: #DFC2AE; }

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

This div background color is #DFC2AE.


Border color

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

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

This div border color is #DFC2AE.


Opacity

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

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

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

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

This text has shadow with #DFC2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC2AE on black background.


Color preview on white background

This text has color #DFC2AE on white background.



Black color preview on #DFC2AE background

This text has black color on #DFC2AE background.


White color preview on #DFC2AE background

This text has white color on #DFC2AE background.