COLOR #DFCEBF

HEX: #DFCEBF
RGB: (223,206,191)

Color info

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

RGB color model

#DFCEBF color RGB value is (223,206,191).

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

RGB channels and saturation

R 223 of 255 = 87%
G 206 of 255 = 81%
B 191 of 255 = 75%

223
206
191

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

Portions of RGB colors in percentages

R + G + B =
223 + 206 + 191 = 620 (100%)
R 223 of 620 ~ 35.97%
G 206 of 620 ~ 33.23%
B 191 of 620 ~ 30.81%

%35.97
%33.23
%30.81

CMYK color model

#DFCEBF color CMYK value is (0,8,14,13).

  • cyan value is 0.00%
  • magenta value is 7.62%
  • yellow value is 14.35%
  • key color value is 12.55%
CMYK:
(0,8,14,13)
C0M8Y14K13 
(0%,8%,14%,13%)
(0.00/0.08/0.14/0.13)	

CMYK percentages

%0
%7.62
%14.35
%12.55

Codes

Color #DFCEBF in popluar color models

DFCEBF
RGB223206191
HSL28°33.33%81.18%
HSB/HSV28°14.35%87.45%
CMYK0.00%7.62%14.35%
12.55%

Color #DFCEBF in popluar number systems.

HEXDFCEBF
Decimal223206191
Binary110111111100111010111111
Octal337316277

Shades and tints

Shades of #DFCEBF

#DFCEBF
(223,206,191)
#CBBCAE
(203,188,174)
#B7AA9D
(183,170,157)
#A3988C
(163,152,140)
#8F867B
(143,134,123)
#7B746A
(123,116,106)
#676259
(103,98,89)
#535048
(83,80,72)
#3F3E37
(63,62,55)
#2B2C26
(43,44,38)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #DFCEBF

#DFCEBF
(223,206,191)
#E1D2C4
(225,210,196)
#E3D6C9
(227,214,201)
#E5DACE
(229,218,206)
#E7DED3
(231,222,211)
#E9E2D8
(233,226,216)
#EBE6DD
(235,230,221)
#EDEAE2
(237,234,226)
#EFEEE7
(239,238,231)
#F1F2EC
(241,242,236)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFCEBF; }

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

This text font color is #DFCEBF.


Background Color

.myBgColor { background-color: #DFCEBF; }

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

This div background color is #DFCEBF.


Border color

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

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

This div border color is #DFCEBF.


Opacity

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

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

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

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

This text has shadow with #DFCEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCEBF on black background.


Color preview on white background

This text has color #DFCEBF on white background.



Black color preview on #DFCEBF background

This text has black color on #DFCEBF background.


White color preview on #DFCEBF background

This text has white color on #DFCEBF background.