COLOR #DCC5CA

HEX: #DCC5CA
RGB: (220,197,202)

Color info

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

RGB color model

#DCC5CA color RGB value is (220,197,202).

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

RGB channels and saturation

R 220 of 255 = 86%
G 197 of 255 = 77%
B 202 of 255 = 79%

220
197
202

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

Portions of RGB colors in percentages

R + G + B =
220 + 197 + 202 = 619 (100%)
R 220 of 619 ~ 35.54%
G 197 of 619 ~ 31.83%
B 202 of 619 ~ 32.63%

%35.54
%31.83
%32.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.45%
  • 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.45
%8.18
%13.73

Codes

Color #DCC5CA in popluar color models

DCC5CA
RGB220197202
HSL347°24.73%81.76%
HSB/HSV347°10.45%86.27%
CMYK0.00%10.45%8.18%
13.73%

Color #DCC5CA in popluar number systems.

HEXDCC5CA
Decimal220197202
Binary110111001100010111001010
Octal334305312

Shades and tints

Shades of #DCC5CA

#DCC5CA
(220,197,202)
#C8B4B8
(200,180,184)
#B4A3A6
(180,163,166)
#A09294
(160,146,148)
#8C8182
(140,129,130)
#787070
(120,112,112)
#645F5E
(100,95,94)
#504E4C
(80,78,76)
#3C3D3A
(60,61,58)
#282C28
(40,44,40)
#141B16
(20,27,22)
#000000
(0,0,0)

Tints of #DCC5CA

#DCC5CA
(220,197,202)
#DFCACE
(223,202,206)
#E2CFD2
(226,207,210)
#E5D4D6
(229,212,214)
#E8D9DA
(232,217,218)
#EBDEDE
(235,222,222)
#EEE3E2
(238,227,226)
#F1E8E6
(241,232,230)
#F4EDEA
(244,237,234)
#F7F2EE
(247,242,238)
#FAF7F2
(250,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC5CA; }

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

This text font color is #DCC5CA.


Background Color

.myBgColor { background-color: #DCC5CA; }

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

This div background color is #DCC5CA.


Border color

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

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

This div border color is #DCC5CA.


Opacity

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

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

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

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

This text has shadow with #DCC5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC5CA on black background.


Color preview on white background

This text has color #DCC5CA on white background.



Black color preview on #DCC5CA background

This text has black color on #DCC5CA background.


White color preview on #DCC5CA background

This text has white color on #DCC5CA background.