COLOR #DFCAAE

HEX: #DFCAAE RGB: (223,202,174)

Color info

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

RGB color model

#DFCAAE color RGB value is (223,202,174).

RGB: (223,202,174) (87%, 79%, 68%)

RGB channels and saturation

R 223 of 255 = 87%
G 202 of 255 = 79%
B 174 of 255 = 68%

223
202
174

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

Portions of RGB colors in percentages

R + G + B = 223 + 202 + 174 = 599 (100%)
R 223 of 599 ~ 37.23%
G 202 of 599 ~ 33.72%
B 174 of 599 ~ 29.05'%

%37.23
%33.72
%29.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.42%
  • yellow value is 21.97%
  • 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.97
%12.55

Codes

Color #DFCAAE in popluar color models

DF CA AE
RGB 223 202 174
HSL 34° 43.36% 77.84%
HSB/HSV 34° 21.97% 87.45%
CMYK 0.00% 9.42% 21.97%
12.55%

Color #DFCAAE in popluar number systems.

HEX DF CA AE
Decimal 223 202 174
Binary 11011111 11001010 10101110
Octal 337 312 256

Shades and tints

Shades of #DFCAAE

#DFCAAE
(223,202,174)
#CBB89F
(203,184,159)
#B7A690
(183,166,144)
#A39481
(163,148,129)
#8F8272
(143,130,114)
#7B7063
(123,112,99)
#675E54
(103,94,84)
#534C45
(83,76,69)
#3F3A36
(63,58,54)
#2B2827
(43,40,39)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #DFCAAE

#DFCAAE
(223,202,174)
#E1CEB5
(225,206,181)
#E3D2BC
(227,210,188)
#E5D6C3
(229,214,195)
#E7DACA
(231,218,202)
#E9DED1
(233,222,209)
#EBE2D8
(235,226,216)
#EDE6DF
(237,230,223)
#EFEAE6
(239,234,230)
#F1EEED
(241,238,237)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFCAAE; }

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

This text font color is #DFCAAE.

Background Color

.myBgColor { background-color: #DFCAAE; }

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

This div background color is #DFCAAE.

Border color

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

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

This div border color is #DFCAAE.

Opacity

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

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

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

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

This text has shadow with #DFCAAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFCAAE.

Preview

Color preview on black background

This text has color #DFCAAE on black background.


Color preview on white background

This text has color #DFCAAE on white background.


Black color preview on #DFCAAE background

This text has black color on #DFCAAE background.


White color preview on #DFCAAE background

This text has white color on #DFCAAE background.


Related colors

Complementary color

Complementary color for #hex is #203551.


I love getcolorcode.com

Triadic colors

1 #AEDFCA and #CAAEDF with #DFCAAE are triadic colors.

2 #AECADF and #CADFAE with #DFCAAE are triadic colors.