COLOR #DCBDBB

HEX: #DCBDBB
RGB: (220,189,187)

Color info

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

RGB color model

#DCBDBB color RGB value is (220,189,187).

  • red value is 220;
  • green value is 189;
  • blue value is 187.
RGB:
(220,189,187)
(86%,74%,73%)

RGB channels and saturation

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

220
189
187

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

Portions of RGB colors in percentages

R + G + B =
220 + 189 + 187 = 596 (100%)
R 220 of 596 ~ 36.91%
G 189 of 596 ~ 31.71%
B 187 of 596 ~ 31.38%

%36.91
%31.71
%31.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.09%
  • yellow value is 15.00%
  • key color value is 13.73%
CMYK:
(0,14,15,14)
C0M14Y15K14 
(0%,14%,15%,14%)
(0.00/0.14/0.15/0.14)	

CMYK percentages

%0
%14.09
%15
%13.73

Codes

Color #DCBDBB in popluar color models

DCBDBB
RGB220189187
HSL32.04%79.80%
HSB/HSV15.00%86.27%
CMYK0.00%14.09%15.00%
13.73%

Color #DCBDBB in popluar number systems.

HEXDCBDBB
Decimal220189187
Binary110111001011110110111011
Octal334275273

Shades and tints

Shades of #DCBDBB

#DCBDBB
(220,189,187)
#C8ACAA
(200,172,170)
#B49B99
(180,155,153)
#A08A88
(160,138,136)
#8C7977
(140,121,119)
#786866
(120,104,102)
#645755
(100,87,85)
#504644
(80,70,68)
#3C3533
(60,53,51)
#282422
(40,36,34)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #DCBDBB

#DCBDBB
(220,189,187)
#DFC3C1
(223,195,193)
#E2C9C7
(226,201,199)
#E5CFCD
(229,207,205)
#E8D5D3
(232,213,211)
#EBDBD9
(235,219,217)
#EEE1DF
(238,225,223)
#F1E7E5
(241,231,229)
#F4EDEB
(244,237,235)
#F7F3F1
(247,243,241)
#FAF9F7
(250,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCBDBB; }

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

This text font color is #DCBDBB.


Background Color

.myBgColor { background-color: #DCBDBB; }

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

This div background color is #DCBDBB.


Border color

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

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

This div border color is #DCBDBB.


Opacity

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

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

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

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

This text has shadow with #DCBDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCBDBB on black background.


Color preview on white background

This text has color #DCBDBB on white background.



Black color preview on #DCBDBB background

This text has black color on #DCBDBB background.


White color preview on #DCBDBB background

This text has white color on #DCBDBB background.