COLOR #DFD0BE

HEX: #DFD0BE
RGB: (223,208,190)

Color info

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

RGB color model

#DFD0BE color RGB value is (223,208,190).

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

RGB channels and saturation

R 223 of 255 = 87%
G 208 of 255 = 82%
B 190 of 255 = 75%

223
208
190

R + G + B ~ 81%. #DFD0BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 208 + 190 = 621 (100%)
R 223 of 621 ~ 35.91%
G 208 of 621 ~ 33.49%
B 190 of 621 ~ 30.6%

%35.91
%33.49
%30.6

CMYK color model

#DFD0BE color CMYK value is (0,7,15,13).

  • cyan value is 0.00%
  • magenta value is 6.73%
  • yellow value is 14.80%
  • key color value is 12.55%
CMYK:
(0,7,15,13)
C0M7Y15K13 
(0%,7%,15%,13%)
(0.00/0.07/0.15/0.13)	

CMYK percentages

%0
%6.73
%14.8
%12.55

Codes

Color #DFD0BE in popluar color models

DFD0BE
RGB223208190
HSL33°34.02%80.98%
HSB/HSV33°14.80%87.45%
CMYK0.00%6.73%14.80%
12.55%

Color #DFD0BE in popluar number systems.

HEXDFD0BE
Decimal223208190
Binary110111111101000010111110
Octal337320276

Shades and tints

Shades of #DFD0BE

#DFD0BE
(223,208,190)
#CBBEAD
(203,190,173)
#B7AC9C
(183,172,156)
#A39A8B
(163,154,139)
#8F887A
(143,136,122)
#7B7669
(123,118,105)
#676458
(103,100,88)
#535247
(83,82,71)
#3F4036
(63,64,54)
#2B2E25
(43,46,37)
#171C14
(23,28,20)
#000000
(0,0,0)

Tints of #DFD0BE

#DFD0BE
(223,208,190)
#E1D4C3
(225,212,195)
#E3D8C8
(227,216,200)
#E5DCCD
(229,220,205)
#E7E0D2
(231,224,210)
#E9E4D7
(233,228,215)
#EBE8DC
(235,232,220)
#EDECE1
(237,236,225)
#EFF0E6
(239,240,230)
#F1F4EB
(241,244,235)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFD0BE; }

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

This text font color is #DFD0BE.


Background Color

.myBgColor { background-color: #DFD0BE; }

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

This div background color is #DFD0BE.


Border color

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

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

This div border color is #DFD0BE.


Opacity

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

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

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

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

This text has shadow with #DFD0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFD0BE on black background.


Color preview on white background

This text has color #DFD0BE on white background.



Black color preview on #DFD0BE background

This text has black color on #DFD0BE background.


White color preview on #DFD0BE background

This text has white color on #DFD0BE background.