COLOR #DFD6BE

HEX: #DFD6BE
RGB: (223,214,190)

Color info

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

RGB color model

#DFD6BE color RGB value is (223,214,190).

  • red value is 223;
  • green value is 214;
  • blue value is 190.
RGB:
(223,214,190)
(87%,84%,75%)

RGB channels and saturation

R 223 of 255 = 87%
G 214 of 255 = 84%
B 190 of 255 = 75%

223
214
190

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

Portions of RGB colors in percentages

R + G + B =
223 + 214 + 190 = 627 (100%)
R 223 of 627 ~ 35.57%
G 214 of 627 ~ 34.13%
B 190 of 627 ~ 30.3%

%35.57
%34.13
%30.3

CMYK color model

#DFD6BE color CMYK value is (0,4,15,13).

  • cyan value is 0.00%
  • magenta value is 4.04%
  • yellow value is 14.80%
  • key color value is 12.55%
CMYK:
(0,4,15,13)
C0M4Y15K13 
(0%,4%,15%,13%)
(0.00/0.04/0.15/0.13)	

CMYK percentages

%0
%4.04
%14.8
%12.55

Codes

Color #DFD6BE in popluar color models

DFD6BE
RGB223214190
HSL44°34.02%80.98%
HSB/HSV44°14.80%87.45%
CMYK0.00%4.04%14.80%
12.55%

Color #DFD6BE in popluar number systems.

HEXDFD6BE
Decimal223214190
Binary110111111101011010111110
Octal337326276

Shades and tints

Shades of #DFD6BE

#DFD6BE
(223,214,190)
#CBC3AD
(203,195,173)
#B7B09C
(183,176,156)
#A39D8B
(163,157,139)
#8F8A7A
(143,138,122)
#7B7769
(123,119,105)
#676458
(103,100,88)
#535147
(83,81,71)
#3F3E36
(63,62,54)
#2B2B25
(43,43,37)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #DFD6BE

#DFD6BE
(223,214,190)
#E1D9C3
(225,217,195)
#E3DCC8
(227,220,200)
#E5DFCD
(229,223,205)
#E7E2D2
(231,226,210)
#E9E5D7
(233,229,215)
#EBE8DC
(235,232,220)
#EDEBE1
(237,235,225)
#EFEEE6
(239,238,230)
#F1F1EB
(241,241,235)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFD6BE color. Also use rgb(223,214,190) instead hex code.

Text Font Color

.myTextColor { color: #DFD6BE; }

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

This text font color is #DFD6BE.


Background Color

.myBgColor { background-color: #DFD6BE; }

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

This div background color is #DFD6BE.


Border color

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

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

This div border color is #DFD6BE.


Opacity

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

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

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

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

This text has shadow with #DFD6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD6BE on black background.


Color preview on white background

This text has color #DFD6BE on white background.



Black color preview on #DFD6BE background

This text has black color on #DFD6BE background.


White color preview on #DFD6BE background

This text has white color on #DFD6BE background.