COLOR #DFAB8A

HEX: #DFAB8A
RGB: (223,171,138)

Color info

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

RGB color model

#DFAB8A color RGB value is (223,171,138).

  • red value is 223;
  • green value is 171;
  • blue value is 138.
RGB:
(223,171,138)
(87%,67%,54%)

RGB channels and saturation

R 223 of 255 = 87%
G 171 of 255 = 67%
B 138 of 255 = 54%

223
171
138

R + G + B ~ 69%. #DFAB8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 171 + 138 = 532 (100%)
R 223 of 532 ~ 41.92%
G 171 of 532 ~ 32.14%
B 138 of 532 ~ 25.94%

%41.92
%32.14
%25.94

CMYK color model

#DFAB8A color CMYK value is (0,23,38,13).

  • cyan value is 0.00%
  • magenta value is 23.32%
  • yellow value is 38.12%
  • key color value is 12.55%
CMYK:
(0,23,38,13)
C0M23Y38K13 
(0%,23%,38%,13%)
(0.00/0.23/0.38/0.13)	

CMYK percentages

%0
%23.32
%38.12
%12.55

Codes

Color #DFAB8A in popluar color models

DFAB8A
RGB223171138
HSL23°57.05%70.78%
HSB/HSV23°38.12%87.45%
CMYK0.00%23.32%38.12%
12.55%

Color #DFAB8A in popluar number systems.

HEXDFAB8A
Decimal223171138
Binary110111111010101110001010
Octal337253212

Shades and tints

Shades of #DFAB8A

#DFAB8A
(223,171,138)
#CB9C7E
(203,156,126)
#B78D72
(183,141,114)
#A37E66
(163,126,102)
#8F6F5A
(143,111,90)
#7B604E
(123,96,78)
#675142
(103,81,66)
#534236
(83,66,54)
#3F332A
(63,51,42)
#2B241E
(43,36,30)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #DFAB8A

#DFAB8A
(223,171,138)
#E1B294
(225,178,148)
#E3B99E
(227,185,158)
#E5C0A8
(229,192,168)
#E7C7B2
(231,199,178)
#E9CEBC
(233,206,188)
#EBD5C6
(235,213,198)
#EDDCD0
(237,220,208)
#EFE3DA
(239,227,218)
#F1EAE4
(241,234,228)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFAB8A color. Also use rgb(223,171,138) instead hex code.

Text Font Color

.myTextColor { color: #DFAB8A; }

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

This text font color is #DFAB8A.


Background Color

.myBgColor { background-color: #DFAB8A; }

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

This div background color is #DFAB8A.


Border color

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

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

This div border color is #DFAB8A.


Opacity

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

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

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

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

This text has shadow with #DFAB8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFAB8A on black background.


Color preview on white background

This text has color #DFAB8A on white background.



Black color preview on #DFAB8A background

This text has black color on #DFAB8A background.


White color preview on #DFAB8A background

This text has white color on #DFAB8A background.