COLOR #DFAD94

HEX: #DFAD94
RGB: (223,173,148)

Color info

#DFAD94 contains mainly red and green colors. Web safe color of #DFAD94 is #CC9999 (or #C99).

RGB color model

#DFAD94 color RGB value is (223,173,148).

  • red value is 223;
  • green value is 173;
  • blue value is 148.
RGB:
(223,173,148)
(87%,68%,58%)

RGB channels and saturation

R 223 of 255 = 87%
G 173 of 255 = 68%
B 148 of 255 = 58%

223
173
148

R + G + B ~ 71%. #DFAD94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 173 + 148 = 544 (100%)
R 223 of 544 ~ 40.99%
G 173 of 544 ~ 31.8%
B 148 of 544 ~ 27.21%

%40.99
%31.8
%27.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.42%
  • yellow value is 33.63%
  • key color value is 12.55%
CMYK:
(0,22,34,13)
C0M22Y34K13 
(0%,22%,34%,13%)
(0.00/0.22/0.34/0.13)	

CMYK percentages

%0
%22.42
%33.63
%12.55

Codes

Color #DFAD94 in popluar color models

DFAD94
RGB223173148
HSL20°53.96%72.75%
HSB/HSV20°33.63%87.45%
CMYK0.00%22.42%33.63%
12.55%

Color #DFAD94 in popluar number systems.

HEXDFAD94
Decimal223173148
Binary110111111010110110010100
Octal337255224

Shades and tints

Shades of #DFAD94

#DFAD94
(223,173,148)
#CB9E87
(203,158,135)
#B78F7A
(183,143,122)
#A3806D
(163,128,109)
#8F7160
(143,113,96)
#7B6253
(123,98,83)
#675346
(103,83,70)
#534439
(83,68,57)
#3F352C
(63,53,44)
#2B261F
(43,38,31)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #DFAD94

#DFAD94
(223,173,148)
#E1B49D
(225,180,157)
#E3BBA6
(227,187,166)
#E5C2AF
(229,194,175)
#E7C9B8
(231,201,184)
#E9D0C1
(233,208,193)
#EBD7CA
(235,215,202)
#EDDED3
(237,222,211)
#EFE5DC
(239,229,220)
#F1ECE5
(241,236,229)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFAD94 color. Also use rgb(223,173,148) instead hex code.

Text Font Color

.myTextColor { color: #DFAD94; }

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

This text font color is #DFAD94.


Background Color

.myBgColor { background-color: #DFAD94; }

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

This div background color is #DFAD94.


Border color

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

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

This div border color is #DFAD94.


Opacity

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

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

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

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

This text has shadow with #DFAD94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFAD94 on black background.


Color preview on white background

This text has color #DFAD94 on white background.



Black color preview on #DFAD94 background

This text has black color on #DFAD94 background.


White color preview on #DFAD94 background

This text has white color on #DFAD94 background.