COLOR #DCBCD9

HEX: #DCBCD9 RGB: (220,188,217)

Color info

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

RGB color model

#DCBCD9 color RGB value is (220,188,217).

RGB: (220,188,217) (86%, 74%, 85%)

RGB channels and saturation

R 220 of 255 = 86%
G 188 of 255 = 74%
B 217 of 255 = 85%

220
188
217

R + G + B ~ 82%. #DCBCD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 188 + 217 = 625 (100%)
R 220 of 625 ~ 35.2%
G 188 of 625 ~ 30.08%
B 217 of 625 ~ 34.72'%

%35.2
%30.08
%34.72

CMYK color model

#DCBCD9 color CMYK value is (0,15,1,14).

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 1.36%
  • key color value is 13.73%

CMYK: (0,15,1,14)
C0M15Y1K14 (0%, 15%, 1%, 14%)
(0.00 / 0.15 / 0.01 / 0.14)

CMYK percentages

%0
%14.55
%1.36
%13.73

Codes

Color #DCBCD9 in popluar color models

DC BC D9
RGB 220 188 217
HSL 306° 31.37% 80.00%
HSB/HSV 306° 14.55% 86.27%
CMYK 0.00% 14.55% 1.36%
13.73%

Color #DCBCD9 in popluar number systems.

HEX DC BC D9
Decimal 220 188 217
Binary 11011100 10111100 11011001
Octal 334 274 331

Shades and tints

Shades of #DCBCD9

#DCBCD9
(220,188,217)
#C8ABC6
(200,171,198)
#B49AB3
(180,154,179)
#A089A0
(160,137,160)
#8C788D
(140,120,141)
#78677A
(120,103,122)
#645667
(100,86,103)
#504554
(80,69,84)
#3C3441
(60,52,65)
#28232E
(40,35,46)
#14121B
(20,18,27)
#000000
(0,0,0)

Tints of #DCBCD9

#DCBCD9
(220,188,217)
#DFC2DC
(223,194,220)
#E2C8DF
(226,200,223)
#E5CEE2
(229,206,226)
#E8D4E5
(232,212,229)
#EBDAE8
(235,218,232)
#EEE0EB
(238,224,235)
#F1E6EE
(241,230,238)
#F4ECF1
(244,236,241)
#F7F2F4
(247,242,244)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCBCD9; }

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

This text font color is #DCBCD9.

Background Color

.myBgColor { background-color: #DCBCD9; }

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

This div background color is #DCBCD9.

Border color

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

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

This div border color is #DCBCD9.

Opacity

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

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

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

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

This text has shadow with #DCBCD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCBCD9.

Preview

Color preview on black background

This text has color #DCBCD9 on black background.


Color preview on white background

This text has color #DCBCD9 on white background.


Black color preview on #DCBCD9 background

This text has black color on #DCBCD9 background.


White color preview on #DCBCD9 background

This text has white color on #DCBCD9 background.


Related colors

Complementary color

Complementary color for #hex is #234326.


I love getcolorcode.com

Triadic colors

1 #D9DCBC and #BCD9DC with #DCBCD9 are triadic colors.

2 #D9BCDC and #BCDCD9 with #DCBCD9 are triadic colors.