COLOR #DFCEC9

HEX: #DFCEC9
RGB: (223,206,201)

Color info

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

RGB color model

#DFCEC9 color RGB value is (223,206,201).

  • red value is 223;
  • green value is 206;
  • blue value is 201.
RGB:
(223,206,201)
(87%,81%,79%)

RGB channels and saturation

R 223 of 255 = 87%
G 206 of 255 = 81%
B 201 of 255 = 79%

223
206
201

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

Portions of RGB colors in percentages

R + G + B =
223 + 206 + 201 = 630 (100%)
R 223 of 630 ~ 35.4%
G 206 of 630 ~ 32.7%
B 201 of 630 ~ 31.9%

%35.4
%32.7
%31.9

CMYK color model

#DFCEC9 color CMYK value is (0,8,10,13).

  • cyan value is 0.00%
  • magenta value is 7.62%
  • yellow value is 9.87%
  • key color value is 12.55%
CMYK:
(0,8,10,13)
C0M8Y10K13 
(0%,8%,10%,13%)
(0.00/0.08/0.10/0.13)	

CMYK percentages

%0
%7.62
%9.87
%12.55

Codes

Color #DFCEC9 in popluar color models

DFCEC9
RGB223206201
HSL14°25.58%83.14%
HSB/HSV14°9.87%87.45%
CMYK0.00%7.62%9.87%
12.55%

Color #DFCEC9 in popluar number systems.

HEXDFCEC9
Decimal223206201
Binary110111111100111011001001
Octal337316311

Shades and tints

Shades of #DFCEC9

#DFCEC9
(223,206,201)
#CBBCB7
(203,188,183)
#B7AAA5
(183,170,165)
#A39893
(163,152,147)
#8F8681
(143,134,129)
#7B746F
(123,116,111)
#67625D
(103,98,93)
#53504B
(83,80,75)
#3F3E39
(63,62,57)
#2B2C27
(43,44,39)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #DFCEC9

#DFCEC9
(223,206,201)
#E1D2CD
(225,210,205)
#E3D6D1
(227,214,209)
#E5DAD5
(229,218,213)
#E7DED9
(231,222,217)
#E9E2DD
(233,226,221)
#EBE6E1
(235,230,225)
#EDEAE5
(237,234,229)
#EFEEE9
(239,238,233)
#F1F2ED
(241,242,237)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFCEC9 color. Also use rgb(223,206,201) instead hex code.

Text Font Color

.myTextColor { color: #DFCEC9; }

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

This text font color is #DFCEC9.


Background Color

.myBgColor { background-color: #DFCEC9; }

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

This div background color is #DFCEC9.


Border color

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

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

This div border color is #DFCEC9.


Opacity

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

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

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

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

This text has shadow with #DFCEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCEC9 on black background.


Color preview on white background

This text has color #DFCEC9 on white background.



Black color preview on #DFCEC9 background

This text has black color on #DFCEC9 background.


White color preview on #DFCEC9 background

This text has white color on #DFCEC9 background.