COLOR #DFAEA4

HEX: #DFAEA4
RGB: (223,174,164)

Color info

#DFAEA4 contains red, green and blue colors in about the same proportion. Web safe color of #DFAEA4 is #CC9999 (or #C99).

RGB color model

#DFAEA4 color RGB value is (223,174,164).

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

RGB channels and saturation

R 223 of 255 = 87%
G 174 of 255 = 68%
B 164 of 255 = 64%

223
174
164

R + G + B ~ 73%. #DFAEA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 174 + 164 = 561 (100%)
R 223 of 561 ~ 39.75%
G 174 of 561 ~ 31.02%
B 164 of 561 ~ 29.23%

%39.75
%31.02
%29.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.97%
  • yellow value is 26.46%
  • key color value is 12.55%
CMYK:
(0,22,26,13)
C0M22Y26K13 
(0%,22%,26%,13%)
(0.00/0.22/0.26/0.13)	

CMYK percentages

%0
%21.97
%26.46
%12.55

Codes

Color #DFAEA4 in popluar color models

DFAEA4
RGB223174164
HSL10°47.97%75.88%
HSB/HSV10°26.46%87.45%
CMYK0.00%21.97%26.46%
12.55%

Color #DFAEA4 in popluar number systems.

HEXDFAEA4
Decimal223174164
Binary110111111010111010100100
Octal337256244

Shades and tints

Shades of #DFAEA4

#DFAEA4
(223,174,164)
#CB9F96
(203,159,150)
#B79088
(183,144,136)
#A3817A
(163,129,122)
#8F726C
(143,114,108)
#7B635E
(123,99,94)
#675450
(103,84,80)
#534542
(83,69,66)
#3F3634
(63,54,52)
#2B2726
(43,39,38)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #DFAEA4

#DFAEA4
(223,174,164)
#E1B5AC
(225,181,172)
#E3BCB4
(227,188,180)
#E5C3BC
(229,195,188)
#E7CAC4
(231,202,196)
#E9D1CC
(233,209,204)
#EBD8D4
(235,216,212)
#EDDFDC
(237,223,220)
#EFE6E4
(239,230,228)
#F1EDEC
(241,237,236)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFAEA4; }

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

This text font color is #DFAEA4.


Background Color

.myBgColor { background-color: #DFAEA4; }

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

This div background color is #DFAEA4.


Border color

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

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

This div border color is #DFAEA4.


Opacity

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

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

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

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

This text has shadow with #DFAEA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFAEA4 on black background.


Color preview on white background

This text has color #DFAEA4 on white background.



Black color preview on #DFAEA4 background

This text has black color on #DFAEA4 background.


White color preview on #DFAEA4 background

This text has white color on #DFAEA4 background.