COLOR #DCC9CA

HEX: #DCC9CA
RGB: (220,201,202)

Color info

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

RGB color model

#DCC9CA color RGB value is (220,201,202).

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

RGB channels and saturation

R 220 of 255 = 86%
G 201 of 255 = 79%
B 202 of 255 = 79%

220
201
202

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

Portions of RGB colors in percentages

R + G + B =
220 + 201 + 202 = 623 (100%)
R 220 of 623 ~ 35.31%
G 201 of 623 ~ 32.26%
B 202 of 623 ~ 32.42%

%35.31
%32.26
%32.42

CMYK color model

#DCC9CA color CMYK value is (0,9,8,14).

  • cyan value is 0.00%
  • magenta value is 8.64%
  • yellow value is 8.18%
  • key color value is 13.73%
CMYK:
(0,9,8,14)
C0M9Y8K14 
(0%,9%,8%,14%)
(0.00/0.09/0.08/0.14)	

CMYK percentages

%0
%8.64
%8.18
%13.73

Codes

Color #DCC9CA in popluar color models

DCC9CA
RGB220201202
HSL357°21.35%82.55%
HSB/HSV357°8.64%86.27%
CMYK0.00%8.64%8.18%
13.73%

Color #DCC9CA in popluar number systems.

HEXDCC9CA
Decimal220201202
Binary110111001100100111001010
Octal334311312

Shades and tints

Shades of #DCC9CA

#DCC9CA
(220,201,202)
#C8B7B8
(200,183,184)
#B4A5A6
(180,165,166)
#A09394
(160,147,148)
#8C8182
(140,129,130)
#786F70
(120,111,112)
#645D5E
(100,93,94)
#504B4C
(80,75,76)
#3C393A
(60,57,58)
#282728
(40,39,40)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #DCC9CA

#DCC9CA
(220,201,202)
#DFCDCE
(223,205,206)
#E2D1D2
(226,209,210)
#E5D5D6
(229,213,214)
#E8D9DA
(232,217,218)
#EBDDDE
(235,221,222)
#EEE1E2
(238,225,226)
#F1E5E6
(241,229,230)
#F4E9EA
(244,233,234)
#F7EDEE
(247,237,238)
#FAF1F2
(250,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC9CA; }

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

This text font color is #DCC9CA.


Background Color

.myBgColor { background-color: #DCC9CA; }

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

This div background color is #DCC9CA.


Border color

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

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

This div border color is #DCC9CA.


Opacity

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

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

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

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

This text has shadow with #DCC9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC9CA on black background.


Color preview on white background

This text has color #DCC9CA on white background.



Black color preview on #DCC9CA background

This text has black color on #DCC9CA background.


White color preview on #DCC9CA background

This text has white color on #DCC9CA background.