COLOR #DCB1CA

HEX: #DCB1CA
RGB: (220,177,202)

Color info

#DCB1CA contains red, green and blue colors in about the same proportion. Web safe color of #DCB1CA is #CC99CC (or #C9C).

RGB color model

#DCB1CA color RGB value is (220,177,202).

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

RGB channels and saturation

R 220 of 255 = 86%
G 177 of 255 = 69%
B 202 of 255 = 79%

220
177
202

R + G + B ~ 78%. #DCB1CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 177 + 202 = 599 (100%)
R 220 of 599 ~ 36.73%
G 177 of 599 ~ 29.55%
B 202 of 599 ~ 33.72%

%36.73
%29.55
%33.72

CMYK color model

#DCB1CA color CMYK value is (0,20,8,14).

  • cyan value is 0.00%
  • magenta value is 19.55%
  • yellow value is 8.18%
  • key color value is 13.73%
CMYK:
(0,20,8,14)
C0M20Y8K14 
(0%,20%,8%,14%)
(0.00/0.20/0.08/0.14)	

CMYK percentages

%0
%19.55
%8.18
%13.73

Codes

Color #DCB1CA in popluar color models

DCB1CA
RGB220177202
HSL325°38.05%77.84%
HSB/HSV325°19.55%86.27%
CMYK0.00%19.55%8.18%
13.73%

Color #DCB1CA in popluar number systems.

HEXDCB1CA
Decimal220177202
Binary110111001011000111001010
Octal334261312

Shades and tints

Shades of #DCB1CA

#DCB1CA
(220,177,202)
#C8A1B8
(200,161,184)
#B491A6
(180,145,166)
#A08194
(160,129,148)
#8C7182
(140,113,130)
#786170
(120,97,112)
#64515E
(100,81,94)
#50414C
(80,65,76)
#3C313A
(60,49,58)
#282128
(40,33,40)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #DCB1CA

#DCB1CA
(220,177,202)
#DFB8CE
(223,184,206)
#E2BFD2
(226,191,210)
#E5C6D6
(229,198,214)
#E8CDDA
(232,205,218)
#EBD4DE
(235,212,222)
#EEDBE2
(238,219,226)
#F1E2E6
(241,226,230)
#F4E9EA
(244,233,234)
#F7F0EE
(247,240,238)
#FAF7F2
(250,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB1CA; }

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

This text font color is #DCB1CA.


Background Color

.myBgColor { background-color: #DCB1CA; }

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

This div background color is #DCB1CA.


Border color

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

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

This div border color is #DCB1CA.


Opacity

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

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

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

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

This text has shadow with #DCB1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB1CA on black background.


Color preview on white background

This text has color #DCB1CA on white background.



Black color preview on #DCB1CA background

This text has black color on #DCB1CA background.


White color preview on #DCB1CA background

This text has white color on #DCB1CA background.