COLOR #DFCCC8

HEX: #DFCCC8
RGB: (223,204,200)

Color info

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

RGB color model

#DFCCC8 color RGB value is (223,204,200).

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

RGB channels and saturation

R 223 of 255 = 87%
G 204 of 255 = 80%
B 200 of 255 = 78%

223
204
200

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

Portions of RGB colors in percentages

R + G + B =
223 + 204 + 200 = 627 (100%)
R 223 of 627 ~ 35.57%
G 204 of 627 ~ 32.54%
B 200 of 627 ~ 31.9%

%35.57
%32.54
%31.9

CMYK color model

#DFCCC8 color CMYK value is (0,9,10,13).

  • cyan value is 0.00%
  • magenta value is 8.52%
  • yellow value is 10.31%
  • key color value is 12.55%
CMYK:
(0,9,10,13)
C0M9Y10K13 
(0%,9%,10%,13%)
(0.00/0.09/0.10/0.13)	

CMYK percentages

%0
%8.52
%10.31
%12.55

Codes

Color #DFCCC8 in popluar color models

DFCCC8
RGB223204200
HSL10°26.44%82.94%
HSB/HSV10°10.31%87.45%
CMYK0.00%8.52%10.31%
12.55%

Color #DFCCC8 in popluar number systems.

HEXDFCCC8
Decimal223204200
Binary110111111100110011001000
Octal337314310

Shades and tints

Shades of #DFCCC8

#DFCCC8
(223,204,200)
#CBBAB6
(203,186,182)
#B7A8A4
(183,168,164)
#A39692
(163,150,146)
#8F8480
(143,132,128)
#7B726E
(123,114,110)
#67605C
(103,96,92)
#534E4A
(83,78,74)
#3F3C38
(63,60,56)
#2B2A26
(43,42,38)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #DFCCC8

#DFCCC8
(223,204,200)
#E1D0CD
(225,208,205)
#E3D4D2
(227,212,210)
#E5D8D7
(229,216,215)
#E7DCDC
(231,220,220)
#E9E0E1
(233,224,225)
#EBE4E6
(235,228,230)
#EDE8EB
(237,232,235)
#EFECF0
(239,236,240)
#F1F0F5
(241,240,245)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFCCC8; }

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

This text font color is #DFCCC8.


Background Color

.myBgColor { background-color: #DFCCC8; }

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

This div background color is #DFCCC8.


Border color

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

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

This div border color is #DFCCC8.


Opacity

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

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

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

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

This text has shadow with #DFCCC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFCCC8 on black background.


Color preview on white background

This text has color #DFCCC8 on white background.



Black color preview on #DFCCC8 background

This text has black color on #DFCCC8 background.


White color preview on #DFCCC8 background

This text has white color on #DFCCC8 background.