COLOR #DFC2C6

HEX: #DFC2C6 RGB: (223,194,198)

Color info

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

RGB color model

#DFC2C6 color RGB value is (223,194,198).

RGB: (223,194,198) (87%, 76%, 78%)

RGB channels and saturation

R 223 of 255 = 87%
G 194 of 255 = 76%
B 198 of 255 = 78%

223
194
198

R + G + B ~ 80%. #DFC2C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 194 + 198 = 615 (100%)
R 223 of 615 ~ 36.26%
G 194 of 615 ~ 31.54%
B 198 of 615 ~ 32.2'%

%36.26
%31.54
%32.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.00%
  • yellow value is 11.21%
  • key color value is 12.55%
CMYK: (0,13,11,13) C0M13Y11K13 (0%,13%,11%,13%) (0.00/0.13/0.11/0.13) 

CMYK percentages

%0
%13
%11.21
%12.55

Codes

Color #DFC2C6 in popluar color models

DF C2 C6
RGB 223 194 198
HSL 352° 31.18% 81.76%
HSB/HSV 352° 13.00% 87.45%
CMYK 0.00% 13.00% 11.21%
12.55%

Color #DFC2C6 in popluar number systems.

HEX DF C2 C6
Decimal 223 194 198
Binary 11011111 11000010 11000110
Octal 337 302 306

Shades and tints

Shades of #DFC2C6

#DFC2C6
(223,194,198)
#CBB1B4
(203,177,180)
#B7A0A2
(183,160,162)
#A38F90
(163,143,144)
#8F7E7E
(143,126,126)
#7B6D6C
(123,109,108)
#675C5A
(103,92,90)
#534B48
(83,75,72)
#3F3A36
(63,58,54)
#2B2924
(43,41,36)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #DFC2C6

#DFC2C6
(223,194,198)
#E1C7CB
(225,199,203)
#E3CCD0
(227,204,208)
#E5D1D5
(229,209,213)
#E7D6DA
(231,214,218)
#E9DBDF
(233,219,223)
#EBE0E4
(235,224,228)
#EDE5E9
(237,229,233)
#EFEAEE
(239,234,238)
#F1EFF3
(241,239,243)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFC2C6 color. Also use rgb(223,194,198) instead hex code.

Text Font Color

.myTextColor { color: #DFC2C6; }

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

This text font color is #DFC2C6.

Background Color

.myBgColor { background-color: #DFC2C6; }

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

This div background color is #DFC2C6.

Border color

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

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

This div border color is #DFC2C6.

Opacity

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

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

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

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

This text has shadow with #DFC2C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFC2C6.

Preview

Color preview on black background

This text has color #DFC2C6 on black background.


Color preview on white background

This text has color #DFC2C6 on white background.


Black color preview on #DFC2C6 background

This text has black color on #DFC2C6 background.


White color preview on #DFC2C6 background

This text has white color on #DFC2C6 background.


Related colors

Complementary color

Complementary color for #hex is #203D39.


I love getcolorcode.com

Triadic colors

1 #C6DFC2 and #C2C6DF with #DFC2C6 are triadic colors.

2 #C6C2DF and #C2DFC6 with #DFC2C6 are triadic colors.