COLOR #DCB0BB

HEX: #DCB0BB
RGB: (220,176,187)

Color info

#DCB0BB contains red, green and blue colors in about the same proportion. Web safe color of #DCB0BB is #CC99CC (or #C9C).

RGB color model

#DCB0BB color RGB value is (220,176,187).

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

RGB channels and saturation

R 220 of 255 = 86%
G 176 of 255 = 69%
B 187 of 255 = 73%

220
176
187

R + G + B ~ 76%. #DCB0BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 176 + 187 = 583 (100%)
R 220 of 583 ~ 37.74%
G 176 of 583 ~ 30.19%
B 187 of 583 ~ 32.08%

%37.74
%30.19
%32.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 15.00%
  • key color value is 13.73%
CMYK:
(0,20,15,14)
C0M20Y15K14 
(0%,20%,15%,14%)
(0.00/0.20/0.15/0.14)	

CMYK percentages

%0
%20
%15
%13.73

Codes

Color #DCB0BB in popluar color models

DCB0BB
RGB220176187
HSL345°38.60%77.65%
HSB/HSV345°20.00%86.27%
CMYK0.00%20.00%15.00%
13.73%

Color #DCB0BB in popluar number systems.

HEXDCB0BB
Decimal220176187
Binary110111001011000010111011
Octal334260273

Shades and tints

Shades of #DCB0BB

#DCB0BB
(220,176,187)
#C8A0AA
(200,160,170)
#B49099
(180,144,153)
#A08088
(160,128,136)
#8C7077
(140,112,119)
#786066
(120,96,102)
#645055
(100,80,85)
#504044
(80,64,68)
#3C3033
(60,48,51)
#282022
(40,32,34)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #DCB0BB

#DCB0BB
(220,176,187)
#DFB7C1
(223,183,193)
#E2BEC7
(226,190,199)
#E5C5CD
(229,197,205)
#E8CCD3
(232,204,211)
#EBD3D9
(235,211,217)
#EEDADF
(238,218,223)
#F1E1E5
(241,225,229)
#F4E8EB
(244,232,235)
#F7EFF1
(247,239,241)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB0BB; }

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

This text font color is #DCB0BB.


Background Color

.myBgColor { background-color: #DCB0BB; }

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

This div background color is #DCB0BB.


Border color

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

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

This div border color is #DCB0BB.


Opacity

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

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

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

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

This text has shadow with #DCB0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB0BB on black background.


Color preview on white background

This text has color #DCB0BB on white background.



Black color preview on #DCB0BB background

This text has black color on #DCB0BB background.


White color preview on #DCB0BB background

This text has white color on #DCB0BB background.