COLOR #DFBFAB

HEX: #DFBFAB RGB: (223,191,171)

Color info

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

RGB color model

#DFBFAB color RGB value is (223,191,171).

RGB: (223,191,171) (87%, 75%, 67%)

RGB channels and saturation

R 223 of 255 = 87%
G 191 of 255 = 75%
B 171 of 255 = 67%

223
191
171

R + G + B ~ 76%. #DFBFAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 191 + 171 = 585 (100%)
R 223 of 585 ~ 38.12%
G 191 of 585 ~ 32.65%
B 171 of 585 ~ 29.23'%

%38.12
%32.65
%29.23

CMYK color model

#DFBFAB color CMYK value is (0,14,23,13).

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 23.32%
  • key color value is 12.55%
CMYK: (0,14,23,13) C0M14Y23K13 (0%,14%,23%,13%) (0.00/0.14/0.23/0.13) 

CMYK percentages

%0
%14.35
%23.32
%12.55

Codes

Color #DFBFAB in popluar color models

DF BF AB
RGB 223 191 171
HSL 23° 44.83% 77.25%
HSB/HSV 23° 23.32% 87.45%
CMYK 0.00% 14.35% 23.32%
12.55%

Color #DFBFAB in popluar number systems.

HEX DF BF AB
Decimal 223 191 171
Binary 11011111 10111111 10101011
Octal 337 277 253

Shades and tints

Shades of #DFBFAB

#DFBFAB
(223,191,171)
#CBAE9C
(203,174,156)
#B79D8D
(183,157,141)
#A38C7E
(163,140,126)
#8F7B6F
(143,123,111)
#7B6A60
(123,106,96)
#675951
(103,89,81)
#534842
(83,72,66)
#3F3733
(63,55,51)
#2B2624
(43,38,36)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #DFBFAB

#DFBFAB
(223,191,171)
#E1C4B2
(225,196,178)
#E3C9B9
(227,201,185)
#E5CEC0
(229,206,192)
#E7D3C7
(231,211,199)
#E9D8CE
(233,216,206)
#EBDDD5
(235,221,213)
#EDE2DC
(237,226,220)
#EFE7E3
(239,231,227)
#F1ECEA
(241,236,234)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFBFAB; }

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

This text font color is #DFBFAB.

Background Color

.myBgColor { background-color: #DFBFAB; }

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

This div background color is #DFBFAB.

Border color

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

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

This div border color is #DFBFAB.

Opacity

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

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

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

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

This text has shadow with #DFBFAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFBFAB.

Preview

Color preview on black background

This text has color #DFBFAB on black background.


Color preview on white background

This text has color #DFBFAB on white background.


Black color preview on #DFBFAB background

This text has black color on #DFBFAB background.


White color preview on #DFBFAB background

This text has white color on #DFBFAB background.


Related colors

Complementary color

Complementary color for #hex is #204054.


I love getcolorcode.com

Triadic colors

1 #ABDFBF and #BFABDF with #DFBFAB are triadic colors.

2 #ABBFDF and #BFDFAB with #DFBFAB are triadic colors.