COLOR #DFCAAF

HEX: #DFCAAF
RGB: (223,202,175)

Color info

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

RGB color model

#DFCAAF color RGB value is (223,202,175).

  • red value is 223;
  • green value is 202;
  • blue value is 175.
RGB:
(223,202,175)
(87%,79%,69%)

RGB channels and saturation

R 223 of 255 = 87%
G 202 of 255 = 79%
B 175 of 255 = 69%

223
202
175

R + G + B ~ 78%. #DFCAAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 202 + 175 = 600 (100%)
R 223 of 600 ~ 37.17%
G 202 of 600 ~ 33.67%
B 175 of 600 ~ 29.17%

%37.17
%33.67
%29.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.42%
  • yellow value is 21.52%
  • key color value is 12.55%
CMYK:
(0,9,22,13)
C0M9Y22K13 
(0%,9%,22%,13%)
(0.00/0.09/0.22/0.13)	

CMYK percentages

%0
%9.42
%21.52
%12.55

Codes

Color #DFCAAF in popluar color models

DFCAAF
RGB223202175
HSL34°42.86%78.04%
HSB/HSV34°21.52%87.45%
CMYK0.00%9.42%21.52%
12.55%

Color #DFCAAF in popluar number systems.

HEXDFCAAF
Decimal223202175
Binary110111111100101010101111
Octal337312257

Shades and tints

Shades of #DFCAAF

#DFCAAF
(223,202,175)
#CBB8A0
(203,184,160)
#B7A691
(183,166,145)
#A39482
(163,148,130)
#8F8273
(143,130,115)
#7B7064
(123,112,100)
#675E55
(103,94,85)
#534C46
(83,76,70)
#3F3A37
(63,58,55)
#2B2828
(43,40,40)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #DFCAAF

#DFCAAF
(223,202,175)
#E1CEB6
(225,206,182)
#E3D2BD
(227,210,189)
#E5D6C4
(229,214,196)
#E7DACB
(231,218,203)
#E9DED2
(233,222,210)
#EBE2D9
(235,226,217)
#EDE6E0
(237,230,224)
#EFEAE7
(239,234,231)
#F1EEEE
(241,238,238)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFCAAF; }

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

This text font color is #DFCAAF.


Background Color

.myBgColor { background-color: #DFCAAF; }

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

This div background color is #DFCAAF.


Border color

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

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

This div border color is #DFCAAF.


Opacity

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

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

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

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

This text has shadow with #DFCAAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCAAF on black background.


Color preview on white background

This text has color #DFCAAF on white background.



Black color preview on #DFCAAF background

This text has black color on #DFCAAF background.


White color preview on #DFCAAF background

This text has white color on #DFCAAF background.