COLOR #DFC2C5

HEX: #DFC2C5 RGB: (223,194,197)

Color info

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

RGB color model

#DFC2C5 color RGB value is (223,194,197).

RGB: (223,194,197) (87%, 76%, 77%)

RGB channels and saturation

R 223 of 255 = 87%
G 194 of 255 = 76%
B 197 of 255 = 77%

223
194
197

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

Portions of RGB colors in percentages

R + G + B = 223 + 194 + 197 = 614 (100%)
R 223 of 614 ~ 36.32%
G 194 of 614 ~ 31.6%
B 197 of 614 ~ 32.08'%

%36.32
%31.6
%32.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.00%
  • yellow value is 11.66%
  • key color value is 12.55%
CMYK: (0,13,12,13) C0M13Y12K13 (0%,13%,12%,13%) (0.00/0.13/0.12/0.13) 

CMYK percentages

%0
%13
%11.66
%12.55

Codes

Color #DFC2C5 in popluar color models

DF C2 C5
RGB 223 194 197
HSL 354° 31.18% 81.76%
HSB/HSV 354° 13.00% 87.45%
CMYK 0.00% 13.00% 11.66%
12.55%

Color #DFC2C5 in popluar number systems.

HEX DF C2 C5
Decimal 223 194 197
Binary 11011111 11000010 11000101
Octal 337 302 305

Shades and tints

Shades of #DFC2C5

#DFC2C5
(223,194,197)
#CBB1B4
(203,177,180)
#B7A0A3
(183,160,163)
#A38F92
(163,143,146)
#8F7E81
(143,126,129)
#7B6D70
(123,109,112)
#675C5F
(103,92,95)
#534B4E
(83,75,78)
#3F3A3D
(63,58,61)
#2B292C
(43,41,44)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #DFC2C5

#DFC2C5
(223,194,197)
#E1C7CA
(225,199,202)
#E3CCCF
(227,204,207)
#E5D1D4
(229,209,212)
#E7D6D9
(231,214,217)
#E9DBDE
(233,219,222)
#EBE0E3
(235,224,227)
#EDE5E8
(237,229,232)
#EFEAED
(239,234,237)
#F1EFF2
(241,239,242)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC2C5; }

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

This text font color is #DFC2C5.

Background Color

.myBgColor { background-color: #DFC2C5; }

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

This div background color is #DFC2C5.

Border color

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

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

This div border color is #DFC2C5.

Opacity

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

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

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

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

This text has shadow with #DFC2C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFC2C5.

Preview

Color preview on black background

This text has color #DFC2C5 on black background.


Color preview on white background

This text has color #DFC2C5 on white background.


Black color preview on #DFC2C5 background

This text has black color on #DFC2C5 background.


White color preview on #DFC2C5 background

This text has white color on #DFC2C5 background.


Related colors

Complementary color

Complementary color for #hex is #203D3A.


I love getcolorcode.com

Triadic colors

1 #C5DFC2 and #C2C5DF with #DFC2C5 are triadic colors.

2 #C5C2DF and #C2DFC5 with #DFC2C5 are triadic colors.