COLOR #DCB7CA

HEX: #DCB7CA
RGB: (220,183,202)

Color info

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

RGB color model

#DCB7CA color RGB value is (220,183,202).

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

RGB channels and saturation

R 220 of 255 = 86%
G 183 of 255 = 72%
B 202 of 255 = 79%

220
183
202

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

Portions of RGB colors in percentages

R + G + B =
220 + 183 + 202 = 605 (100%)
R 220 of 605 ~ 36.36%
G 183 of 605 ~ 30.25%
B 202 of 605 ~ 33.39%

%36.36
%30.25
%33.39

CMYK color model

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

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

Codes

Color #DCB7CA in popluar color models

DCB7CA
RGB220183202
HSL329°34.58%79.02%
HSB/HSV329°16.82%86.27%
CMYK0.00%16.82%8.18%
13.73%

Color #DCB7CA in popluar number systems.

HEXDCB7CA
Decimal220183202
Binary110111001011011111001010
Octal334267312

Shades and tints

Shades of #DCB7CA

#DCB7CA
(220,183,202)
#C8A7B8
(200,167,184)
#B497A6
(180,151,166)
#A08794
(160,135,148)
#8C7782
(140,119,130)
#786770
(120,103,112)
#64575E
(100,87,94)
#50474C
(80,71,76)
#3C373A
(60,55,58)
#282728
(40,39,40)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #DCB7CA

#DCB7CA
(220,183,202)
#DFBDCE
(223,189,206)
#E2C3D2
(226,195,210)
#E5C9D6
(229,201,214)
#E8CFDA
(232,207,218)
#EBD5DE
(235,213,222)
#EEDBE2
(238,219,226)
#F1E1E6
(241,225,230)
#F4E7EA
(244,231,234)
#F7EDEE
(247,237,238)
#FAF3F2
(250,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB7CA; }

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

This text font color is #DCB7CA.


Background Color

.myBgColor { background-color: #DCB7CA; }

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

This div background color is #DCB7CA.


Border color

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

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

This div border color is #DCB7CA.


Opacity

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

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

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

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

This text has shadow with #DCB7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB7CA on black background.


Color preview on white background

This text has color #DCB7CA on white background.



Black color preview on #DCB7CA background

This text has black color on #DCB7CA background.


White color preview on #DCB7CA background

This text has white color on #DCB7CA background.