COLOR #DCBCB3

HEX: #DCBCB3
RGB: (220,188,179)

Color info

#DCBCB3 contains red, green and blue colors in about the same proportion. Web safe color of #DCBCB3 is #CCCC99 (or #CC9).

RGB color model

#DCBCB3 color RGB value is (220,188,179).

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

RGB channels and saturation

R 220 of 255 = 86%
G 188 of 255 = 74%
B 179 of 255 = 70%

220
188
179

R + G + B ~ 77%. #DCBCB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 188 + 179 = 587 (100%)
R 220 of 587 ~ 37.48%
G 188 of 587 ~ 32.03%
B 179 of 587 ~ 30.49%

%37.48
%32.03
%30.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 18.64%
  • key color value is 13.73%
CMYK:
(0,15,19,14)
C0M15Y19K14 
(0%,15%,19%,14%)
(0.00/0.15/0.19/0.14)	

CMYK percentages

%0
%14.55
%18.64
%13.73

Codes

Color #DCBCB3 in popluar color models

DCBCB3
RGB220188179
HSL13°36.94%78.24%
HSB/HSV13°18.64%86.27%
CMYK0.00%14.55%18.64%
13.73%

Color #DCBCB3 in popluar number systems.

HEXDCBCB3
Decimal220188179
Binary110111001011110010110011
Octal334274263

Shades and tints

Shades of #DCBCB3

#DCBCB3
(220,188,179)
#C8ABA3
(200,171,163)
#B49A93
(180,154,147)
#A08983
(160,137,131)
#8C7873
(140,120,115)
#786763
(120,103,99)
#645653
(100,86,83)
#504543
(80,69,67)
#3C3433
(60,52,51)
#282323
(40,35,35)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #DCBCB3

#DCBCB3
(220,188,179)
#DFC2B9
(223,194,185)
#E2C8BF
(226,200,191)
#E5CEC5
(229,206,197)
#E8D4CB
(232,212,203)
#EBDAD1
(235,218,209)
#EEE0D7
(238,224,215)
#F1E6DD
(241,230,221)
#F4ECE3
(244,236,227)
#F7F2E9
(247,242,233)
#FAF8EF
(250,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCBCB3; }

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

This text font color is #DCBCB3.


Background Color

.myBgColor { background-color: #DCBCB3; }

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

This div background color is #DCBCB3.


Border color

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

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

This div border color is #DCBCB3.


Opacity

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

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

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

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

This text has shadow with #DCBCB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCBCB3 on black background.


Color preview on white background

This text has color #DCBCB3 on white background.



Black color preview on #DCBCB3 background

This text has black color on #DCBCB3 background.


White color preview on #DCBCB3 background

This text has white color on #DCBCB3 background.