COLOR #DFC4CC

HEX: #DFC4CC
RGB: (223,196,204)

Color info

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

RGB color model

#DFC4CC color RGB value is (223,196,204).

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

RGB channels and saturation

R 223 of 255 = 87%
G 196 of 255 = 77%
B 204 of 255 = 80%

223
196
204

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

Portions of RGB colors in percentages

R + G + B =
223 + 196 + 204 = 623 (100%)
R 223 of 623 ~ 35.79%
G 196 of 623 ~ 31.46%
B 204 of 623 ~ 32.74%

%35.79
%31.46
%32.74

CMYK color model

#DFC4CC color CMYK value is (0,12,9,13).

  • cyan value is 0.00%
  • magenta value is 12.11%
  • yellow value is 8.52%
  • key color value is 12.55%
CMYK:
(0,12,9,13)
C0M12Y9K13 
(0%,12%,9%,13%)
(0.00/0.12/0.09/0.13)	

CMYK percentages

%0
%12.11
%8.52
%12.55

Codes

Color #DFC4CC in popluar color models

DFC4CC
RGB223196204
HSL342°29.67%82.16%
HSB/HSV342°12.11%87.45%
CMYK0.00%12.11%8.52%
12.55%

Color #DFC4CC in popluar number systems.

HEXDFC4CC
Decimal223196204
Binary110111111100010011001100
Octal337304314

Shades and tints

Shades of #DFC4CC

#DFC4CC
(223,196,204)
#CBB3BA
(203,179,186)
#B7A2A8
(183,162,168)
#A39196
(163,145,150)
#8F8084
(143,128,132)
#7B6F72
(123,111,114)
#675E60
(103,94,96)
#534D4E
(83,77,78)
#3F3C3C
(63,60,60)
#2B2B2A
(43,43,42)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #DFC4CC

#DFC4CC
(223,196,204)
#E1C9D0
(225,201,208)
#E3CED4
(227,206,212)
#E5D3D8
(229,211,216)
#E7D8DC
(231,216,220)
#E9DDE0
(233,221,224)
#EBE2E4
(235,226,228)
#EDE7E8
(237,231,232)
#EFECEC
(239,236,236)
#F1F1F0
(241,241,240)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC4CC; }

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

This text font color is #DFC4CC.


Background Color

.myBgColor { background-color: #DFC4CC; }

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

This div background color is #DFC4CC.


Border color

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

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

This div border color is #DFC4CC.


Opacity

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

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

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

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

This text has shadow with #DFC4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC4CC on black background.


Color preview on white background

This text has color #DFC4CC on white background.



Black color preview on #DFC4CC background

This text has black color on #DFC4CC background.


White color preview on #DFC4CC background

This text has white color on #DFC4CC background.