COLOR #DCBCCE

HEX: #DCBCCE
RGB: (220,188,206)

Color info

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

RGB color model

#DCBCCE color RGB value is (220,188,206).

  • red value is 220;
  • green value is 188;
  • blue value is 206.
RGB:
(220,188,206)
(86%,74%,81%)

RGB channels and saturation

R 220 of 255 = 86%
G 188 of 255 = 74%
B 206 of 255 = 81%

220
188
206

R + G + B ~ 80%. #DCBCCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 188 + 206 = 614 (100%)
R 220 of 614 ~ 35.83%
G 188 of 614 ~ 30.62%
B 206 of 614 ~ 33.55%

%35.83
%30.62
%33.55

CMYK color model

#DCBCCE color CMYK value is (0,15,6,14).

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 6.36%
  • key color value is 13.73%
CMYK:
(0,15,6,14)
C0M15Y6K14 
(0%,15%,6%,14%)
(0.00/0.15/0.06/0.14)	

CMYK percentages

%0
%14.55
%6.36
%13.73

Codes

Color #DCBCCE in popluar color models

DCBCCE
RGB220188206
HSL326°31.37%80.00%
HSB/HSV326°14.55%86.27%
CMYK0.00%14.55%6.36%
13.73%

Color #DCBCCE in popluar number systems.

HEXDCBCCE
Decimal220188206
Binary110111001011110011001110
Octal334274316

Shades and tints

Shades of #DCBCCE

#DCBCCE
(220,188,206)
#C8ABBC
(200,171,188)
#B49AAA
(180,154,170)
#A08998
(160,137,152)
#8C7886
(140,120,134)
#786774
(120,103,116)
#645662
(100,86,98)
#504550
(80,69,80)
#3C343E
(60,52,62)
#28232C
(40,35,44)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #DCBCCE

#DCBCCE
(220,188,206)
#DFC2D2
(223,194,210)
#E2C8D6
(226,200,214)
#E5CEDA
(229,206,218)
#E8D4DE
(232,212,222)
#EBDAE2
(235,218,226)
#EEE0E6
(238,224,230)
#F1E6EA
(241,230,234)
#F4ECEE
(244,236,238)
#F7F2F2
(247,242,242)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCBCCE color. Also use rgb(220,188,206) instead hex code.

Text Font Color

.myTextColor { color: #DCBCCE; }

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

This text font color is #DCBCCE.


Background Color

.myBgColor { background-color: #DCBCCE; }

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

This div background color is #DCBCCE.


Border color

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

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

This div border color is #DCBCCE.


Opacity

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

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

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

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

This text has shadow with #DCBCCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCBCCE on black background.


Color preview on white background

This text has color #DCBCCE on white background.



Black color preview on #DCBCCE background

This text has black color on #DCBCCE background.


White color preview on #DCBCCE background

This text has white color on #DCBCCE background.