COLOR #DFB6CA

HEX: #DFB6CA RGB: (223,182,202)

Color info

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

RGB color model

#DFB6CA color RGB value is (223,182,202).

RGB: (223,182,202) (87%, 71%, 79%)

RGB channels and saturation

R 223 of 255 = 87%
G 182 of 255 = 71%
B 202 of 255 = 79%

223
182
202

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

Portions of RGB colors in percentages

R + G + B = 223 + 182 + 202 = 607 (100%)
R 223 of 607 ~ 36.74%
G 182 of 607 ~ 29.98%
B 202 of 607 ~ 33.28'%

%36.74
%29.98
%33.28

CMYK color model

#DFB6CA color CMYK value is (0,18,9,13).

  • cyan value is 0.00%
  • magenta value is 18.39%
  • yellow value is 9.42%
  • key color value is 12.55%

CMYK: (0,18,9,13)
C0M18Y9K13 (0%, 18%, 9%, 13%)
(0.00 / 0.18 / 0.09 / 0.13)

CMYK percentages

%0
%18.39
%9.42
%12.55

Codes

Color #DFB6CA in popluar color models

DF B6 CA
RGB 223 182 202
HSL 331° 39.05% 79.41%
HSB/HSV 331° 18.39% 87.45%
CMYK 0.00% 18.39% 9.42%
12.55%

Color #DFB6CA in popluar number systems.

HEX DF B6 CA
Decimal 223 182 202
Binary 11011111 10110110 11001010
Octal 337 266 312

Shades and tints

Shades of #DFB6CA

#DFB6CA
(223,182,202)
#CBA6B8
(203,166,184)
#B796A6
(183,150,166)
#A38694
(163,134,148)
#8F7682
(143,118,130)
#7B6670
(123,102,112)
#67565E
(103,86,94)
#53464C
(83,70,76)
#3F363A
(63,54,58)
#2B2628
(43,38,40)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #DFB6CA

#DFB6CA
(223,182,202)
#E1BCCE
(225,188,206)
#E3C2D2
(227,194,210)
#E5C8D6
(229,200,214)
#E7CEDA
(231,206,218)
#E9D4DE
(233,212,222)
#EBDAE2
(235,218,226)
#EDE0E6
(237,224,230)
#EFE6EA
(239,230,234)
#F1ECEE
(241,236,238)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB6CA color. Also use rgb(223,182,202) instead hex code.

Text Font Color

.myTextColor { color: #DFB6CA; }

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

This text font color is #DFB6CA.

Background Color

.myBgColor { background-color: #DFB6CA; }

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

This div background color is #DFB6CA.

Border color

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

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

This div border color is #DFB6CA.

Opacity

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

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

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

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

This text has shadow with #DFB6CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB6CA.

Preview

Color preview on black background

This text has color #DFB6CA on black background.


Color preview on white background

This text has color #DFB6CA on white background.


Black color preview on #DFB6CA background

This text has black color on #DFB6CA background.


White color preview on #DFB6CA background

This text has white color on #DFB6CA background.


Related colors

Complementary color

Complementary color for #hex is #204935.


I love getcolorcode.com

Triadic colors

1 #CADFB6 and #B6CADF with #DFB6CA are triadic colors.

2 #CAB6DF and #B6DFCA with #DFB6CA are triadic colors.