COLOR #DFABA4

HEX: #DFABA4 RGB: (223,171,164)

Color info

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

RGB color model

#DFABA4 color RGB value is (223,171,164).

RGB: (223,171,164) (87%, 67%, 64%)

RGB channels and saturation

R 223 of 255 = 87%
G 171 of 255 = 67%
B 164 of 255 = 64%

223
171
164

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

Portions of RGB colors in percentages

R + G + B = 223 + 171 + 164 = 558 (100%)
R 223 of 558 ~ 39.96%
G 171 of 558 ~ 30.65%
B 164 of 558 ~ 29.39'%

%39.96
%30.65
%29.39

CMYK color model

#DFABA4 color CMYK value is (0,23,26,13).

  • cyan value is 0.00%
  • magenta value is 23.32%
  • yellow value is 26.46%
  • key color value is 12.55%

CMYK: (0,23,26,13)
C0M23Y26K13 (0%, 23%, 26%, 13%)
(0.00 / 0.23 / 0.26 / 0.13)

CMYK percentages

%0
%23.32
%26.46
%12.55

Codes

Color #DFABA4 in popluar color models

DF AB A4
RGB 223 171 164
HSL 47.97% 75.88%
HSB/HSV 26.46% 87.45%
CMYK 0.00% 23.32% 26.46%
12.55%

Color #DFABA4 in popluar number systems.

HEX DF AB A4
Decimal 223 171 164
Binary 11011111 10101011 10100100
Octal 337 253 244

Shades and tints

Shades of #DFABA4

#DFABA4
(223,171,164)
#CB9C96
(203,156,150)
#B78D88
(183,141,136)
#A37E7A
(163,126,122)
#8F6F6C
(143,111,108)
#7B605E
(123,96,94)
#675150
(103,81,80)
#534242
(83,66,66)
#3F3334
(63,51,52)
#2B2426
(43,36,38)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #DFABA4

#DFABA4
(223,171,164)
#E1B2AC
(225,178,172)
#E3B9B4
(227,185,180)
#E5C0BC
(229,192,188)
#E7C7C4
(231,199,196)
#E9CECC
(233,206,204)
#EBD5D4
(235,213,212)
#EDDCDC
(237,220,220)
#EFE3E4
(239,227,228)
#F1EAEC
(241,234,236)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFABA4; }

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

This text font color is #DFABA4.

Background Color

.myBgColor { background-color: #DFABA4; }

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

This div background color is #DFABA4.

Border color

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

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

This div border color is #DFABA4.

Opacity

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

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

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

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

This text has shadow with #DFABA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFABA4.

Preview

Color preview on black background

This text has color #DFABA4 on black background.


Color preview on white background

This text has color #DFABA4 on white background.


Black color preview on #DFABA4 background

This text has black color on #DFABA4 background.


White color preview on #DFABA4 background

This text has white color on #DFABA4 background.


Related colors

Complementary color

Complementary color for #hex is #20545B.


I love getcolorcode.com

Triadic colors

1 #A4DFAB and #ABA4DF with #DFABA4 are triadic colors.

2 #A4ABDF and #ABDFA4 with #DFABA4 are triadic colors.