COLOR #DCB0B9

HEX: #DCB0B9
RGB: (220,176,185)

Color info

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

RGB color model

#DCB0B9 color RGB value is (220,176,185).

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

RGB channels and saturation

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

220
176
185

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

Portions of RGB colors in percentages

R + G + B =
220 + 176 + 185 = 581 (100%)
R 220 of 581 ~ 37.87%
G 176 of 581 ~ 30.29%
B 185 of 581 ~ 31.84%

%37.87
%30.29
%31.84

CMYK color model

#DCB0B9 color CMYK value is (0,20,16,14).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 15.91%
  • key color value is 13.73%
CMYK:
(0,20,16,14)
C0M20Y16K14 
(0%,20%,16%,14%)
(0.00/0.20/0.16/0.14)	

CMYK percentages

%0
%20
%15.91
%13.73

Codes

Color #DCB0B9 in popluar color models

DCB0B9
RGB220176185
HSL348°38.60%77.65%
HSB/HSV348°20.00%86.27%
CMYK0.00%20.00%15.91%
13.73%

Color #DCB0B9 in popluar number systems.

HEXDCB0B9
Decimal220176185
Binary110111001011000010111001
Octal334260271

Shades and tints

Shades of #DCB0B9

#DCB0B9
(220,176,185)
#C8A0A9
(200,160,169)
#B49099
(180,144,153)
#A08089
(160,128,137)
#8C7079
(140,112,121)
#786069
(120,96,105)
#645059
(100,80,89)
#504049
(80,64,73)
#3C3039
(60,48,57)
#282029
(40,32,41)
#141019
(20,16,25)
#000000
(0,0,0)

Tints of #DCB0B9

#DCB0B9
(220,176,185)
#DFB7BF
(223,183,191)
#E2BEC5
(226,190,197)
#E5C5CB
(229,197,203)
#E8CCD1
(232,204,209)
#EBD3D7
(235,211,215)
#EEDADD
(238,218,221)
#F1E1E3
(241,225,227)
#F4E8E9
(244,232,233)
#F7EFEF
(247,239,239)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB0B9; }

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

This text font color is #DCB0B9.


Background Color

.myBgColor { background-color: #DCB0B9; }

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

This div background color is #DCB0B9.


Border color

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

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

This div border color is #DCB0B9.


Opacity

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

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

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

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

This text has shadow with #DCB0B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB0B9 on black background.


Color preview on white background

This text has color #DCB0B9 on white background.



Black color preview on #DCB0B9 background

This text has black color on #DCB0B9 background.


White color preview on #DCB0B9 background

This text has white color on #DCB0B9 background.