COLOR #DFC6CB

HEX: #DFC6CB RGB: (223,198,203)

Color info

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

RGB color model

#DFC6CB color RGB value is (223,198,203).

RGB: (223,198,203) (87%, 78%, 80%)

RGB channels and saturation

R 223 of 255 = 87%
G 198 of 255 = 78%
B 203 of 255 = 80%

223
198
203

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

Portions of RGB colors in percentages

R + G + B = 223 + 198 + 203 = 624 (100%)
R 223 of 624 ~ 35.74%
G 198 of 624 ~ 31.73%
B 203 of 624 ~ 32.53'%

%35.74
%31.73
%32.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 8.97%
  • 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
%11.21
%8.97
%12.55

Codes

Color #DFC6CB in popluar color models

DF C6 CB
RGB 223 198 203
HSL 348° 28.09% 82.55%
HSB/HSV 348° 11.21% 87.45%
CMYK 0.00% 11.21% 8.97%
12.55%

Color #DFC6CB in popluar number systems.

HEX DF C6 CB
Decimal 223 198 203
Binary 11011111 11000110 11001011
Octal 337 306 313

Shades and tints

Shades of #DFC6CB

#DFC6CB
(223,198,203)
#CBB4B9
(203,180,185)
#B7A2A7
(183,162,167)
#A39095
(163,144,149)
#8F7E83
(143,126,131)
#7B6C71
(123,108,113)
#675A5F
(103,90,95)
#53484D
(83,72,77)
#3F363B
(63,54,59)
#2B2429
(43,36,41)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #DFC6CB

#DFC6CB
(223,198,203)
#E1CBCF
(225,203,207)
#E3D0D3
(227,208,211)
#E5D5D7
(229,213,215)
#E7DADB
(231,218,219)
#E9DFDF
(233,223,223)
#EBE4E3
(235,228,227)
#EDE9E7
(237,233,231)
#EFEEEB
(239,238,235)
#F1F3EF
(241,243,239)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC6CB; }

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

This text font color is #DFC6CB.

Background Color

.myBgColor { background-color: #DFC6CB; }

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

This div background color is #DFC6CB.

Border color

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

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

This div border color is #DFC6CB.

Opacity

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

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

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

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

This text has shadow with #DFC6CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFC6CB.

Preview

Color preview on black background

This text has color #DFC6CB on black background.


Color preview on white background

This text has color #DFC6CB on white background.


Black color preview on #DFC6CB background

This text has black color on #DFC6CB background.


White color preview on #DFC6CB background

This text has white color on #DFC6CB background.


Related colors

Complementary color

Complementary color for #hex is #203934.


I love getcolorcode.com

Triadic colors

1 #CBDFC6 and #C6CBDF with #DFC6CB are triadic colors.

2 #CBC6DF and #C6DFCB with #DFC6CB are triadic colors.