COLOR #DFC8C6

HEX: #DFC8C6 RGB: (223,200,198)

Color info

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

RGB color model

#DFC8C6 color RGB value is (223,200,198).

RGB: (223,200,198) (87%, 78%, 78%)

RGB channels and saturation

R 223 of 255 = 87%
G 200 of 255 = 78%
B 198 of 255 = 78%

223
200
198

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

Portions of RGB colors in percentages

R + G + B = 223 + 200 + 198 = 621 (100%)
R 223 of 621 ~ 35.91%
G 200 of 621 ~ 32.21%
B 198 of 621 ~ 31.88'%

%35.91
%32.21
%31.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.31%
  • yellow value is 11.21%
  • key color value is 12.55%
CMYK: (0,10,11,13) C0M10Y11K13 (0%,10%,11%,13%) (0.00/0.10/0.11/0.13) 

CMYK percentages

%0
%10.31
%11.21
%12.55

Codes

Color #DFC8C6 in popluar color models

DF C8 C6
RGB 223 200 198
HSL 28.09% 82.55%
HSB/HSV 11.21% 87.45%
CMYK 0.00% 10.31% 11.21%
12.55%

Color #DFC8C6 in popluar number systems.

HEX DF C8 C6
Decimal 223 200 198
Binary 11011111 11001000 11000110
Octal 337 310 306

Shades and tints

Shades of #DFC8C6

#DFC8C6
(223,200,198)
#CBB6B4
(203,182,180)
#B7A4A2
(183,164,162)
#A39290
(163,146,144)
#8F807E
(143,128,126)
#7B6E6C
(123,110,108)
#675C5A
(103,92,90)
#534A48
(83,74,72)
#3F3836
(63,56,54)
#2B2624
(43,38,36)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #DFC8C6

#DFC8C6
(223,200,198)
#E1CDCB
(225,205,203)
#E3D2D0
(227,210,208)
#E5D7D5
(229,215,213)
#E7DCDA
(231,220,218)
#E9E1DF
(233,225,223)
#EBE6E4
(235,230,228)
#EDEBE9
(237,235,233)
#EFF0EE
(239,240,238)
#F1F5F3
(241,245,243)
#F3FAF8
(243,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC8C6; }

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

This text font color is #DFC8C6.

Background Color

.myBgColor { background-color: #DFC8C6; }

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

This div background color is #DFC8C6.

Border color

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

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

This div border color is #DFC8C6.

Opacity

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

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

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

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

This text has shadow with #DFC8C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFC8C6.

Preview

Color preview on black background

This text has color #DFC8C6 on black background.


Color preview on white background

This text has color #DFC8C6 on white background.


Black color preview on #DFC8C6 background

This text has black color on #DFC8C6 background.


White color preview on #DFC8C6 background

This text has white color on #DFC8C6 background.


Related colors

Complementary color

Complementary color for #hex is #203739.


I love getcolorcode.com

Triadic colors

1 #C6DFC8 and #C8C6DF with #DFC8C6 are triadic colors.

2 #C6C8DF and #C8DFC6 with #DFC8C6 are triadic colors.