COLOR #DCC6CA

HEX: #DCC6CA
RGB: (220,198,202)

Color info

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

RGB color model

#DCC6CA color RGB value is (220,198,202).

  • red value is 220;
  • green value is 198;
  • blue value is 202.
RGB:
(220,198,202)
(86%,78%,79%)

RGB channels and saturation

R 220 of 255 = 86%
G 198 of 255 = 78%
B 202 of 255 = 79%

220
198
202

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

Portions of RGB colors in percentages

R + G + B =
220 + 198 + 202 = 620 (100%)
R 220 of 620 ~ 35.48%
G 198 of 620 ~ 31.94%
B 202 of 620 ~ 32.58%

%35.48
%31.94
%32.58

CMYK color model

#DCC6CA color CMYK value is (0,10,8,14).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 8.18%
  • key color value is 13.73%
CMYK:
(0,10,8,14)
C0M10Y8K14 
(0%,10%,8%,14%)
(0.00/0.10/0.08/0.14)	

CMYK percentages

%0
%10
%8.18
%13.73

Codes

Color #DCC6CA in popluar color models

DCC6CA
RGB220198202
HSL349°23.91%81.96%
HSB/HSV349°10.00%86.27%
CMYK0.00%10.00%8.18%
13.73%

Color #DCC6CA in popluar number systems.

HEXDCC6CA
Decimal220198202
Binary110111001100011011001010
Octal334306312

Shades and tints

Shades of #DCC6CA

#DCC6CA
(220,198,202)
#C8B4B8
(200,180,184)
#B4A2A6
(180,162,166)
#A09094
(160,144,148)
#8C7E82
(140,126,130)
#786C70
(120,108,112)
#645A5E
(100,90,94)
#50484C
(80,72,76)
#3C363A
(60,54,58)
#282428
(40,36,40)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #DCC6CA

#DCC6CA
(220,198,202)
#DFCBCE
(223,203,206)
#E2D0D2
(226,208,210)
#E5D5D6
(229,213,214)
#E8DADA
(232,218,218)
#EBDFDE
(235,223,222)
#EEE4E2
(238,228,226)
#F1E9E6
(241,233,230)
#F4EEEA
(244,238,234)
#F7F3EE
(247,243,238)
#FAF8F2
(250,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC6CA; }

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

This text font color is #DCC6CA.


Background Color

.myBgColor { background-color: #DCC6CA; }

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

This div background color is #DCC6CA.


Border color

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

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

This div border color is #DCC6CA.


Opacity

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

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

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

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

This text has shadow with #DCC6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC6CA on black background.


Color preview on white background

This text has color #DCC6CA on white background.



Black color preview on #DCC6CA background

This text has black color on #DCC6CA background.


White color preview on #DCC6CA background

This text has white color on #DCC6CA background.