COLOR #DFC6BE

HEX: #DFC6BE
RGB: (223,198,190)

Color info

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

RGB color model

#DFC6BE color RGB value is (223,198,190).

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

RGB channels and saturation

R 223 of 255 = 87%
G 198 of 255 = 78%
B 190 of 255 = 75%

223
198
190

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

Portions of RGB colors in percentages

R + G + B =
223 + 198 + 190 = 611 (100%)
R 223 of 611 ~ 36.5%
G 198 of 611 ~ 32.41%
B 190 of 611 ~ 31.1%

%36.5
%32.41
%31.1

CMYK color model

#DFC6BE color CMYK value is (0,11,15,13).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 14.80%
  • key color value is 12.55%
CMYK:
(0,11,15,13)
C0M11Y15K13 
(0%,11%,15%,13%)
(0.00/0.11/0.15/0.13)	

CMYK percentages

%0
%11.21
%14.8
%12.55

Codes

Color #DFC6BE in popluar color models

DFC6BE
RGB223198190
HSL15°34.02%80.98%
HSB/HSV15°14.80%87.45%
CMYK0.00%11.21%14.80%
12.55%

Color #DFC6BE in popluar number systems.

HEXDFC6BE
Decimal223198190
Binary110111111100011010111110
Octal337306276

Shades and tints

Shades of #DFC6BE

#DFC6BE
(223,198,190)
#CBB4AD
(203,180,173)
#B7A29C
(183,162,156)
#A3908B
(163,144,139)
#8F7E7A
(143,126,122)
#7B6C69
(123,108,105)
#675A58
(103,90,88)
#534847
(83,72,71)
#3F3636
(63,54,54)
#2B2425
(43,36,37)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #DFC6BE

#DFC6BE
(223,198,190)
#E1CBC3
(225,203,195)
#E3D0C8
(227,208,200)
#E5D5CD
(229,213,205)
#E7DAD2
(231,218,210)
#E9DFD7
(233,223,215)
#EBE4DC
(235,228,220)
#EDE9E1
(237,233,225)
#EFEEE6
(239,238,230)
#F1F3EB
(241,243,235)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC6BE; }

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

This text font color is #DFC6BE.


Background Color

.myBgColor { background-color: #DFC6BE; }

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

This div background color is #DFC6BE.


Border color

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

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

This div border color is #DFC6BE.


Opacity

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

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

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

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

This text has shadow with #DFC6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC6BE on black background.


Color preview on white background

This text has color #DFC6BE on white background.



Black color preview on #DFC6BE background

This text has black color on #DFC6BE background.


White color preview on #DFC6BE background

This text has white color on #DFC6BE background.