COLOR #DCB6CA

HEX: #DCB6CA RGB: (220,182,202)

Color info

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

RGB color model

#DCB6CA color RGB value is (220,182,202).

RGB: (220,182,202) (86%, 71%, 79%)

RGB channels and saturation

R 220 of 255 = 86%
G 182 of 255 = 71%
B 202 of 255 = 79%

220
182
202

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

Portions of RGB colors in percentages

R + G + B = 220 + 182 + 202 = 604 (100%)
R 220 of 604 ~ 36.42%
G 182 of 604 ~ 30.13%
B 202 of 604 ~ 33.44'%

%36.42
%30.13
%33.44

CMYK color model

#DCB6CA color CMYK value is (0,17,8,14).

  • cyan value is 0.00%
  • magenta value is 17.27%
  • yellow value is 8.18%
  • key color value is 13.73%

CMYK: (0,17,8,14)
C0M17Y8K14 (0%, 17%, 8%, 14%)
(0.00 / 0.17 / 0.08 / 0.14)

CMYK percentages

%0
%17.27
%8.18
%13.73

Codes

Color #DCB6CA in popluar color models

DC B6 CA
RGB 220 182 202
HSL 328° 35.19% 78.82%
HSB/HSV 328° 17.27% 86.27%
CMYK 0.00% 17.27% 8.18%
13.73%

Color #DCB6CA in popluar number systems.

HEX DC B6 CA
Decimal 220 182 202
Binary 11011100 10110110 11001010
Octal 334 266 312

Shades and tints

Shades of #DCB6CA

#DCB6CA
(220,182,202)
#C8A6B8
(200,166,184)
#B496A6
(180,150,166)
#A08694
(160,134,148)
#8C7682
(140,118,130)
#786670
(120,102,112)
#64565E
(100,86,94)
#50464C
(80,70,76)
#3C363A
(60,54,58)
#282628
(40,38,40)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #DCB6CA

#DCB6CA
(220,182,202)
#DFBCCE
(223,188,206)
#E2C2D2
(226,194,210)
#E5C8D6
(229,200,214)
#E8CEDA
(232,206,218)
#EBD4DE
(235,212,222)
#EEDAE2
(238,218,226)
#F1E0E6
(241,224,230)
#F4E6EA
(244,230,234)
#F7ECEE
(247,236,238)
#FAF2F2
(250,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB6CA; }

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

This text font color is #DCB6CA.

Background Color

.myBgColor { background-color: #DCB6CA; }

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

This div background color is #DCB6CA.

Border color

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

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

This div border color is #DCB6CA.

Opacity

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

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

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

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

This text has shadow with #DCB6CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB6CA.

Preview

Color preview on black background

This text has color #DCB6CA on black background.


Color preview on white background

This text has color #DCB6CA on white background.


Black color preview on #DCB6CA background

This text has black color on #DCB6CA background.


White color preview on #DCB6CA background

This text has white color on #DCB6CA background.


Related colors

Complementary color

Complementary color for #hex is #234935.


I love getcolorcode.com

Triadic colors

1 #CADCB6 and #B6CADC with #DCB6CA are triadic colors.

2 #CAB6DC and #B6DCCA with #DCB6CA are triadic colors.