COLOR #DCBCD7

HEX: #DCBCD7
RGB: (220,188,215)

Color info

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

RGB color model

#DCBCD7 color RGB value is (220,188,215).

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

RGB channels and saturation

R 220 of 255 = 86%
G 188 of 255 = 74%
B 215 of 255 = 84%

220
188
215

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

Portions of RGB colors in percentages

R + G + B =
220 + 188 + 215 = 623 (100%)
R 220 of 623 ~ 35.31%
G 188 of 623 ~ 30.18%
B 215 of 623 ~ 34.51%

%35.31
%30.18
%34.51

CMYK color model

#DCBCD7 color CMYK value is (0,15,2,14).

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 2.27%
  • key color value is 13.73%
CMYK:
(0,15,2,14)
C0M15Y2K14 
(0%,15%,2%,14%)
(0.00/0.15/0.02/0.14)	

CMYK percentages

%0
%14.55
%2.27
%13.73

Codes

Color #DCBCD7 in popluar color models

DCBCD7
RGB220188215
HSL309°31.37%80.00%
HSB/HSV309°14.55%86.27%
CMYK0.00%14.55%2.27%
13.73%

Color #DCBCD7 in popluar number systems.

HEXDCBCD7
Decimal220188215
Binary110111001011110011010111
Octal334274327

Shades and tints

Shades of #DCBCD7

#DCBCD7
(220,188,215)
#C8ABC4
(200,171,196)
#B49AB1
(180,154,177)
#A0899E
(160,137,158)
#8C788B
(140,120,139)
#786778
(120,103,120)
#645665
(100,86,101)
#504552
(80,69,82)
#3C343F
(60,52,63)
#28232C
(40,35,44)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #DCBCD7

#DCBCD7
(220,188,215)
#DFC2DA
(223,194,218)
#E2C8DD
(226,200,221)
#E5CEE0
(229,206,224)
#E8D4E3
(232,212,227)
#EBDAE6
(235,218,230)
#EEE0E9
(238,224,233)
#F1E6EC
(241,230,236)
#F4ECEF
(244,236,239)
#F7F2F2
(247,242,242)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCBCD7; }

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

This text font color is #DCBCD7.


Background Color

.myBgColor { background-color: #DCBCD7; }

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

This div background color is #DCBCD7.


Border color

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

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

This div border color is #DCBCD7.


Opacity

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

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

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

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

This text has shadow with #DCBCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCBCD7 on black background.


Color preview on white background

This text has color #DCBCD7 on white background.



Black color preview on #DCBCD7 background

This text has black color on #DCBCD7 background.


White color preview on #DCBCD7 background

This text has white color on #DCBCD7 background.