COLOR #DFDABF

HEX: #DFDABF
RGB: (223,218,191)

Color info

#DFDABF contains red, green and blue colors in about the same proportion. Web safe color of #DFDABF is #CCCCCC (or #CCC).

RGB color model

#DFDABF color RGB value is (223,218,191).

  • red value is 223;
  • green value is 218;
  • blue value is 191.
RGB:
(223,218,191)
(87%,85%,75%)

RGB channels and saturation

R 223 of 255 = 87%
G 218 of 255 = 85%
B 191 of 255 = 75%

223
218
191

R + G + B ~ 82%. #DFDABF is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 218 + 191 = 632 (100%)
R 223 of 632 ~ 35.28%
G 218 of 632 ~ 34.49%
B 191 of 632 ~ 30.22%

%35.28
%34.49
%30.22

CMYK color model

#DFDABF color CMYK value is (0,2,14,13).

  • cyan value is 0.00%
  • magenta value is 2.24%
  • yellow value is 14.35%
  • key color value is 12.55%
CMYK:
(0,2,14,13)
C0M2Y14K13 
(0%,2%,14%,13%)
(0.00/0.02/0.14/0.13)	

CMYK percentages

%0
%2.24
%14.35
%12.55

Codes

Color #DFDABF in popluar color models

DFDABF
RGB223218191
HSL51°33.33%81.18%
HSB/HSV51°14.35%87.45%
CMYK0.00%2.24%14.35%
12.55%

Color #DFDABF in popluar number systems.

HEXDFDABF
Decimal223218191
Binary110111111101101010111111
Octal337332277

Shades and tints

Shades of #DFDABF

#DFDABF
(223,218,191)
#CBC7AE
(203,199,174)
#B7B49D
(183,180,157)
#A3A18C
(163,161,140)
#8F8E7B
(143,142,123)
#7B7B6A
(123,123,106)
#676859
(103,104,89)
#535548
(83,85,72)
#3F4237
(63,66,55)
#2B2F26
(43,47,38)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #DFDABF

#DFDABF
(223,218,191)
#E1DDC4
(225,221,196)
#E3E0C9
(227,224,201)
#E5E3CE
(229,227,206)
#E7E6D3
(231,230,211)
#E9E9D8
(233,233,216)
#EBECDD
(235,236,221)
#EDEFE2
(237,239,226)
#EFF2E7
(239,242,231)
#F1F5EC
(241,245,236)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDABF; }

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

This text font color is #DFDABF.


Background Color

.myBgColor { background-color: #DFDABF; }

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

This div background color is #DFDABF.


Border color

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

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

This div border color is #DFDABF.


Opacity

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

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

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

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

This text has shadow with #DFDABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDABF on black background.


Color preview on white background

This text has color #DFDABF on white background.



Black color preview on #DFDABF background

This text has black color on #DFDABF background.


White color preview on #DFDABF background

This text has white color on #DFDABF background.