COLOR #DCBCC0

HEX: #DCBCC0 RGB: (220,188,192)

Color info

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

RGB color model

#DCBCC0 color RGB value is (220,188,192).

RGB: (220,188,192) (86%, 74%, 75%)

RGB channels and saturation

R 220 of 255 = 86%
G 188 of 255 = 74%
B 192 of 255 = 75%

220
188
192

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

Portions of RGB colors in percentages

R + G + B = 220 + 188 + 192 = 600 (100%)
R 220 of 600 ~ 36.67%
G 188 of 600 ~ 31.33%
B 192 of 600 ~ 32'%

%36.67
%31.33
%32

CMYK color model

#DCBCC0 color CMYK value is (0,15,13,14).

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

CMYK: (0,15,13,14)
C0M15Y13K14 (0%, 15%, 13%, 14%)
(0.00 / 0.15 / 0.13 / 0.14)

CMYK percentages

%0
%14.55
%12.73
%13.73

Codes

Color #DCBCC0 in popluar color models

DC BC C0
RGB 220 188 192
HSL 353° 31.37% 80.00%
HSB/HSV 353° 14.55% 86.27%
CMYK 0.00% 14.55% 12.73%
13.73%

Color #DCBCC0 in popluar number systems.

HEX DC BC C0
Decimal 220 188 192
Binary 11011100 10111100 11000000
Octal 334 274 300

Shades and tints

Shades of #DCBCC0

#DCBCC0
(220,188,192)
#C8ABAF
(200,171,175)
#B49A9E
(180,154,158)
#A0898D
(160,137,141)
#8C787C
(140,120,124)
#78676B
(120,103,107)
#64565A
(100,86,90)
#504549
(80,69,73)
#3C3438
(60,52,56)
#282327
(40,35,39)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #DCBCC0

#DCBCC0
(220,188,192)
#DFC2C5
(223,194,197)
#E2C8CA
(226,200,202)
#E5CECF
(229,206,207)
#E8D4D4
(232,212,212)
#EBDAD9
(235,218,217)
#EEE0DE
(238,224,222)
#F1E6E3
(241,230,227)
#F4ECE8
(244,236,232)
#F7F2ED
(247,242,237)
#FAF8F2
(250,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCBCC0; }

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

This text font color is #DCBCC0.

Background Color

.myBgColor { background-color: #DCBCC0; }

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

This div background color is #DCBCC0.

Border color

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

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

This div border color is #DCBCC0.

Opacity

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

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

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

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

This text has shadow with #DCBCC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCBCC0.

Preview

Color preview on black background

This text has color #DCBCC0 on black background.


Color preview on white background

This text has color #DCBCC0 on white background.


Black color preview on #DCBCC0 background

This text has black color on #DCBCC0 background.


White color preview on #DCBCC0 background

This text has white color on #DCBCC0 background.


Related colors

Complementary color

Complementary color for #hex is #23433F.


I love getcolorcode.com

Triadic colors

1 #C0DCBC and #BCC0DC with #DCBCC0 are triadic colors.

2 #C0BCDC and #BCDCC0 with #DCBCC0 are triadic colors.