COLOR #DFC7CC

HEX: #DFC7CC
RGB: (223,199,204)

Color info

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

RGB color model

#DFC7CC color RGB value is (223,199,204).

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

RGB channels and saturation

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

223
199
204

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

Portions of RGB colors in percentages

R + G + B =
223 + 199 + 204 = 626 (100%)
R 223 of 626 ~ 35.62%
G 199 of 626 ~ 31.79%
B 204 of 626 ~ 32.59%

%35.62
%31.79
%32.59

CMYK color model

#DFC7CC color CMYK value is (0,11,9,13).

  • cyan value is 0.00%
  • magenta value is 10.76%
  • yellow value is 8.52%
  • key color value is 12.55%
CMYK:
(0,11,9,13)
C0M11Y9K13 
(0%,11%,9%,13%)
(0.00/0.11/0.09/0.13)	

CMYK percentages

%0
%10.76
%8.52
%12.55

Codes

Color #DFC7CC in popluar color models

DFC7CC
RGB223199204
HSL348°27.27%82.75%
HSB/HSV348°10.76%87.45%
CMYK0.00%10.76%8.52%
12.55%

Color #DFC7CC in popluar number systems.

HEXDFC7CC
Decimal223199204
Binary110111111100011111001100
Octal337307314

Shades and tints

Shades of #DFC7CC

#DFC7CC
(223,199,204)
#CBB5BA
(203,181,186)
#B7A3A8
(183,163,168)
#A39196
(163,145,150)
#8F7F84
(143,127,132)
#7B6D72
(123,109,114)
#675B60
(103,91,96)
#53494E
(83,73,78)
#3F373C
(63,55,60)
#2B252A
(43,37,42)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #DFC7CC

#DFC7CC
(223,199,204)
#E1CCD0
(225,204,208)
#E3D1D4
(227,209,212)
#E5D6D8
(229,214,216)
#E7DBDC
(231,219,220)
#E9E0E0
(233,224,224)
#EBE5E4
(235,229,228)
#EDEAE8
(237,234,232)
#EFEFEC
(239,239,236)
#F1F4F0
(241,244,240)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC7CC; }

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

This text font color is #DFC7CC.


Background Color

.myBgColor { background-color: #DFC7CC; }

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

This div background color is #DFC7CC.


Border color

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

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

This div border color is #DFC7CC.


Opacity

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

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

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

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

This text has shadow with #DFC7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFC7CC on black background.


Color preview on white background

This text has color #DFC7CC on white background.



Black color preview on #DFC7CC background

This text has black color on #DFC7CC background.


White color preview on #DFC7CC background

This text has white color on #DFC7CC background.