COLOR #DFC6BA

HEX: #DFC6BA RGB: (223,198,186)

Color info

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

RGB color model

#DFC6BA color RGB value is (223,198,186).

RGB: (223,198,186) (87%, 78%, 73%)

RGB channels and saturation

R 223 of 255 = 87%
G 198 of 255 = 78%
B 186 of 255 = 73%

223
198
186

R + G + B ~ 79%. #DFC6BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 198 + 186 = 607 (100%)
R 223 of 607 ~ 36.74%
G 198 of 607 ~ 32.62%
B 186 of 607 ~ 30.64'%

%36.74
%32.62
%30.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 16.59%
  • key color value is 12.55%
CMYK: (0,11,17,13) C0M11Y17K13 (0%,11%,17%,13%) (0.00/0.11/0.17/0.13) 

CMYK percentages

%0
%11.21
%16.59
%12.55

Codes

Color #DFC6BA in popluar color models

DF C6 BA
RGB 223 198 186
HSL 19° 36.63% 80.20%
HSB/HSV 19° 16.59% 87.45%
CMYK 0.00% 11.21% 16.59%
12.55%

Color #DFC6BA in popluar number systems.

HEX DF C6 BA
Decimal 223 198 186
Binary 11011111 11000110 10111010
Octal 337 306 272

Shades and tints

Shades of #DFC6BA

#DFC6BA
(223,198,186)
#CBB4AA
(203,180,170)
#B7A29A
(183,162,154)
#A3908A
(163,144,138)
#8F7E7A
(143,126,122)
#7B6C6A
(123,108,106)
#675A5A
(103,90,90)
#53484A
(83,72,74)
#3F363A
(63,54,58)
#2B242A
(43,36,42)
#17121A
(23,18,26)
#000000
(0,0,0)

Tints of #DFC6BA

#DFC6BA
(223,198,186)
#E1CBC0
(225,203,192)
#E3D0C6
(227,208,198)
#E5D5CC
(229,213,204)
#E7DAD2
(231,218,210)
#E9DFD8
(233,223,216)
#EBE4DE
(235,228,222)
#EDE9E4
(237,233,228)
#EFEEEA
(239,238,234)
#F1F3F0
(241,243,240)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFC6BA; }

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

This text font color is #DFC6BA.

Background Color

.myBgColor { background-color: #DFC6BA; }

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

This div background color is #DFC6BA.

Border color

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

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

This div border color is #DFC6BA.

Opacity

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

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

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

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

This text has shadow with #DFC6BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFC6BA.

Preview

Color preview on black background

This text has color #DFC6BA on black background.


Color preview on white background

This text has color #DFC6BA on white background.


Black color preview on #DFC6BA background

This text has black color on #DFC6BA background.


White color preview on #DFC6BA background

This text has white color on #DFC6BA background.


Related colors

Complementary color

Complementary color for #hex is #203945.


I love getcolorcode.com

Triadic colors

1 #BADFC6 and #C6BADF with #DFC6BA are triadic colors.

2 #BAC6DF and #C6DFBA with #DFC6BA are triadic colors.