COLOR #DCBCBB

HEX: #DCBCBB RGB: (220,188,187)

Color info

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

RGB color model

#DCBCBB color RGB value is (220,188,187).

RGB: (220,188,187) (86%, 74%, 73%)

RGB channels and saturation

R 220 of 255 = 86%
G 188 of 255 = 74%
B 187 of 255 = 73%

220
188
187

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

Portions of RGB colors in percentages

R + G + B = 220 + 188 + 187 = 595 (100%)
R 220 of 595 ~ 36.97%
G 188 of 595 ~ 31.6%
B 187 of 595 ~ 31.43'%

%36.97
%31.6
%31.43

CMYK color model

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

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

CMYK: (0,15,15,14)
C0M15Y15K14 (0%, 15%, 15%, 14%)
(0.00 / 0.15 / 0.15 / 0.14)

CMYK percentages

%0
%14.55
%15
%13.73

Codes

Color #DCBCBB in popluar color models

DC BC BB
RGB 220 188 187
HSL 32.04% 79.80%
HSB/HSV 15.00% 86.27%
CMYK 0.00% 14.55% 15.00%
13.73%

Color #DCBCBB in popluar number systems.

HEX DC BC BB
Decimal 220 188 187
Binary 11011100 10111100 10111011
Octal 334 274 273

Shades and tints

Shades of #DCBCBB

#DCBCBB
(220,188,187)
#C8ABAA
(200,171,170)
#B49A99
(180,154,153)
#A08988
(160,137,136)
#8C7877
(140,120,119)
#786766
(120,103,102)
#645655
(100,86,85)
#504544
(80,69,68)
#3C3433
(60,52,51)
#282322
(40,35,34)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #DCBCBB

#DCBCBB
(220,188,187)
#DFC2C1
(223,194,193)
#E2C8C7
(226,200,199)
#E5CECD
(229,206,205)
#E8D4D3
(232,212,211)
#EBDAD9
(235,218,217)
#EEE0DF
(238,224,223)
#F1E6E5
(241,230,229)
#F4ECEB
(244,236,235)
#F7F2F1
(247,242,241)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCBCBB; }

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

This text font color is #DCBCBB.

Background Color

.myBgColor { background-color: #DCBCBB; }

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

This div background color is #DCBCBB.

Border color

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

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

This div border color is #DCBCBB.

Opacity

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

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

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

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

This text has shadow with #DCBCBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCBCBB.

Preview

Color preview on black background

This text has color #DCBCBB on black background.


Color preview on white background

This text has color #DCBCBB on white background.


Black color preview on #DCBCBB background

This text has black color on #DCBCBB background.


White color preview on #DCBCBB background

This text has white color on #DCBCBB background.


Related colors

Complementary color

Complementary color for #hex is #234344.


I love getcolorcode.com

Triadic colors

1 #BBDCBC and #BCBBDC with #DCBCBB are triadic colors.

2 #BBBCDC and #BCDCBB with #DCBCBB are triadic colors.