COLOR #DFC8BD

HEX: #DFC8BD
RGB: (223,200,189)

Color info

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

RGB color model

#DFC8BD color RGB value is (223,200,189).

  • red value is 223;
  • green value is 200;
  • blue value is 189.
RGB:
(223,200,189)
(87%,78%,74%)

RGB channels and saturation

R 223 of 255 = 87%
G 200 of 255 = 78%
B 189 of 255 = 74%

223
200
189

R + G + B ~ 80%. #DFC8BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 200 + 189 = 612 (100%)
R 223 of 612 ~ 36.44%
G 200 of 612 ~ 32.68%
B 189 of 612 ~ 30.88%

%36.44
%32.68
%30.88

CMYK color model

#DFC8BD color CMYK value is (0,10,15,13).

  • cyan value is 0.00%
  • magenta value is 10.31%
  • yellow value is 15.25%
  • key color value is 12.55%
CMYK:
(0,10,15,13)
C0M10Y15K13 
(0%,10%,15%,13%)
(0.00/0.10/0.15/0.13)	

CMYK percentages

%0
%10.31
%15.25
%12.55

Codes

Color #DFC8BD in popluar color models

DFC8BD
RGB223200189
HSL19°34.69%80.78%
HSB/HSV19°15.25%87.45%
CMYK0.00%10.31%15.25%
12.55%

Color #DFC8BD in popluar number systems.

HEXDFC8BD
Decimal223200189
Binary110111111100100010111101
Octal337310275

Shades and tints

Shades of #DFC8BD

#DFC8BD
(223,200,189)
#CBB6AC
(203,182,172)
#B7A49B
(183,164,155)
#A3928A
(163,146,138)
#8F8079
(143,128,121)
#7B6E68
(123,110,104)
#675C57
(103,92,87)
#534A46
(83,74,70)
#3F3835
(63,56,53)
#2B2624
(43,38,36)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #DFC8BD

#DFC8BD
(223,200,189)
#E1CDC3
(225,205,195)
#E3D2C9
(227,210,201)
#E5D7CF
(229,215,207)
#E7DCD5
(231,220,213)
#E9E1DB
(233,225,219)
#EBE6E1
(235,230,225)
#EDEBE7
(237,235,231)
#EFF0ED
(239,240,237)
#F1F5F3
(241,245,243)
#F3FAF9
(243,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC8BD color. Also use rgb(223,200,189) instead hex code.

Text Font Color

.myTextColor { color: #DFC8BD; }

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

This text font color is #DFC8BD.


Background Color

.myBgColor { background-color: #DFC8BD; }

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

This div background color is #DFC8BD.


Border color

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

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

This div border color is #DFC8BD.


Opacity

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

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

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

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

This text has shadow with #DFC8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC8BD on black background.


Color preview on white background

This text has color #DFC8BD on white background.



Black color preview on #DFC8BD background

This text has black color on #DFC8BD background.


White color preview on #DFC8BD background

This text has white color on #DFC8BD background.